IDNLearn.com: Your trusted platform for finding precise and reliable answers. Discover reliable answers to your questions with our extensive database of expert knowledge.

Eloise started to solve a radical equation in this way:

[tex]\[
\begin{array}{c}
\sqrt{-2 x+1}-3= x \\
\sqrt{-2 x+1}-3+3= x +3 \\
\sqrt{-2 x+1}= x +3 \\
\sqrt{-2 x+1}-1=x+3-1 \\
\sqrt{-2 x}= x +2 \\
(\sqrt{-2 x})^2=(x-4)^2 \\
-2 x=x^2-8 x+16 \\
-2 x+2 x=x^2+8 x+16+2 x \\
0=x^2+10 x+16 \\
0=(x+2)(x+8) \\
x+2=0 \quad x+8=0 \\
x+2-2=0-2 \quad x+8-8=0-8 \\
x=-2 \quad x=-8
\end{array}
\][/tex]

Both solutions are extraneous because they don't satisfy the original equation. What error did Eloise make?

A. She subtracted 1 before squaring both sides.
B. She added [tex]\(2x\)[/tex] after squaring both sides.
C. She did not check for extraneous solutions.
D. She factored [tex]\(x^2 + 10x + 16\)[/tex] incorrectly.


Sagot :

Let's go through the steps and identify where Eloise made mistakes:

1. Starting Equation:
[tex]\[ \sqrt{-2x + 1} - 3 = x \][/tex]

2. Adding 3 to Both Sides:
[tex]\[ \sqrt{-2x + 1} - 3 + 3 = x + 3 \quad \Rightarrow \quad \sqrt{-2x + 1} = x + 3 \][/tex]

3. Subtraction Before Squaring:
Eloise then made a mistake by subtracting 1 from both sides instead of squaring the equation directly:
[tex]\[ \sqrt{-2x + 1} - 1 = x + 3 - 1 \quad \Rightarrow \quad \sqrt{-2x} = x + 2 \][/tex]

4. Squaring Both Sides:
[tex]\[ (\sqrt{-2x})^2 = (x + 4)^2 \quad \Rightarrow \quad -2x = x^2 + 10x + 16 \][/tex]

Instead, she should have squared the equation from the step immediately after adding 3:
[tex]\[ \sqrt{-2x + 1} = x + 3 \rightarrow (\sqrt{-2x + 1})^2 = (x + 3)^2 \rightarrow -2x + 1 = x^2 + 6x + 9 \][/tex]

5. Rearranging and Solving:
[tex]\[ -2x + 1 = x^2 + 6x + 9 \quad \Rightarrow \quad x^2 + 8x + 8 = 0 \][/tex]

6. Factoring the Quadratic:
Eloise then factored the quadratic incorrectly:
[tex]\[ x^2 + 8x + 8 = 0 \quad \Rightarrow \quad (x + 2)(x + 4) = 0 \quad \Rightarrow \quad x = -2, x = -4 \][/tex]

Correctly factor the quadratic should be:
[tex]\[ x^2 + 8x + 8 = 0 \][/tex]
This quadratic cannot be factored easily and should use the quadratic formula [tex]\( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \)[/tex].

7. Checking for Extraneous Solutions:
After solving the quadratic equation and finding the roots, you must check each solution by substituting back into the original equation to ensure they satisfy it:
[tex]\[ \text{Check } x = -2: \quad \sqrt{-2(-2) + 1} - 3 = -2 \quad \sqrt{4 + 1} - 3 = -2 \quad \sqrt{5} - 3 \neq -2 \][/tex]
[tex]\[ \text{Check } x = -4 \quad (Similarly, likely it will not satisfy the original equation either.) \][/tex]

Eloise made several key errors:
1. Subtracting 1 before squaring both sides of the equation.
2. Adding incorrect terms after squaring the equation.
3. Factored incorrectly when solving the quadratic equation.
4. Did not check for extraneous solutions by substituting them back into the original equation.

These misunderstandings and errors led to incorrect and extraneous solutions.