Question

Difficulty: MediumAlgebraic Exponents and Radicals

What is the sum of all real solutions to the equation 3x+10x=2\sqrt{3x + 10} - x = 2?

  1. 22Answer
  2. B
    1-1
  3. C
    3-3
  4. D
    55
  5. E
    33

Answer

The sum of all real solutions is 22.
To solve 3x+10x=2\sqrt{3x + 10} - x = 2, isolate the radical to get 3x+10=x+2\sqrt{3x + 10} = x + 2. Squaring both sides yields 3x+10=x2+4x+43x + 10 = x^2 + 4x + 4. Rearranging into standard quadratic form gives x2+x6=0x^2 + x - 6 = 0, which factors as (x+3)(x2)=0(x + 3)(x - 2) = 0, yielding candidates x=2x = 2 and x=3x = -3. Substituting x=2x = 2 into the original equation yields 162=2\sqrt{16} - 2 = 2, which is true. Substituting x=3x = -3 yields 1(3)=42\sqrt{1} - (-3) = 4 \neq 2, so x=3x = -3 is extraneous. The only valid solution is x=2x = 2, so the sum of all valid solutions is 22.

Step-by-Step Solution

1
Isolate the radical expression on one side of the equation
3x+10=x+2\sqrt{3x + 10} = x + 2
Isolating the radical allows squaring both sides cleanly to eliminate the radical sign.
2
Square both sides of the equation
3x+10=(x+2)2=x2+4x+43x + 10 = (x + 2)^2 = x^2 + 4x + 4
Squaring eliminates the square root, converting the equation into a polynomial form.
3
Rearrange terms into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0
x2+x6=0x^2 + x - 6 = 0
Grouping all terms on one side sets up the equation for factoring.
4
Factor the quadratic equation to find candidate solutions
(x+3)(x2)=0    x=3 or x=2(x + 3)(x - 2) = 0 \implies x = -3 \text{ or } x = 2
Factoring determines the values of xx that solve the algebraic polynomial.
5
Test candidate solutions in the original radical equation to filter extraneous roots
For x=2x = 2: 3(2)+102=162=42=2\sqrt{3(2) + 10} - 2 = \sqrt{16} - 2 = 4 - 2 = 2 (Valid). For x=3x = -3: 3(3)+10(3)=1+3=42\sqrt{3(-3) + 10} - (-3) = \sqrt{1} + 3 = 4 \neq 2 (Extraneous). Thus, x=2x = 2 is the only valid solution.
Squaring an equation can introduce extraneous roots that do not satisfy the original principal root definition.

Key Concept

Solving Radical Equations and Filtering Extraneous Roots
Estimated Time:1m 30s
Rate this question