Solve the following equation:
3x2+10x−16=2x2+4x
To solve this problem, we'll follow these steps:
- Step 1: Eliminate the square roots by squaring both sides of the equation.
- Step 2: Simplify the resulting equation and bring all terms to one side.
- Step 3: Factor the resulting quadratic equation.
- Step 4: Solve for x and check for valid solutions by substituting back into the original equation.
Now, let's work through each step in detail:
Step 1: Square both sides of the equation:
(3x2+10x−16)2=(2x2+4x)2
The equation becomes:
3x2+10x−16=2x2+4x
Step 2: Simplify and rearrange the equation:
3x2+10x−16−2x2−4x=0
This simplifies to:
x2+6x−16=0
Step 3: Factor the quadratic equation:
We need to find two numbers that multiply to −16 and add to 6. These numbers are 8 and −2.
The equation factors to:
(x+8)(x−2)=0
Step 4: Solve for x:
Set each factor equal to zero:
- x+8=0⟹x=−8
- x−2=0⟹x=2
Finally, check these solutions in the original equation:
- For x=−8, 3(−8)2+10(−8)−16=2(−8)2+4(−8)
192−80−16=128−32
96=96
- For x=2, 3(2)2+10(2)−16=2(2)2+4(2)
12+20−16=8+8
16=16
Both solutions are valid. Therefore, the solutions to the equation are:
x=−8 and x=2.
The correct choice is d:−8,2.