Math 3 Quiz: Choosing Equation Solving Strategies
20 questions · exam conditions
0:00
Choosing Equation Solving StrategiesQuestion 1 of 20

To solve 1x2+3x+1=4x2x2\frac{1}{x-2} + \frac{3}{x+1} = \frac{4}{x^2-x-2}, three methods are considered: (1) multiplying through by the LCD, (2) graphing all three rational expressions, (3) partial fraction decomposition. Which approach most effectively avoids extraneous solutions while maintaining algebraic efficiency?

Multiplying by LCD after factoring the denominator, because this clears fractions while identifying restricted values first
Partial fraction decomposition, because this method is specifically designed for rational equations and guarantees valid solutions
Graphical analysis, because rational functions have vertical asymptotes that make algebraic solutions unreliable near discontinuities
Partial fractions, because the right side must be decomposed before any meaningful algebraic manipulation can occur
← Back to quizzes

Math 3 Quiz

Math 3 Quiz: Choosing Equation Solving Strategies

Practice Choosing Equation Solving Strategies in Math 3 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Choosing Equation Solving Strategies, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 3.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

To solve 1x2+3x+1=4x2x2\frac{1}{x-2} + \frac{3}{x+1} = \frac{4}{x^2-x-2}, three methods are considered: (1) multiplying through by the LCD, (2) graphing all three rational expressions, (3) partial fraction decomposition. Which approach most effectively avoids extraneous solutions while maintaining algebraic efficiency?

  1. Multiplying by LCD after factoring the denominator, because this clears fractions while identifying restricted values first (correct answer)
  2. Partial fraction decomposition, because this method is specifically designed for rational equations and guarantees valid solutions
  3. Graphical analysis, because rational functions have vertical asymptotes that make algebraic solutions unreliable near discontinuities
  4. Partial fractions, because the right side must be decomposed before any meaningful algebraic manipulation can occur
Explanation: When solving rational equations, you need to balance two competing priorities: algebraic efficiency and avoiding extraneous solutions. The key insight is recognizing that x2x2=(x2)(x+1)x^2-x-2 = (x-2)(x+1), which reveals the restricted values upfront. Method A (multiplying by LCD after factoring) is most effective because it simultaneously clears all fractions and identifies where solutions cannot exist. Once you factor x2x2=(x2)(x+1)x^2-x-2 = (x-2)(x+1), you immediately see that x2x ≠ 2 and x1x ≠ -1. Multiplying through by (x2)(x+1)(x-2)(x+1) gives you 1(x+1)+3(x2)=41(x+1) + 3(x-2) = 4, which simplifies to 4x5=44x - 5 = 4, so x=94x = \frac{9}{4}. Since 94\frac{9}{4} doesn't equal 2 or -1, it's valid. Option B incorrectly claims partial fractions "guarantees valid solutions" – no algebraic method can guarantee this without checking restrictions. Option C overstates graphical methods; while graphs show asymptotes clearly, they're less precise for finding exact solutions and aren't more reliable than proper algebraic technique. Option D misunderstands the problem structure – the right side is already a single fraction, so decomposition isn't the starting point. The LCD method after factoring is superior because factoring reveals restrictions immediately, while clearing fractions creates a simple linear equation. Other methods either add unnecessary complexity or don't inherently prevent extraneous solutions better. Study tip: Always factor denominators in rational equations first – this reveals restricted values and often simplifies your LCD simultaneously.

Question 2

For the equation 2x+13x2=722^{x+1} \cdot 3^{x-2} = 72, a student evaluates these strategies: (1) taking log of both sides, (2) rewriting 72 in terms of powers of 2 and 3, (3) graphing the exponential function, or (4) trying integer values of x. Which approach provides the most insight into why this equation has a unique solution?

  1. Taking logarithm of both sides, because logarithms convert exponential equations to linear form with straightforward solution methods
  2. Rewriting 72=233272 = 2^3 \cdot 3^2, because this reveals the equation structure and allows direct comparison of exponents (correct answer)
  3. Trying integer values, because exponential equations with integer bases typically have integer solutions that can be found by inspection
  4. Graphical analysis, because exponential functions grow rapidly and intersection points require visual identification for accuracy
Explanation: Since 72=89=233272 = 8 \cdot 9 = 2^3 \cdot 3^2, the equation becomes 2x+13x2=23322^{x+1} \cdot 3^{x-2} = 2^3 \cdot 3^2. Comparing exponents: x+1=3x + 1 = 3 and x2=2x - 2 = 2, both giving x=4x = 4. This approach shows why the solution is unique: both bases must have their exponents match simultaneously. Choice A works but uses logarithm properties unnecessarily when the factorization is cleaner. Choice C might work but doesn't explain the underlying structure. Choice D is overkill for an equation that can be solved exactly by algebraic methods.

Question 3

A student encounters log(x+3)+log(x1)=log(2x+6)\log(x + 3) + \log(x - 1) = \log(2x + 6) and must choose between: (1) using logarithm properties to combine the left side, (2) converting everything to exponential form, (3) graphing the three logarithmic expressions, or (4) substituting u=log(x)u = \log(x). Which approach most efficiently identifies all valid solutions?

  1. Using logarithm properties, because log(A)+log(B)=log(AB)\log(A) + \log(B) = \log(AB) allows direct comparison of arguments after domain verification (correct answer)
  2. Converting to exponential form, because this eliminates all logarithms and creates a polynomial equation that's straightforward to solve
  3. Substitution u=log(x)u = \log(x), because logarithmic equations are best solved by reducing them to polynomial form through substitution
  4. Graphical analysis, because logarithmic domain restrictions create solution validity issues that require visual confirmation
Explanation: When solving logarithmic equations, your first priority should be checking domain restrictions and then choosing the most direct algebraic approach. This equation tests your understanding of logarithm properties and solution verification. Why A is correct: Using the property log(A)+log(B)=log(AB)\log(A) + \log(B) = \log(AB), you can rewrite the left side as log[(x+3)(x1)]=log(2x+6)\log[(x+3)(x-1)] = \log(2x+6). Since the logarithms are equal, their arguments must be equal: (x+3)(x1)=2x+6(x+3)(x-1) = 2x+6. Expanding gives x2+2x3=2x+6x^2 + 2x - 3 = 2x + 6, which simplifies to x2=9x^2 = 9, so x=±3x = \pm 3. However, you must verify both solutions satisfy the domain restrictions (x>1x > 1). Since x=3x = -3 makes x1=4<0x-1 = -4 < 0, only x=3x = 3 is valid. This approach directly addresses both the algebra and domain issues. Why the others fail: B (exponential form) would give you 10log(x+3)10log(x1)=10log(2x+6)10^{\log(x+3)} \cdot 10^{\log(x-1)} = 10^{\log(2x+6)}, which just returns you to (x+3)(x1)=2x+6(x+3)(x-1) = 2x+6 – the same equation but with extra steps. C (substitution u=log(x)u = \log(x)) doesn't work because the arguments aren't simply xx – they're x+3x+3, x1x-1, and 2x+62x+6. D (graphical analysis) could work but is far less efficient than direct algebraic manipulation. Key strategy: For logarithmic equations, always check if you can use properties to combine terms first, then solve algebraically while carefully verifying domain restrictions.

Question 4

A student encounters log3(x21)=log3(2x+4)\log_3(x^2 - 1) = \log_3(2x + 4) and considers: (1) using the property that if loga(M)=loga(N)\log_a(M) = \log_a(N), then M=NM = N, (2) converting to exponential form, (3) graphing both logarithmic functions, or (4) using change of base formula. Which strategy is most direct while ensuring all domain restrictions are satisfied?

  1. Converting to exponential form, because this eliminates logarithms and creates a polynomial equation that's easier to solve
  2. Using M=NM = N property, because equal logarithms with the same base mean the arguments are equal, provided domain conditions are met (correct answer)
  3. Change of base formula, because logarithmic equations require conversion to common logarithms before solving algebraically
  4. Graphing both functions, because logarithmic domain restrictions make algebraic solutions unreliable without visual confirmation
Explanation: Since both sides have log3\log_3, we can set the arguments equal: x21=2x+4x^2 - 1 = 2x + 4, giving x22x5=0x^2 - 2x - 5 = 0. Using the quadratic formula: x=1±6x = 1 \pm \sqrt{6}. We must check that both x21>0x^2 - 1 > 0 and 2x+4>02x + 4 > 0 for each solution. Only x=1+6x = 1 + \sqrt{6} satisfies both conditions. Choice A is unnecessarily complex since we don't need to convert. Choice C is wrong because change of base doesn't help here. Choice D overcomplicates what can be solved algebraically with proper domain checking.

Question 5

For solving e2x5ex+6=0e^{2x} - 5e^x + 6 = 0, three methods are proposed: (1) graphing y=e2x5ex+6y = e^{2x} - 5e^x + 6, (2) substitution u=exu = e^x, or (3) taking natural log of both sides. Which method is most efficient and why?

  1. Taking natural log, because logarithms are the inverse operations of exponentials and directly solve for x
  2. Substitution u=exu = e^x, because this converts the exponential equation into a factorable quadratic equation (correct answer)
  3. Graphing the function, because exponential equations require visual analysis to determine the number of real solutions
  4. Taking natural log, because this immediately linearizes the equation and eliminates the need for quadratic methods
Explanation: Substituting u=exu = e^x gives u25u+6=0u^2 - 5u + 6 = 0, which factors as (u2)(u3)=0(u-2)(u-3) = 0. So u=2u = 2 or u=3u = 3, meaning ex=2e^x = 2 or ex=3e^x = 3, giving x=ln(2)x = \ln(2) or x=ln(3)x = \ln(3). This is the most direct algebraic approach. Choice A is incorrect because you cannot take the natural log of an expression that equals zero, and the left side is a sum, not a product. Choice C works but is unnecessarily complex for an equation that can be solved algebraically. Choice D is wrong because taking the natural log doesn't apply to this form.

Question 6

A student needs to solve x+13+x13=2\sqrt[3]{x + 1} + \sqrt[3]{x - 1} = 2 and considers these approaches: (1) cubing both sides immediately, (2) substitution u=x3u = \sqrt[3]{x}, (3) isolating one cube root then cubing, or (4) graphical analysis. Which method minimizes computational complexity?

  1. Cubing both sides immediately, because this eliminates both cube roots in one step without creating fractions
  2. Substitution u=x3u = \sqrt[3]{x}, because cube root equations are best solved by converting to polynomial form
  3. Isolating one cube root, because this reduces the equation to a single radical before applying inverse operations (correct answer)
  4. Graphical analysis, because cube root functions have complex algebraic behavior that requires visual interpretation
Explanation: Isolating gives x+13=2x13\sqrt[3]{x + 1} = 2 - \sqrt[3]{x - 1}. Cubing both sides: x+1=812x13+6(x1)23(x1)x + 1 = 8 - 12\sqrt[3]{x - 1} + 6\sqrt[3]{(x-1)^2} - (x - 1). This simplifies to 12x136(x1)23=612\sqrt[3]{x - 1} - 6\sqrt[3]{(x-1)^2} = 6, or 2x13(x1)23=12\sqrt[3]{x - 1} - \sqrt[3]{(x-1)^2} = 1. Let v=x13v = \sqrt[3]{x - 1}, then 2vv2=12v - v^2 = 1, so v22v+1=0v^2 - 2v + 1 = 0, giving v=1v = 1, thus x=2x = 2. Choice A creates a more complex expression with multiple cross terms. Choice B doesn't work because the cube roots involve x±1x \pm 1, not just xx. Choice D is unnecessarily complex.

Question 7

A student must solve 2x3=x+1|2x - 3| = |x + 1| and chooses between: (1) graphical analysis of intersections, (2) algebraic case analysis based on critical points, or (3) squaring both sides to eliminate absolute values. Which method provides the most complete understanding of the solution structure?

  1. Squaring both sides, because this eliminates absolute values and creates a quadratic equation with standard solution methods
  2. Graphical analysis, because absolute value functions are piecewise linear and intersections are easily visualized geometrically
  3. Case analysis, because it reveals how the solution set depends on the intervals determined by critical points (correct answer)
  4. Graphical analysis, because it's impossible to determine the correct cases for algebraic analysis without first seeing the graph
Explanation: Case analysis using critical points x=32x = \frac{3}{2} and x=1x = -1 creates three intervals: x<1x < -1, 1x<32-1 \leq x < \frac{3}{2}, and x32x \geq \frac{3}{2}. This reveals how the absolute value expressions behave in each region and provides insight into why there are exactly two solutions: x=23x = \frac{2}{3} and x=4x = 4. Choice A works algebraically but doesn't show the underlying structure. Choice B helps visualize but doesn't explain the case-by-case logic. Choice D is incorrect because critical points can be found algebraically by setting each expression inside absolute values to zero.

Question 8

To solve x+7x2=1\sqrt{x + 7} - \sqrt{x - 2} = 1, a student considers: (1) squaring both sides immediately, (2) isolating one radical then squaring, (3) graphing both sides, or (4) substitution with u=xu = \sqrt{x}. Which approach minimizes algebraic complexity while avoiding extraneous solutions?

  1. Squaring both sides immediately, because this eliminates both radicals in one step and simplifies the algebra significantly
  2. Isolating one radical then squaring, because this reduces the equation to one radical and makes verification easier (correct answer)
  3. Graphing both sides, because radical equations always produce extraneous solutions that are difficult to identify algebraically
  4. Substitution with u=xu = \sqrt{x}, because this converts the radical equation into a polynomial that can be factored
Explanation: Isolating x+7=1+x2\sqrt{x + 7} = 1 + \sqrt{x - 2} before squaring gives x+7=1+2x2+(x2)x + 7 = 1 + 2\sqrt{x - 2} + (x - 2), which simplifies to 8=2x28 = 2\sqrt{x - 2}, so x2=4\sqrt{x - 2} = 4. This leads to x=18x = 18, which can be easily verified. Choice A creates a more complex expression with cross terms when squaring (x+7x2)2(\sqrt{x + 7} - \sqrt{x - 2})^2. Choice C is incorrect because graphing isn't necessary here and extraneous solutions can be checked algebraically. Choice D doesn't work because the radicals involve expressions like x+7x + 7, not just xx.

Question 9

To solve x24x3=x+21\frac{x^2 - 4}{x - 3} = \frac{x + 2}{1}, a student considers: (1) cross-multiplication, (2) graphing both sides as rational functions, (3) factoring the numerator first, or (4) finding a common denominator. Which approach most effectively identifies potential issues with the solution process?

  1. Cross-multiplication, because it immediately clears denominators and creates a standard quadratic equation to solve
  2. Graphing rational functions, because it shows vertical asymptotes and identifies where solutions might be invalid
  3. Factoring the numerator first, because x24=(x2)(x+2)x^2 - 4 = (x-2)(x+2) reveals cancellation that simplifies the equation (correct answer)
  4. Common denominator, because rational equations require equivalent fractions before any algebraic manipulation can occur
Explanation: Factoring gives (x2)(x+2)x3=x+2\frac{(x-2)(x+2)}{x-3} = x + 2. This reveals that if x2x \neq -2, we can divide both sides by (x+2)(x+2) to get x2x3=1\frac{x-2}{x-3} = 1, leading to x2=x3x - 2 = x - 3, which gives 2=3-2 = -3 (impossible). However, x=2x = -2 makes the original equation 05=0\frac{0}{-5} = 0, which is true. Factoring first reveals this special case. Choice A misses the cancellation insight. Choice B works but is unnecessarily complex for this algebraic problem. Choice D is incorrect because the right side is already a whole number.

Question 10

To solve x410x2+9=0x^4 - 10x^2 + 9 = 0, a student considers: (1) factoring as a quadratic in x2x^2, (2) graphing the quartic function, (3) substitution u=x2u = x^2, or (4) using the quartic formula. Which method provides the clearest path to all solutions while demonstrating the equation's structure?

  1. Substitution u=x2u = x^2, because this reveals the equation as a disguised quadratic and shows why there are four solutions (correct answer)
  2. Quartic formula, because fourth-degree equations require specialized solution techniques that account for all possible roots
  3. Graphing the quartic, because fourth-degree polynomials have complex root behavior that requires visual analysis for completeness
  4. Factoring as quadratic in x2x^2, because this immediately shows the polynomial structure without introducing new variables unnecessarily
Explanation: When you encounter a quartic equation like x410x2+9=0x^4 - 10x^2 + 9 = 0, look for patterns that reveal simpler underlying structures. This equation has a special form called a "biquadratic" - it contains only even powers of x. The substitution method (Answer A) provides the clearest path because it explicitly transforms this intimidating fourth-degree equation into a familiar quadratic. Let u=x2u = x^2, so u2=x4u^2 = x^4. The equation becomes u210u+9=0u^2 - 10u + 9 = 0, which factors as (u1)(u9)=0(u-1)(u-9) = 0. This gives u=1u = 1 or u=9u = 9. Since u=x2u = x^2, we get x2=1x^2 = 1 (so x=±1x = ±1) and x2=9x^2 = 9 (so x=±3x = ±3). The substitution clearly shows why there are exactly four real solutions and reveals the equation's quadratic nature. Answer B is incorrect because the quartic formula is unnecessarily complex for this special case and obscures the simple structure. Answer C fails because while graphing shows the roots visually, it doesn't illuminate why the equation has its particular structure or provide exact solutions efficiently. Answer D, though mathematically equivalent to substitution, is less clear pedagogically because factoring "as a quadratic in x2x^2" requires you to mentally perform the substitution anyway. For biquadratic equations (containing only even powers), always consider substitution first. It transforms a complex-looking problem into familiar territory while maintaining mathematical transparency.

Question 11

A student needs to solve the equation 3x212x+9=03x^2 - 12x + 9 = 0 and has access to graphing technology, algebraic manipulation tools, and numerical methods. The student's goal is to find exact solutions efficiently while demonstrating understanding of the underlying mathematics. Which strategy would be most appropriate and why?

  1. Graphing, because quadratic equations are always best solved visually to see the parabola's x-intercepts
  2. Substitution method, because this equation can be solved by substituting u=x2u = x^2 to create a linear equation
  3. Algebraic factoring, because the equation has integer coefficients and the discriminant suggests rational roots (correct answer)
  4. Quadratic formula, because the coefficients are too large for mental factoring and graphing lacks precision
Explanation: The equation 3x212x+9=03x^2 - 12x + 9 = 0 can be factored by first factoring out the GCF of 3: 3(x24x+3)=03(x^2 - 4x + 3) = 0, then factoring the quadratic: 3(x1)(x3)=03(x-1)(x-3) = 0. This gives exact solutions x=1x = 1 and x=3x = 3. The discriminant b24ac=144108=36b^2 - 4ac = 144 - 108 = 36 is a perfect square, confirming rational roots. Choice A is wrong because graphing isn't always best for exact solutions. Choice B is incorrect because this substitution doesn't apply to this form. Choice D is wrong because the coefficients are manageable and factoring is more efficient than the quadratic formula here.

Question 12

A researcher needs to solve sin(x)=0.3x\sin(x) = 0.3x for 0x100 \leq x \leq 10. She considers three approaches: graphing both sides as separate functions, using numerical iteration starting from x=1x = 1, or applying trigonometric identities to create an algebraic equation. Which strategy is most appropriate and what is the primary justification?

  1. Trigonometric identities, because sine equations can always be converted to polynomial form using half-angle formulas
  2. Numerical iteration from x=1x = 1, because this provides the fastest convergence to the unique solution in the given interval
  3. Graphing separate functions, because it reveals the total number of solutions and their approximate locations simultaneously (correct answer)
  4. Trigonometric identities, because the linear term can be eliminated by substituting u=sin(x)u = \sin(x) and solving algebraically
Explanation: The equation sin(x)=0.3x\sin(x) = 0.3x is transcendental and cannot be solved algebraically. Graphing y=sin(x)y = \sin(x) and y=0.3xy = 0.3x reveals their intersection points, showing there are exactly 4 solutions in [0,10][0, 10] (including x=0x = 0). This visual approach provides both the number of solutions and good starting points for numerical refinement. Choice A is wrong because trigonometric identities cannot convert this to polynomial form. Choice B is incorrect because iteration from one point finds only one solution and misses the others. Choice D is wrong because the substitution suggested doesn't work for this mixed equation type.

Question 13

To solve the system $$ \begin{cases} y = 2^x - 3 \ y = \log_2(x + 4) \end{cases}

  1. Algebraic substitution, because exponential and logarithmic equations can always be solved exactly using properties of logs
  2. Graphical intersection, because the transcendental nature makes algebraic solution impractical while providing insight into solution count (correct answer)
  3. Numerical approximation, because logarithmic equations require iterative methods and cannot be solved by other means
  4. Any method works equally well, because exponential and logarithmic functions have standard algebraic solution techniques
Explanation: The equation 2x3=log2(x+4)2^x - 3 = \log_2(x + 4) involves both exponential and logarithmic functions of the same base, but cannot be solved algebraically because setting them equal creates a transcendental equation. Graphical methods show the intersection points and reveal that there are exactly two solutions. The graphical approach also provides insight into the behavior of both functions. Choice A is incorrect because these mixed transcendental equations typically cannot be solved exactly. Choice C is wrong because numerical methods alone don't provide the complete picture of solution count. Choice D is incorrect because no standard algebraic technique applies to this mixed form.

Question 14

A student needs to solve the equation 3x212x+9=03x^2 - 12x + 9 = 0 and has three options: factoring, using the quadratic formula, or completing the square. Which strategy would be most efficient, and what characteristic of the equation supports this choice?

  1. Factoring, because the coefficients have a common factor and the resulting quadratic can be factored easily (correct answer)
  2. Quadratic formula, because the discriminant is not a perfect square so factoring will not work cleanly
  3. Completing the square, because the coefficient of x2x^2 is not 1 making factoring more difficult
  4. Quadratic formula, because it works for all quadratic equations and requires no preliminary analysis
Explanation: First, factor out the GCF of 3: 3(x24x+3)=03(x^2 - 4x + 3) = 0. The quadratic x24x+3x^2 - 4x + 3 factors as (x1)(x3)(x-1)(x-3), so factoring is most efficient. The discriminant is (4)24(1)(3)=4(-4)^2 - 4(1)(3) = 4, which is a perfect square, confirming factoring works well.

Question 15

A engineering student is modeling the height of a projectile with the equation h(t)=16t2+64t+80h(t) = -16t^2 + 64t + 80, where hh is height in feet and tt is time in seconds. She needs to find when the projectile hits the ground (h=0h = 0).

Given the context and the specific numbers in this problem, which solving method would be most practical and why?

  1. Factoring, because the equation can be written as 16(t24t5)=0-16(t^2 - 4t - 5) = 0 and the inner quadratic factors nicely (correct answer)
  2. Quadratic formula, because the coefficients are large and factoring is unlikely to yield integer solutions
  3. Graphing, because the physical context requires understanding the entire trajectory, not just the landing time
  4. Completing the square, because this reveals the vertex form which gives both maximum height and landing time
Explanation: Setting 16t2+64t+80=0-16t^2 + 64t + 80 = 0 and factoring out 16-16 gives 16(t24t5)=0-16(t^2 - 4t - 5) = 0. The quadratic t24t5t^2 - 4t - 5 factors as (t5)(t+1)=0(t-5)(t+1) = 0, giving t=5t = 5 or t=1t = -1. Since t0t \geq 0, the projectile hits ground at t=5t = 5 seconds. Factoring is most efficient here.

Question 16

For the equation x45x2+4=0x^4 - 5x^2 + 4 = 0, a student is deciding between substitution (u=x2u = x^2), factoring directly, or using graphing technology. Which choice represents the best strategic thinking?

  1. Direct factoring of the quartic, because polynomial equations should always be factored in standard form when possible
  2. Substitution u=x2u = x^2, but only after confirming that direct factoring fails to work efficiently
  3. Graphing y=x45x2+4y = x^4 - 5x^2 + 4, because quartic equations typically have irrational solutions requiring numerical approximation
  4. Substitution u=x2u = x^2, because this creates a quadratic in uu that can be solved by familiar methods (correct answer)
Explanation: When you encounter a polynomial equation where the variable appears in only even powers (like x4x^4 and x2x^2), you're looking at a disguised quadratic that can be solved through substitution. The equation x45x2+4=0x^4 - 5x^2 + 4 = 0 becomes much simpler when you substitute u=x2u = x^2. This transforms it into u25u+4=0u^2 - 5u + 4 = 0, a straightforward quadratic you can solve by factoring: (u1)(u4)=0(u-1)(u-4) = 0. So u=1u = 1 or u=4u = 4. Since u=x2u = x^2, you get x2=1x^2 = 1 or x2=4x^2 = 4, giving you x=±1x = ±1 or x=±2x = ±2. Choice A suggests always factoring quartics directly, but this is inefficient when substitution creates a simpler path. Direct factoring of a fourth-degree polynomial is complex and time-consuming. Choice B recommends trying direct factoring first, then substitution as backup. This wastes time since you can immediately recognize the substitution opportunity from the equation's structure. Choice C assumes quartic equations typically need numerical approximation, but this particular equation has nice rational solutions. Graphing technology is overkill when algebraic methods work efficiently. Choice D correctly identifies that substitution creates a manageable quadratic. This is the most strategic approach because it leverages familiar quadratic-solving techniques. Study tip: When you see polynomial equations with only even powers of the variable, immediately consider substitution. Let the highest power's square root be your new variable—this often transforms complex polynomials into solvable quadratics.

Question 17

A student is solving log3(x+1)+log3(x2)=2\log_3(x+1) + \log_3(x-2) = 2 and considers using properties of logarithms versus graphing. What is the key advantage of the algebraic approach over graphing for this equation?

  1. Algebraic methods automatically handle domain restrictions, while graphing may miss important boundary conditions
  2. The logarithmic properties allow conversion to an exponential equation that can be solved exactly without approximation (correct answer)
  3. Graphing logarithmic functions requires special scales that make accurate reading of intersection points nearly impossible
  4. The algebraic approach is faster because logarithmic equations always reduce to linear equations after applying properties
Explanation: Using log3(x+1)+log3(x2)=log3[(x+1)(x2)]=2\log_3(x+1) + \log_3(x-2) = \log_3[(x+1)(x-2)] = 2, we get (x+1)(x2)=32=9(x+1)(x-2) = 3^2 = 9. This gives x2x2=9x^2 - x - 2 = 9, so x2x11=0x^2 - x - 11 = 0. The quadratic formula yields exact solutions, while graphing would only give approximations. Domain restrictions (x>2x > 2) must still be checked separately.

Question 18

For the system of equations x2+y2=25x^2 + y^2 = 25 and y=34x+2y = \frac{3}{4}x + 2, a student must choose between substitution and graphing. Which factor most strongly supports choosing substitution over graphing?

  1. The linear equation has a fractional slope making graphing less accurate for finding intersection points
  2. Substitution yields a quadratic with rational coefficients that can be solved exactly using algebraic methods (correct answer)
  3. The circle has a non-integer radius making it difficult to plot accurately on a coordinate grid
  4. Graphing cannot determine whether the line is tangent to the circle or intersects it at two points
Explanation: Substituting gives x2+(34x+2)2=25x^2 + (\frac{3}{4}x + 2)^2 = 25, which expands to 2516x2+3x21=0\frac{25}{16}x^2 + 3x - 21 = 0. This can be solved exactly using the quadratic formula. While graphing could work, substitution provides exact coordinates rather than approximations, which is crucial for precise solutions.

Question 19

A student is solving x+5=x1\sqrt{x + 5} = x - 1 and considers three approaches: squaring both sides algebraically, graphing y=x+5y = \sqrt{x + 5} and y=x1y = x - 1, or using substitution. What is the primary advantage of the graphical approach for this equation?

  1. Graphing automatically eliminates extraneous solutions that arise from squaring both sides of the equation
  2. Graphing provides exact rational solutions faster than algebraic manipulation in most radical equations
  3. Graphing allows verification that solutions satisfy domain restrictions before solving algebraically (correct answer)
  4. Graphing eliminates the need to check solutions since intersection points are always valid for the original equation
Explanation: When solving radical equations algebraically, squaring can introduce extraneous solutions. Graphing first shows where intersections are possible (x5x \geq -5 for the radical, x1x \geq 1 for equality to be meaningful), helping verify that algebraic solutions are valid. Graphing doesn't automatically eliminate extraneous solutions but helps identify domain issues.

Question 20

A student needs to solve 2x3=x+1|2x - 3| = x + 1 and is considering whether to use case analysis (algebraic approach) or graphing. Which statement best describes when graphing would be preferable to case analysis?

  1. When the absolute value expression contains multiple variables, making case analysis too complex to manage effectively
  2. When a quick verification of the number of solutions is needed before committing to detailed algebraic work (correct answer)
  3. When the linear expression on the right side has a negative slope, making case analysis invalid
  4. When exact rational solutions are not required and approximate decimal solutions are sufficient for the context
Explanation: Graphing y=2x3y = |2x - 3| and y=x+1y = x + 1 quickly shows there are two intersection points, confirming that both cases in the algebraic analysis should yield valid solutions. This verification step can prevent errors in case analysis. Both methods give exact solutions here, but graphing provides useful preliminary insight.