Math 2 Quiz: Solving Radical Equations
11 questions · exam conditions
0:00
Solving Radical EquationsQuestion 1 of 11

If x+14=3\sqrt[4]{x + 1} = 3, then x+1=\sqrt{x + 1} = ?

3
6
9
12
← Back to quizzes

Math 2 Quiz

Math 2 Quiz: Solving Radical Equations

Practice Solving Radical Equations in Math 2 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 Solving Radical Equations, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 2.

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

If x+14=3\sqrt[4]{x + 1} = 3, then x+1=\sqrt{x + 1} = ?

  1. 3
  2. 6
  3. 9 (correct answer)
  4. 12
Explanation: From x+14=3\sqrt[4]{x + 1} = 3, raise both sides to the 4th power: x+1=34=81x + 1 = 3^4 = 81, so x=80x = 80. Now find x+1=80+1=81=9\sqrt{x + 1} = \sqrt{80 + 1} = \sqrt{81} = 9. Alternatively, note that x+1=(x+14)2=32=9\sqrt{x + 1} = (\sqrt[4]{x + 1})^2 = 3^2 = 9. Both methods give the same answer: 9.

Question 2

If x25x+6=x3\sqrt{x^2 - 5x + 6} = x - 3, then xx could equal:

  1. 2 or 3
  2. 3 only (correct answer)
  3. 2 only
  4. 1 or 6
Explanation: Square both sides: x25x+6=(x3)2=x26x+9x^2 - 5x + 6 = (x - 3)^2 = x^2 - 6x + 9. Simplifying: 5x+6=6x+9-5x + 6 = -6x + 9, so x=3x = 3. We must check this solution and verify the domain restrictions. For the equation to be valid, we need x30x - 3 \geq 0 (since the square root equals x3x - 3), so x3x \geq 3. Also, x25x+60x^2 - 5x + 6 \geq 0. Factoring: (x2)(x3)0(x - 2)(x - 3) \geq 0, which holds when x2x \leq 2 or x3x \geq 3. Combining constraints: x3x \geq 3. Since x=3x = 3 satisfies this, let's verify: 915+6=0=0\sqrt{9 - 15 + 6} = \sqrt{0} = 0 and x3=0x - 3 = 0 ✓. The only valid solution is x=3x = 3.

Question 3

Consider the equation x=6x5x = \sqrt{6x - 5}. A student claims that since both sides are positive for valid solutions, squaring will not introduce extraneous solutions. How should you evaluate this claim?

  1. The claim is correct; squaring positive expressions never creates extraneous solutions
  2. The claim is incorrect; the equation has no real solutions due to domain restrictions
  3. The claim is incorrect; squaring can still introduce extraneous solutions even when both sides appear positive (correct answer)
  4. The claim is partially correct; it only applies when the left side is a simple variable
Explanation: The student's claim is incorrect. While it's true that we need both sides to be non-negative before squaring, this doesn't guarantee that squaring won't introduce extraneous solutions. Squaring the equation x=6x5x = \sqrt{6x - 5} gives x2=6x5x^2 = 6x - 5, or x26x+5=0x^2 - 6x + 5 = 0, which factors as (x1)(x5)=0(x - 1)(x - 5) = 0. This yields x=1x = 1 and x=5x = 5. However, checking these: For x=1x = 1: LHS = 1, RHS = 6(1)5=1=1\sqrt{6(1) - 5} = \sqrt{1} = 1 ✓. For x=5x = 5: LHS = 5, RHS = 6(5)5=25=5\sqrt{6(5) - 5} = \sqrt{25} = 5 ✓. In this case, both solutions are actually valid, but the key point is that the student's reasoning is flawed. Squaring can introduce extraneous solutions regardless of the apparent signs because the squaring operation can make negative expressions appear to satisfy the squared equation when they don't satisfy the original.

Question 4

When solving x+4+x1=5\sqrt{x + 4} + \sqrt{x - 1} = 5, which of the following represents the most efficient approach to avoid extraneous solutions?

  1. Square both sides immediately, then solve the resulting quadratic equation
  2. Isolate x+4\sqrt{x + 4}, square both sides, simplify, then square again if necessary (correct answer)
  3. Substitute u=xu = \sqrt{x} to convert to a polynomial equation in uu
  4. Graph both sides and find intersection points using technology
Explanation: Option B is correct because isolating one radical before squaring minimizes the complexity of subsequent algebra and reduces the likelihood of computational errors that can mask extraneous solutions. If we square x+4+x1=5\sqrt{x + 4} + \sqrt{x - 1} = 5 immediately, we get x+4+2(x+4)(x1)+x1=25x + 4 + 2\sqrt{(x+4)(x-1)} + x - 1 = 25, leading to 2x2+3x4=222x2\sqrt{x^2 + 3x - 4} = 22 - 2x, which requires another squaring step anyway. By isolating first: x+4=5x1\sqrt{x + 4} = 5 - \sqrt{x - 1}, then squaring gives x+4=2510x1+x1x + 4 = 25 - 10\sqrt{x - 1} + x - 1, which simplifies to 10x1=2010\sqrt{x - 1} = 20, so x1=2\sqrt{x - 1} = 2 and x=5x = 5. Option A creates unnecessary algebraic complexity. Option C doesn't apply since the expressions under the radicals aren't perfect squares of xx. Option D, while potentially accurate, doesn't demonstrate algebraic problem-solving skills.

Question 5

The equation x+7x2=1\sqrt{x + 7} - \sqrt{x - 2} = 1 has a solution x=ax = a. What is the value of a+7+a2\sqrt{a + 7} + \sqrt{a - 2}?

  1. 5
  2. 7
  3. 9 (correct answer)
  4. 11
Explanation: Let u=x+7u = \sqrt{x + 7} and v=x2v = \sqrt{x - 2}. Then uv=1u - v = 1 and we want u+vu + v. Note that u2v2=(x+7)(x2)=9u^2 - v^2 = (x + 7) - (x - 2) = 9. Since u2v2=(u+v)(uv)=(u+v)(1)=u+vu^2 - v^2 = (u + v)(u - v) = (u + v)(1) = u + v, we have u+v=9u + v = 9. Therefore, a+7+a2=9\sqrt{a + 7} + \sqrt{a - 2} = 9. To verify this approach works, we can solve for aa: From uv=1u - v = 1 and u+v=9u + v = 9, we get u=5u = 5 and v=4v = 4. So x+7=5\sqrt{x + 7} = 5 gives x+7=25x + 7 = 25, thus x=18x = 18. Check: 182=16=4\sqrt{18 - 2} = \sqrt{16} = 4 ✓. The answer is 9.

Question 6

The equation x=x+12x = \sqrt{x + 12} has how many valid solutions?

  1. 0
  2. 1 (correct answer)
  3. 2
  4. 3
Explanation: Square both sides: x2=x+12x^2 = x + 12, so x2x12=0x^2 - x - 12 = 0. Factor: (x4)(x+3)=0(x - 4)(x + 3) = 0, giving x=4x = 4 or x=3x = -3. For the original equation to be valid, we need x0x \geq 0 (since x+12=x\sqrt{x + 12} = x and square roots are non-negative). Check x=4x = 4: 16=4\sqrt{16} = 4 ✓. Check x=3x = -3: 9=3\sqrt{9} = 3 but x=3x = -3, so 333 \neq -3. Therefore, x=3x = -3 is extraneous. Only x=4x = 4 is valid, so there is exactly 1 solution.

Question 7

Which of the following is an extraneous solution to the equation x+6=x\sqrt{x + 6} = x?

  1. x=2x = -2 (correct answer)
  2. x=3x = 3
  3. x=6x = 6
  4. This equation has no extraneous solutions
Explanation: Square both sides: x+6=x2x + 6 = x^2, so x2x6=0x^2 - x - 6 = 0. Factor: (x3)(x+2)=0(x - 3)(x + 2) = 0, giving x=3x = 3 or x=2x = -2. Check x=3x = 3: 9=3\sqrt{9} = 3 ✓. Check x=2x = -2: 4=2\sqrt{4} = 2 but x=2x = -2, so 222 \neq -2. Therefore, x=2x = -2 is extraneous. The issue is that when we squared both sides, we lost the condition that x+60\sqrt{x + 6} \geq 0, but xx can be negative. For the original equation x+6=x\sqrt{x + 6} = x to hold, we need x0x \geq 0. Since x=2<0x = -2 < 0, it's extraneous.

Question 8

How many solutions does the equation x+1=x2+2x+5x + 1 = \sqrt{x^2 + 2x + 5} have?

  1. 0 (correct answer)
  2. 1
  3. 2
  4. infinitely many
Explanation: For the equation to be valid, we need x+10x + 1 \geq 0, so x1x \geq -1. Square both sides: (x+1)2=x2+2x+5(x + 1)^2 = x^2 + 2x + 5. Expanding: x2+2x+1=x2+2x+5x^2 + 2x + 1 = x^2 + 2x + 5. This simplifies to 1=51 = 5, which is impossible. Therefore, there are no solutions. The issue is that while x2+2x+5=(x+1)2+42\sqrt{x^2 + 2x + 5} = \sqrt{(x + 1)^2 + 4} \geq 2 for all real xx, we need x+1x + 1 to equal this value. But x+12x + 1 \geq 2 would require x1x \geq 1. Even then, (x+1)2=(x+1)2+4(x + 1)^2 = (x + 1)^2 + 4 leads to 0=40 = 4. The equation has no solutions.

Question 9

For what value of aa is x=9x = 9 a solution to x+a=x5\sqrt{x + a} = x - 5?

  1. a=25a = 25
  2. a=11a = 11
  3. a=16a = 16
  4. a=7a = 7 (correct answer)
Explanation: When you encounter a radical equation where you need to find a parameter that makes a given value a solution, substitute that value directly into the equation and solve for the unknown parameter. Since x=9x = 9 must be a solution to x+a=x5\sqrt{x + a} = x - 5, substitute x=9x = 9 into both sides of the equation: 9+a=95\sqrt{9 + a} = 9 - 5 9+a=4\sqrt{9 + a} = 4 To solve for aa, square both sides to eliminate the square root: 9+a=169 + a = 16 a=7a = 7 Let's verify: when a=7a = 7, the equation becomes 9+7=95\sqrt{9 + 7} = 9 - 5, which simplifies to 16=4\sqrt{16} = 4, or 4=44 = 4 Now let's see why the other choices don't work. Choice A gives us a=25a = 25: substituting yields 9+25=345.83\sqrt{9 + 25} = \sqrt{34} \approx 5.83, but the right side equals 44. Choice B gives us a=11a = 11: this produces 9+11=204.474\sqrt{9 + 11} = \sqrt{20} \approx 4.47 \neq 4. Choice C gives us a=16a = 16: this results in 9+16=25=54\sqrt{9 + 16} = \sqrt{25} = 5 \neq 4. The key strategy here is direct substitution. When a problem tells you that a specific value is a solution to an equation containing a parameter, always substitute that value immediately and solve for the parameter. This approach is much more efficient than trying to solve the general equation first.

Question 10

When solving the equation x+7x5=2\sqrt{x + 7} - \sqrt{x - 5} = 2, a student obtains potential solutions and must check their validity. Which statement correctly describes the solution process?

  1. The equation has exactly one valid solution: x=9x = 9 (correct answer)
  2. The equation has exactly one valid solution: x=18x = 18
  3. The equation has two valid solutions: x=9x = 9 and x=18x = 18
  4. The equation has no valid solutions due to domain restrictions
Explanation: To solve x+7x5=2\sqrt{x + 7} - \sqrt{x - 5} = 2, we first note the domain requires x5x \geq 5. Isolating one radical: x+7=2+x5\sqrt{x + 7} = 2 + \sqrt{x - 5}. Squaring both sides: x+7=4+4x5+(x5)x + 7 = 4 + 4\sqrt{x - 5} + (x - 5), which simplifies to 8=4x58 = 4\sqrt{x - 5} or x5=2\sqrt{x - 5} = 2. This gives x5=4x - 5 = 4, so x=9x = 9. Checking: 164=42=2\sqrt{16} - \sqrt{4} = 4 - 2 = 2 ✓. The answer is A.

Question 11

A student attempts to solve 2x3=x3\sqrt{2x - 3} = x - 3 and obtains the solutions x=4x = 4 and x=6x = 6. What should the student conclude after checking these solutions?

  1. Both solutions are valid since they satisfy the domain restrictions
  2. Only x=6x = 6 is valid; x=4x = 4 is an extraneous solution (correct answer)
  3. Only x=4x = 4 is valid; x=6x = 6 is an extraneous solution
  4. Both solutions are extraneous due to improper algebraic manipulation
Explanation: First, we need 2x302x - 3 \geq 0 (so x32x \geq \frac{3}{2}) and x30x - 3 \geq 0 (so x3x \geq 3) since we're equating a square root to x3x - 3. The domain is x3x \geq 3. Squaring both sides: 2x3=(x3)2=x26x+92x - 3 = (x - 3)^2 = x^2 - 6x + 9. Rearranging: x28x+12=0x^2 - 8x + 12 = 0, which factors as (x4)(x6)=0(x - 4)(x - 6) = 0. This gives x=4x = 4 and x=6x = 6. Checking x=4x = 4: 2(4)3=52.24\sqrt{2(4) - 3} = \sqrt{5} \approx 2.24, but x3=43=1x - 3 = 4 - 3 = 1. Since 51\sqrt{5} \neq 1, x=4x = 4 is extraneous. Checking x=6x = 6: 2(6)3=9=3\sqrt{2(6) - 3} = \sqrt{9} = 3 and x3=63=3x - 3 = 6 - 3 = 3. Since 3=33 = 3, x=6x = 6 is valid.