Question 1 of 25
Describe the end behavior by identifying the horizontal asymptote of
Algebra 2
Practice Test 97 for Algebra 2: real questions and explanations from the Varsity Tutors practice-test pool.
0%
0 / 25 answered
Question 1 of 25
Describe the end behavior by identifying the horizontal asymptote of f(x)=x2+12x−5.
Question Navigator
Describe the end behavior by identifying the horizontal asymptote of f(x)=x2+12x−5.
Explanation: This question tests your ability to graph rational functions by finding zeros (from the numerator), vertical asymptotes (from the denominator), and horizontal or oblique asymptotes (from comparing degrees and using end behavior). Horizontal asymptotes depend on degree comparison: (1) if numerator degree less than denominator degree, HA is y=0 (graph flattens toward x-axis as x→±∞), (2) if degrees equal, HA is y=(numerator leading coefficient)/(denominator leading coefficient) (graph approaches this horizontal line), (3) if numerator degree exceeds denominator by exactly 1, there's an oblique (slant) asymptote found by polynomial division, (4) if numerator degree exceeds by 2+, no horizontal or oblique asymptote—end behavior is more like a polynomial. These degree rules determine long-term graph behavior! For f(x)=x2+12x−5, numerator degree 1 is less than denominator degree 2, so horizontal asymptote is y=0. Choice C correctly applies the degree comparison rule for numerator degree < denominator degree to find y=0. A distractor like Choice D confuses it with oblique asymptote criteria, but oblique requires numerator degree exactly one higher, not lower. The rational function feature-finding roadmap: (1) ZEROS: set numerator = 0, solve (these are x-intercepts), (2) VERTICAL ASYMPTOTES: set denominator = 0, solve (but check for common factors with numerator—if common, it's a hole, not VA!), (3) HORIZONTAL ASYMPTOTE: compare degrees: deg(num) < deg(den) → y=0; degrees equal → y= ratio of leading coefficients; deg(num) > deg(den) → no HA. (4) OBLIQUE ASYMPTOTE: if deg(num) = deg(den) + 1, divide to find it. Follow these steps systematically!
A population model is written as N(t)=Abct, where A is the initial amount, b is a positive base, c is a constant, and t is time. Which interpretation correctly chunks the expression to identify what does not depend on t?
Explanation: This question tests your ability to interpret complicated expressions by viewing one or more parts as a single entity—a powerful technique for understanding structure and relationships in complex algebraic forms. When expressions get complex, chunking (viewing sub-expressions as single units) reveals structure: for N(t) = A·b^(ct), viewing b^(ct) as a single growth factor chunk clarifies that it's initial amount times time-dependent growth. In the expression N(t) = A·b^(ct), we have a product of two factors: (1) A is the initial amount—a constant that doesn't contain t anywhere, (2) b^(ct) is the growth factor that depends on time t through the exponent ct, (3) The multiplication shows N(t) scales linearly with A but grows exponentially with t. Choice B correctly interprets this as a product where A does not depend on t (it's just the initial value), while b^(ct) depends on t through the exponent—this reveals the classic exponential growth structure. Choice A misinterprets the expression as addition (A + b^(ct)), but there's no plus sign—when two expressions are written next to each other like Ab^(ct), it means multiplication, and Choice D bizarrely claims A is raised to the power b^(ct), completely misreading the notation. Chunking strategy for exponential models: (1) In expressions like A·b^(f(t)), view b^(f(t)) as the time-dependent growth factor chunk, (2) The coefficient A is typically the initial value—it scales the result but doesn't affect the growth rate, (3) Variables in the exponent (like t in ct) control how fast the expression grows. Understanding this structure is crucial: doubling A doubles N(t) at all times (linear scaling), but increasing t affects the exponential factor—small changes in t can cause dramatic changes in N(t) due to exponential growth!
Verify the difference of squares identity over complex numbers by evaluating both sides for a=3+2i and b=1−i: a2−b2 and (a+b)(a−b). Which option gives the common value?
Explanation: This question tests your understanding that polynomial identities proven for real numbers extend to complex numbers—the algebraic structures work the same way, verifying by evaluation. Key concept: Difference of squares holds, so compute a2−b2 and (a+b)(a−b) for a=3+2i, b=1−i, both yielding 5+14i. Direct: a2=5+12i, b2=−2i, difference 5+14i; factored matches. Choice A correctly identifies 5+14i as the common value. A tempting distractor like B flips imaginary sign, perhaps from error in a-b computation. Transferable strategy: Always compute both forms, simplify step-by-step, and equate—reinforces the identity! Keep up the superb work.
The pH of a solution is defined by pH=−log10([H+]), where [H+] is the hydrogen ion concentration in moles per liter. A solution has [H+]=3.2×10−6. Find the pH, rounded to the nearest hundredth, and interpret what that pH value represents.
Explanation: This question tests your ability to apply logarithmic models in scientific contexts, specifically the pH scale for measuring acidity. The pH formula is pH = -log₁₀([H⁺]) where [H⁺] is hydrogen ion concentration in moles per liter; the negative sign makes pH positive for typical concentrations since [H⁺] < 1. For [H⁺] = 3.2 × 10⁻⁶: pH = -log₁₀(3.2 × 10⁻⁶) = -[log₁₀(3.2) + log₁₀(10⁻⁶)] = -[0.505 + (-6)] = -(-5.495) ≈ 5.49. Choice A correctly calculates pH ≈ 5.49 and interprets this as the solution's acidity level on the pH scale, where pH < 7 indicates acidic, pH = 7 is neutral, and pH > 7 is basic. Choice D calculates correctly but misinterprets the result—pH is a logarithmic scale value, not a concentration; pH = 5.49 means the hydrogen ion concentration is 10⁻⁵·⁴⁹ ≈ 3.2 × 10⁻⁶ moles/L, which was given! The pH scale compresses wide concentration ranges into manageable numbers: each pH unit represents a 10-fold change in [H⁺].
Solve by taking square roots: (2x−1)2=25.
Explanation: This question tests your understanding that quadratic equations can be solved by multiple methods—inspection, taking square roots, factoring, completing the square, and the quadratic formula—and that choosing the most efficient method depends on the equation's form. Method selection guide: (1) if it's x squared = number, inspect or take square roots (x = plus or minus square root of number), (2) if it's (expression) squared = number, take square roots, (3) if it factors easily (like x squared + 5x + 6), factor and use zero product property, (4) if it doesn't factor nicely or you're unsure, use the quadratic formula x = (-b plus or minus square root of (b squared - 4ac)) divided by (2a)—it always works!, (5) if asked to derive the formula, complete the square on general form. Matching method to form saves time and reduces errors! For solving (2x-1)² = 25 by taking square roots: take the square root of both sides to get 2x - 1 = ±5. This gives us two equations: 2x - 1 = 5 (so 2x = 6, thus x = 3) and 2x - 1 = -5 (so 2x = -4, thus x = -2). The ± symbol ensures we capture both solutions! Choice B correctly gives both solutions x = 3 or x = -2 by properly applying the square root method and remembering the ± when taking square roots. Choice A forgets the negative square root and only finds x = 3, missing half the solutions—a common error when students forget that √25 = ±5! Complex solution recognition: before solving, check if you'll get real or complex solutions. For (2x-1)² = 25, since 25 is positive, we get real solutions. Quick method decision tree: IS it already (something) squared = number? Take square roots. For (2x-1)² = 25, apply square roots immediately: 2x - 1 = ±5, giving x = 3 or x = -2. This decision process takes 3 seconds and saves minutes!
A water tank is being drained. The volume of water (in gallons) after t minutes is modeled by V(t)=200−8t. The tank is observed only from the start until it is empty. What is an appropriate domain for t in this context?
Explanation: This question tests your understanding of how a function's domain relates both to its graph (which x-values have points) and to the real-world context (which values make sense practically). Discrete vs continuous domains depend on what you're measuring: if counting distinct objects (people, tickets, items sold), the domain is discrete—only integers work, graph as separate dots. If measuring continuous quantities (time, distance, temperature, money as a continuous quantity), the domain is continuous—any value in an interval works, graph as connected line/curve. The physical nature of the quantity determines which! You can have 2.7 hours but not 2.7 people. For this water tank draining model V(t) = 200 - 8t, time t is continuous, starting at t=0 (full tank) and ending at t=25 when V=0 (empty), as the observation is only until empty, so the realistic domain includes both endpoints. Choice A correctly identifies the domain as [0,25] based on the continuous nature of time and the contextual limits from start to empty. A distractor like Choice B fails by excluding the endpoints, but t=0 and t=25 are meaningful—the tank is full at start and empty at the end. Domain determination framework: (1) Start with mathematical domain—what does the formula allow? (polynomials: all reals; √(expression): expression ≥ 0; 1/expression: expression ≠ 0; log(expression): expression > 0), (2) Apply context constraints—can variable be negative? Are there upper limits? Must it be integer?, (3) Combine all restrictions—domain is where ALL conditions are met. Example: f(x) = √(x - 3) for measuring length has mathematical domain x ≥ 3, and realistic domain also x ≥ 3 (lengths are non-negative, and formula requires x ≥ 3, so both agree). You're doing fantastic—keep practicing these to master functional modeling!
Graph the exponential function f(x)=3⋅2x−4 showing the y-intercept, the horizontal asymptote, and the end behavior as x→∞ and x→−∞.
Explanation: This question tests your ability to graph exponential functions by identifying their characteristic features like intercepts, asymptotes, and end behavior. Exponential functions f(x) = ab^x have distinctive features: they have a y-intercept at (0, a) because b⁰ = 1, they never cross the x-axis (no x-intercepts for basic form), and they have a horizontal asymptote at y = 0 (the x-axis) that the graph approaches but never touches. End behavior depends on the base: if b > 1, it's exponential growth (left end approaches 0, right end goes to ∞); if 0 < b < 1, it's exponential decay (left end goes to ∞, right end approaches 0). Transformations like f(x) = ab^x + k shift the horizontal asymptote to y = k! For f(x) = 3 · 2^x - 4, the y-intercept is at x=0: f(0) = 3·1 - 4 = -1, so (0, -1); the horizontal asymptote shifts down by 4 to y = -4 because as x → -∞, 2^x → 0, so f(x) → -4, and as x → ∞, since base 2 > 1, f(x) → ∞. Choice A correctly identifies the y-intercept as (0, -1), horizontal asymptote as y = -4, and end behavior as x → ∞, f(x) → ∞ and x → -∞, f(x) → -4. A common distractor like Choice B might ignore the vertical shift and assume a standard y-intercept of (0,3) with asymptote y=0, but remember to account for the constant term that shifts the entire graph. Exponential vs logarithmic graphing comparison: exponentials have y-intercept and horizontal asymptote (HA), while logarithms have x-intercept and vertical asymptote (VA). They're mirror images across y = x! Both never cross their asymptote. For exponentials, check the base: b > 1 means rising (growth), 0 < b < 1 means falling (decay). For logarithms, the graph always rises from left to right (slowly), hugging the VA on the left and flattening as it goes right. These characteristic shapes are instantly recognizable!
A streaming service models the number of gigabytes downloaded after t hours as D(t)=3.2t. A user’s plan allows streaming for up to 12 hours in a day, and t can be any real number of hours (including fractions). What is an appropriate realistic domain for D(t)?
Explanation: This question tests your understanding of how a function's domain relates both to its graph (which x-values have points) and to the real-world context (which values make sense practically). The domain is the set of allowed inputs, and for real-world functions, we distinguish: (1) mathematical domain (what the formula allows—like 'all reals' for polynomials), and (2) realistic domain (what makes sense in context—like 'positive integers' for number of items or 't ≥ 0' for time). The realistic domain is usually more restrictive because real-world constraints (can't have negative time, can't produce -5 items, can't work 1.7 hours if discrete) limit what mathematical values are meaningful. For the streaming service, time t can range from 0 hours (no streaming) to 12 hours (daily limit), and since t can be any real number of hours including fractions (like 3.5 hours), it's continuous. Choice C correctly identifies domain as [0,12] using interval notation for continuous values, including both endpoints since you can stream for exactly 0 or exactly 12 hours. Choice A incorrectly treats time as discrete (only whole hours), choice B excludes the valid endpoints, and choice D ignores both the non-negativity of time and the 12-hour limit. Domain determination framework: (1) Start with mathematical domain—what does the formula allow? (polynomials: all reals; √(expression): expression ≥ 0; 1/expression: expression ≠ 0; log(expression): expression > 0), (2) Apply context constraints—can variable be negative? Are there upper limits? Must it be integer?, (3) Combine all restrictions—domain is where ALL conditions are met.
A community pool has two pumps that can fill it. Pump A can fill the pool in 6 hours, and Pump B can fill the pool in 8 hours.
Write and solve a rational equation to find how long it takes to fill the pool if both pumps run at the same time.
Let t = the time (in hours) to fill the pool together.
Explanation: This question tests your ability to translate complex real-world situations into mathematical equations (linear, quadratic, rational, or exponential) and solve them to answer practical questions. Work-rate problems lead to rational equations: if one worker completes a job in time t₁ and another in t₂, their combined rate is 1/t₁ + 1/t₂ (adding rates), which equals 1/t_combined. The reciprocals represent 'fraction of job per hour,' and adding these fractions gives the combined rate. Solving these rational equations requires finding LCD and often produces fractional time answers that make sense: 3.4 hours = 3 hours 24 minutes. For this pool-filling scenario, set up the equation as 1/6 + 1/8 = 1/t; find a common denominator of 24 to get 4/24 + 3/24 = 7/24 = 1/t, so t = 24/7 ≈ 3.43 hours, meaning both pumps together fill the pool in about 3 hours 26 minutes. Choice B correctly sets up the equation by adding the rates and solves to find t = 24/7 hours, accurately determining the combined time. A common mistake, as in choice C, is adding the individual times instead of the rates, which overestimates the combined time since they work together faster. Context-to-equation type matching: (1) Constant rates and simple relationships → linear, (2) Area, projectile motion, optimization → quadratic, (3) Combined work rates, mixture concentrations, reciprocal relationships → rational, (4) Percent growth/decay over time → exponential. The context language tells you which type: 'per unit' suggests linear, 'area' suggests quadratic, 'together complete' suggests rational (adding reciprocals), 'percent per year' suggests exponential. Identify the type, then use the appropriate solving method! The reality check is essential: after solving, ask: (1) Does the answer satisfy the original equation? (substitute back), (2) Does it make sense in the real world? (no negative quantities, no fractional discrete items), (3) Have I answered what was asked? (find time, not rate; find width, not area). For rational equations, check that denominators aren't zero. For exponential, verify the value is reasonable for the time scale. This three-part check catches most errors and ensures your math answer is also a real-world answer!
Demonstrate by composition that f(x)=x+1x−1 and g(x)=1−x1+x are inverses (for values where the expressions are defined) by computing f(g(x)) and g(f(x)).
Explanation: This question tests your understanding that two functions are inverses if and only if their compositions both equal the identity function—meaning f(g(x)) = x AND g(f(x)) = x. The composition f(g(x)) means 'take the output of g and use it as input to f': substitute the entire expression for g(x) wherever you see x in f(x), then simplify. If f and g are truly inverses, this process should 'undo' everything and leave you with just x. It's like putting on shoes then taking them off—you end up back where you started (barefoot = x)! For f(g(x)) = f((1+x)/(1-x)) = ((1+x)/(1-x) - 1)/((1+x)/(1-x) + 1) = ((1+x-1+x)/(1-x))/((1+x+1-x)/(1-x)) = (2x/(1-x))/(2/(1-x)) = 2x/2 = x ✓, and g(f(x)) = g((x-1)/(x+1)) = (1+(x-1)/(x+1))/(1-(x-1)/(x+1)) = ((x+1+x-1)/(x+1))/((x+1-x+1)/(x+1)) = (2x/(x+1))/(2/(x+1)) = 2x/2 = x ✓. Choice A correctly shows both compositions equal x and verifies they are inverses. Choice B makes an error claiming g(f(x)) = x+1, Choice C incorrectly inverts the fraction in g(f(x)) to get 1/x, and Choice D inverts the fraction in f(g(x)). Common verification error: claiming verification after only one composition. You might check f(g(x)) = x and declare them inverses, but without checking g(f(x)) = x, you haven't fully verified! While rare, it's theoretically possible for one direction to work but not the other (function pairs that are one-sided inverses). Always do both—it only takes a minute more and ensures you're correct. Complete verification = both directions = confidence!
What are the period and amplitude of q(x)=2cos(21x)−4?
Explanation: This question tests your ability to graph trigonometric functions by identifying their characteristic features like period and amplitude. Trigonometric functions like f(x) = a·sin(bx) + d have periodic (repeating) graphs with three key features: amplitude |a| is the vertical distance from the midline to a peak, period 2π/|b| is the horizontal length of one complete cycle, and midline y = d is the horizontal center line the graph oscillates around. The graph oscillates between y = d - |a| (minimum) and y = d + |a| (maximum), repeating this wave pattern every 2π/|b| units. For f(x) = 3sin(2x) + 1: amplitude 3, period π, midline y = 1, oscillating between -2 and 4. For q(x) = 2cos( (1/2)x ) - 4, amplitude |2|=2, period 2π / |1/2| = 4π, with midline y=-4 (though not asked). Choice B correctly identifies period 4π and amplitude 2. A distractor like choice A might miscalculate the period as π, forgetting to divide by |b|=1/2 properly. For trigonometric functions (sine and cosine): (1) Amplitude = |a| tells you how far from midline to peak (vertical stretch), (2) Period = 2π/|b| tells you how long one complete wave takes (horizontal compression if |b| > 1), (3) Midline y = d tells you the horizontal center (vertical shift). To sketch: draw the midline as a dashed horizontal line at y = d, mark one period length, sketch wave oscillating ±a from the midline. Sine starts at midline going up, cosine starts at maximum. The wave repeats every period!
Find the modulus (absolute value) of the complex number 3+4i: ∣3+4i∣.
Explanation: This question tests your understanding of complex numbers—numbers in the form a + bi where i is the imaginary unit with i2=−1—and finding the modulus, which is like the distance from origin in the complex plane. Complex numbers extend the real number system to include square roots of negative numbers using i=−1, so i2=−1. The modulus ∣a+bi∣=a2+b2: for 3+4i, 9+16=25=5—perfect! Choice B correctly computes this Pythagorean-style value. Choice A might add without squaring, but always square and add inside the root. This concept ties into multiplication properties too—great job! You're strengthening your skills step by step.
A ball is thrown upward from the ground. Its height (in feet) after t seconds is modeled by h(t)=−16t2+64t. The ball is in the air from the moment it is thrown until it hits the ground again. What is an appropriate realistic domain for h?
Explanation: This question tests your understanding of how a function's domain relates both to its graph (which x-values have points) and to the real-world context (which values make sense practically). The domain is the set of allowed inputs, and for real-world functions, we distinguish: (1) mathematical domain (what the formula allows—like 'all reals' for polynomials), and (2) realistic domain (what makes sense in context—like 'positive integers' for number of items or 't ≥ 0' for time). The realistic domain is usually more restrictive because real-world constraints (can't have negative time, can't produce -5 items, can't work 1.7 hours if discrete) limit what mathematical values are meaningful. For the ball's height, the quadratic equation h(t) = -16t² + 64t has roots at t=0 and t=4, so the ball is at height 0 at these points, but the context includes from the throw (t=0) until it lands (t=4), making the realistic domain closed interval [0,4]. Choice A correctly identifies domain as t ∈ [0,4] based on the physical motion starting and ending at ground level. Choice C fails by excluding the endpoints, but at t=0 the ball is thrown and at t=4 it hits the ground, both meaningful in context. Domain determination framework: (1) Start with mathematical domain—what does the formula allow? (polynomials: all reals; √(expression): expression ≥ 0; 1/expression: expression ≠ 0; log(expression): expression > 0), (2) Apply context constraints—can variable be negative? Are there upper limits? Must it be integer?, (3) Combine all restrictions—domain is where ALL conditions are met. Example: f(x) = √(x - 3) for measuring length has mathematical domain x ≥ 3, and realistic domain also x ≥ 3 (lengths are non-negative, and formula requires x ≥ 3, so both agree).
Examine the coordinate plane shown. Function f passes through points (1,5), (3,11), and (5,17). Function g passes through points (0,4), (2,16), and (4,64). Which analysis of their growth patterns over equal intervals is most accurate?
Explanation: For function f: The differences between consecutive y-values are 11−5=6 (from x=1 to x=3) and 17−11=6 (from x=3 to x=5). Since these are over intervals of length 2, the rate of change is 26=3 per unit, indicating linear growth with slope 3. For function g: Over intervals of length 2, ratios are 416=4 and 1664=4, indicating exponential growth with factor 4 every 2 units. Choice A incorrectly identifies f as quadratic and g as having base 2. Choice C states the difference as 6 per unit instead of 3 per unit. Choice D incorrectly identifies f as exponential.
A bacteria culture starts with 300 bacteria and increases by 18% every hour. Create an exponential model for the population P(t) after t hours, then solve for when the population first reaches 2000 bacteria. Round to the nearest tenth of an hour and interpret your result.
Explanation: This question tests your ability to create exponential models for population growth and solve them to find when a population reaches a specific size. Exponential growth occurs when a quantity increases by a constant percentage: if something grows by r% per period starting from initial value a, the model is y = a(1 + r/100)^t. For bacteria starting at 300 and growing 18% hourly: P(t) = 300(1 + 0.18)^t = 300(1.18)^t. To find when P = 2000: set 2000 = 300(1.18)^t, divide by 300 to get 6.667 = (1.18)^t, take log: log(6.667) = t·log(1.18), solve: t = log(6.667)/log(1.18) ≈ 11.2 hours. Choice A correctly models 18% growth with base 1.18 and solves to find the bacteria population first reaches 2000 after about 11.2 hours. Choice D incorrectly writes P(t) = 300(1.18t), which is linear not exponential—this would mean adding 354 bacteria each hour rather than multiplying by 1.18! Remember: exponential growth means repeated multiplication by the growth factor, giving the form a·b^t, not a·bt.
In optics, the thin lens equation is f1=a1+b1, where f is focal length, a is object distance, and b is image distance. Solve f1=a1+b1 for f.
Explanation: This question tests your ability to rearrange formulas to solve for a specific variable—essential for using formulas flexibly in science, engineering, and real-world problem-solving. More complex rearrangements may require advanced techniques: if your target variable is squared (like r² in A = πr²), you'll need square roots (r = √(A/π)). If it appears in a denominator (like f in 1/f = 1/a + 1/b), you'll need to clear fractions first. If it appears with different powers (like t in s = ut + (1/2)at²), you may need the quadratic formula! The complexity of the rearrangement depends on how the variable appears in the formula. Starting with 1/f = 1/a + 1/b, we need to isolate f. First, find a common denominator on the right side: 1/f = b/(ab) + a/(ab) = (a+b)/(ab). Now we have 1/f = (a+b)/(ab). Taking reciprocals of both sides: f = ab/(a+b). Choice B correctly isolates f through finding common denominators and taking reciprocals to get f = ab/(a+b). Choice A incorrectly inverts just the numerator and denominator separately, Choice C has the wrong operation in the denominator (a-b instead of a+b), and Choice D doesn't involve the product ab at all. Watch for variables appearing multiple times: if your target variable appears in multiple places (like x in xy + xz = w), factor it out first: x(y + z) = w, then x = w/(y + z). If you don't factor, you'll struggle to isolate! Also, when taking square roots of a variable, remember ± if the formula context allows both positive and negative (though often context restricts to positive only, like radius r ≥ 0). Physics and geometry formulas usually want positive values only!
Over the real numbers, a quadratic can have 0, 1, or 2 real solutions. But over the complex numbers, a quadratic ax2+bx+c=0 always has exactly 2 solutions counting multiplicity. Which statement best captures this idea and connects it to the discriminant b2−4ac and the Fundamental Theorem of Algebra (degree 2 case)?
Explanation: This question tests your understanding of the Fundamental Theorem of Algebra for quadratics: every quadratic has exactly 2 complex solutions counting multiplicity, contrasting real and complex behaviors. The Fundamental Theorem of Algebra states that every polynomial of degree n has exactly n complex zeros counting multiplicity. For quadratics (degree 2), this means exactly 2 solutions always—no exceptions! The type of solutions depends on the discriminant b² - 4ac: (1) if positive, two distinct real solutions, (2) if zero, one real solution with multiplicity 2, (3) if negative, two complex conjugate solutions. But in ALL three cases, counting multiplicity gives exactly 2 total! Choice B correctly captures this, noting the discriminant classifies types but not the count over complexes. Choice A is a tempting distractor suggesting variable counts like 0,1,2,3, but that's for distinct reals—over complexes, it's fixed at 2 with multiplicity! Distinguish real vs. complex: reals can miss solutions, but complexes complete the picture. Use FTA to remember the count is always the degree. You're amazing—keep connecting these ideas!
On the complex plane, z=2−5i and w=−1+i correspond to points (2,−5) and (−1,1).
What is the distance between z and w? (Use distance=∣z−w∣.)
Explanation: This question tests your understanding of finding distances between complex numbers on the complex plane using the modulus of their difference. The complex plane is a coordinate system where the horizontal axis represents the real part and the vertical axis represents the imaginary part: the complex number a + bi is plotted at point (a, b), just like ordered pairs! The distance between two complex numbers z and w equals |z - w|, which is the modulus of their difference—this gives the straight-line distance between the corresponding points on the plane. To find distance between z = 2 - 5i at (2, -5) and w = -1 + i at (-1, 1): (1) Calculate z - w = (2 - 5i) - (-1 + i) = 2 - 5i + 1 - i = 3 - 6i. (2) Find |z - w| = |3 - 6i| = square root of (3 squared + (-6) squared) = square root of (9 + 36) = square root of 45. (3) Alternatively, use distance formula directly: square root of ((2-(-1)) squared + ((-5)-1) squared) = square root of (3 squared + (-6) squared) = square root of 45. Choice A correctly calculates the distance as square root of ((2-(-1)) squared + ((-5)-1) squared) = square root of (9 + 36) = square root of 45. Choice B incorrectly adds instead of subtracts coordinates: (2+(-1)) and (-5+1) give wrong differences. When finding distance, we need differences of coordinates! Choice C has the right approach but arithmetic error: 3 squared + (-6) squared = 9 + 36 = 45, not 15. Choice D swaps which point is subtracted from which, getting wrong signs. Distance between complex numbers recipe: (1) Method 1: Find z - w, then calculate |z - w|. (2) Method 2: Use coordinate distance formula directly. Both give the same result—the straight-line distance between the points!
Use exponent structure to rewrite. Recognize 8 as 23 and apply exponent properties.
Which expression is equivalent to 82x?
Explanation: This question tests your ability to recognize mathematical patterns and structure in expressions—like difference of squares, sum and difference of cubes, or perfect square trinomials—and use those patterns to rewrite or factor the expression. Using structure means seeing an expression not just as a collection of terms, but as fitting a known pattern that enables transformation: for exponential expressions like 8^(2x), recognizing 8 = 2³ reveals the underlying structure! Let's rewrite 8^(2x) using exponent structure: (1) recognize 8 = 2³, so 8^(2x) = (2³)^(2x), (2) apply the power rule (a^m)^n = a^(mn): (2³)^(2x) = 2^(3·2x) = 2^(6x). The key is seeing 8 not as just 8, but as 2³! Choice A correctly recognizes that 8 = 2³ and applies the exponent rule to get 2^(6x). Choice C incorrectly simplifies 8^(2x) as 8^x, losing an exponent—remember that (a^m)^n = a^(mn), not a^(m) or a^(n)! The exponents multiply, they don't cancel or reduce. Exponent structure toolkit: (1) Recognize common bases: 4 = 2², 8 = 2³, 9 = 3², 16 = 2⁴, 27 = 3³, etc. (2) Apply power rules: (a^m)^n = a^(mn), a^m · a^n = a^(m+n), a^m / a^n = a^(m-n). (3) Rewrite to reveal structure! Structure-seeing with exponents: always look for ways to express numbers as powers of smaller primes. For 8^(2x), seeing 8 = 2³ immediately shows the path to simplification as 2^(6x). This structural view makes complex expressions manageable!
In economics, the break-even formula is R=C+F, where R is revenue, C is variable costs, and F is fixed costs. If R=px and C=vx (where p is price per unit, v is variable cost per unit, and x is quantity), which expression gives the break-even quantity?
Explanation: Break-even problems test your ability to solve literal equations by isolating a specific variable. When you see formulas with multiple variables representing real-world scenarios, focus on substitution and algebraic manipulation to find what you need. Start with the break-even formula R=C+F and substitute the given expressions. Since R=px and C=vx, you get: px=vx+F To solve for x, collect all terms containing x on one side: px−vx=F Factor out x: x(p−v)=F Finally, divide both sides by (p−v): x=p−vF This makes economic sense: you need to sell enough units so that your profit per unit (p−v) times quantity equals your fixed costs. Choice A gives x=F(p−v), which incorrectly multiplies F by (p−v) instead of dividing—this comes from forgetting to divide both sides when solving x(p−v)=F. Choice B uses x=p+vF, which adds the costs instead of finding the profit margin—this suggests confusing total costs with profit per unit. Choice C gives x=vF+p, which scrambles the variables entirely and doesn't maintain the proper relationship between fixed costs and profit margin. When solving literal equations, always perform the same operation to both sides and double-check that your final answer makes sense in context. Here, larger fixed costs should require more units sold, and larger profit margins should require fewer units.
Function f is given algebraically by f(x)=(x−2)(x+1). Function g is shown on the coordinate plane as a curve that crosses the x-axis at x=−4 and x=3.
Which function has the greater number of x-intercepts?
Explanation: This question tests your ability to compare function properties when functions are presented in different ways—like one given as a formula and another as a graph—requiring you to extract the same feature from each representation and compare them. Functions can be represented in four main ways, and each representation makes certain features easy to see: formulas let you calculate any value precisely and see structure (like y = mx + b shows slope m immediately), graphs show shape and extrema visually (you can spot maximums and end behavior at a glance), tables provide exact input-output pairs (easy to read specific values), and verbal descriptions summarize key features in words. To compare functions in different representations, extract the desired property from each using the method that fits that representation, then compare the extracted values! For function f, given as f(x) = (x-2)(x+1), x-intercepts are roots x=2 and x=-1, so two. For function g, graph description says crosses x-axis at x=-4 and x=3, so also two intercepts. Choice C correctly extracts the number of x-intercepts from both (2 for f by factoring, 2 for g by counting crossings) and compares accurately, showing they have the same number. A common distractor like choice A might miscount f's roots, perhaps overlooking the factored form shows two distinct, but verify by setting to zero: x=2 and x=-1. Property extraction by representation type: FROM FORMULA—y-intercept: set x = 0; maximum of quadratic: complete square or use vertex formula; slope: read from y = mx + b or calculate rise/run. FROM GRAPH—intercepts: see where crosses axes; maximum: find highest point and read coordinates; slope: pick two points, calculate rise/run. FROM TABLE—intercept: find row where x = 0 or y = 0; maximum: scan for largest y-value; slope (linear): calculate Δy/Δx between any two points. Use the method matching your representation! Quick comparison shortcuts: for y-intercepts, formulas are fastest (plug in x = 0), but graphs let you just read off where it crosses the y-axis. For maxima, graphs are easiest (visually find highest point), but formulas of quadratics give exact vertex. For growth rates, tables let you calculate differences (linear) or ratios (exponential) directly. Play to each representation's strengths—don't convert everything to formulas if the feature is obvious in the given form! Efficient comparison means using the representation smartly.
Show that f(x)=2x+1 and g(x)=2x−1 are inverses by verifying both compositions: f(g(x)) and g(f(x)).
Explanation: This question tests your understanding that two functions are inverses if and only if their compositions both equal the identity function—meaning f(g(x))=x AND g(f(x))=x. To verify that f and g are inverse functions, we must check BOTH compositions: f(g(x)) should equal x (showing g undoes what f does), and g(f(x)) should equal x (showing f undoes what g does). Only when both compositions simplify to the identity function x can we conclude the functions are true inverses. One direction isn't enough—we need the bidirectional undo relationship! Let's compute: f(g(x))=((2x−1)+1)/2=2x/2=x, and g(f(x))=2∗((x+1)/2)−1=(x+1)−1=x, so both simplify to x. Choice A correctly verifies both compositions equal x and determines they are inverses. Choice B might miscompute f(g(x)) by dividing incorrectly, a gentle reminder to apply operations to the entire expression. The verification checklist: (1) Compute f(g(x)): substitute g(x) into f, simplify completely, (2) Check: does it equal x? If no, they're not inverses—stop. If yes, continue, (3) Compute g(f(x)): substitute f(x) into g, simplify completely, (4) Check: does it equal x? If yes, they're inverses! If no, they're not (even though first direction worked). Both must equal x for full inverse verification—this is non-negotiable! Common verification error: claiming verification after only one composition. You might check f(g(x))=x and declare them inverses, but without checking g(f(x))=x, you haven't fully verified! While rare, it's theoretically possible for one direction to work but not the other (function pairs that are one-sided inverses). Always do both—it only takes a minute more and ensures you're correct. Complete verification = both directions = confidence!
When using synthetic division to divide P(x)=2x3−7x2+8x−3 by (x−2), a student obtains the quotient Q(x)=2x2−3x+2 and remainder R=1. If P(2)=k, what is the value of k?
Explanation: By the division algorithm, P(x) = (x - 2) · Q(x) + R. When x = 2, this becomes P(2) = (2 - 2) · Q(2) + R = 0 · Q(2) + R = R = 1. This is the Remainder Theorem: when dividing P(x) by (x - c), the remainder equals P(c). Choice A is wrong because P(2) ≠ 0. Choice C incorrectly adds Q(2) to the remainder. Choice D has no mathematical basis.
Solve for x: 4e3x=90. Express your answer in exact logarithmic form and approximate using technology.
Explanation: This question tests your ability to solve exponential equations by taking logarithms of both sides and using the inverse relationship to isolate the variable. When solving exponential equations like 4e^(3x) = 90 where e is the base, natural logarithms (ln) are the perfect tool: first isolate the exponential by dividing both sides by 4 to get e^(3x) = 90/4 = 22.5, then take ln of both sides to get ln(e^(3x)) = ln(22.5), and using the inverse property ln(e^(3x)) = 3x, we get 3x = ln(22.5), so x = ln(22.5)/3. To solve 4e^(3x) = 90 step by step: divide by 4 to get e^(3x) = 22.5, take natural log of both sides: ln(e^(3x)) = ln(22.5), apply the inverse property to get 3x = ln(22.5) ≈ 3.112, and divide by 3: x = ln(22.5)/3 ≈ 3.112/3 ≈ 1.037. Note that ln(90/4) = ln(22.5), so we can write the exact answer as x = ln(90/4)/3. Choice A correctly isolates the exponential, takes the natural logarithm, and divides by 3 to get x = ln(90/4)/3 ≈ 1.037. Choice B forgets to divide by 3, giving x = ln(90/4) ≈ 3.112, which would mean e^(3x) = e^9.336, far larger than 22.5. Isolation before logarithms: ALWAYS isolate the exponential expression e^(3x) before taking logarithms. If you have 4e^(3x) = 90, first divide by 4 to get e^(3x) = 22.5, THEN take ln. Taking ln of both sides of 4e^(3x) = 90 directly leads to ln(4e^(3x)), which requires log properties to simplify. Simple isolation first makes the logarithm application clean: take log of both sides when you have e^(something) = number, with the exponential alone on one side!
Consider the expression E=3x(x2+2x−5). If you chunk (x2+2x−5) as a single entity, which statement correctly describes what parts depend on x and what the structure tells you?
Explanation: This question tests your ability to interpret complicated expressions by viewing one or more parts as a single entity—a powerful technique for understanding structure and relationships in complex algebraic forms. When expressions get complex, chunking (viewing sub-expressions as single units) reveals structure: for example, E = 3x(x² + 2x - 5) looks complicated, but viewing it as a product of three parts—3, x, and (x² + 2x - 5)—clarifies the multiplicative structure. In the expression E = 3x(x² + 2x - 5), let's chunk (x² + 2x - 5) as a single entity—call it Q for quadratic. Then E = 3 × x × Q, showing: (1) E is a product of three factors: constant 3, variable x, and quadratic Q, (2) The constant 3 doesn't depend on x—it's just a scaling factor, (3) Both x and Q = (x² + 2x - 5) depend on x, so changing x affects E through both these factors. Choice B correctly identifies that E is a product of three factors where the constant 3 does not depend on x, while both x and (x² + 2x - 5) do depend on x. Choice C misinterprets the expression as addition, claiming E = 3x + x² + (2x - 5), but the original shows multiplication: 3x times (x² + 2x - 5), not addition! Chunking strategy: When you see expressions like constant × variable × (polynomial), recognize each factor's role—constants scale the result, variables contribute their own dependence, and polynomial factors add complexity. For E = 3x(x² + 2x - 5), if x doubles, E doesn't just double because both the x factor and the (x² + 2x - 5) factor change—this multiplicative structure with multiple x-dependent factors creates more complex behavior than simple linear scaling!