SOLUTION: What are all the real values of x which satisfy the equation: {{{ (x-7)(x^2-6x+4)=-(x-7) }}}

Algebra ->  Expressions-with-variables -> SOLUTION: What are all the real values of x which satisfy the equation: {{{ (x-7)(x^2-6x+4)=-(x-7) }}}      Log On


   



Question 1096723: What are all the real values of x which satisfy the equation: +%28x-7%29%28x%5E2-6x%2B4%29=-%28x-7%29+
Found 3 solutions by rothauserc, ikleyn, greenestamps:
Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
(x-7)(x^2-6x+4)=-(x-7)
:
divide both sides of = by (x-7)
:
x^2 -6x +4 = -1
:
x^2 -6x +5 = 0
:
(x-5) * (x-1) = 0
:
**********************************
x = 5 or 1
:
check answer
:
x = 5
(5-7)(5^2 -6(5) +4) = -(5-7)
(-2)(25 -30 +4) = -(-2)
(-2)(-1) = 2
2 = 2
:
x = 1
(1-7)(1^2 -6(1) +4) = -(1-7)
(-6)(1 -6 +4) = -(-6)
(-6)(-1) = 6
6 = 6
:
our answers check
************************************
:

Answer by ikleyn(52792) About Me  (Show Source):
You can put this solution on YOUR website!
.
All real numbers that satisfy this equation are 7, 5 and 1.



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!

The first response missed one solution because he divided both sides of the equation by x-7. That turned out to be invalid, because x=7 is one of the solutions.

Never divide both sides of an equation by an expression containing a variable. Use factoring instead.

And the second solution gave the answers without showing the process....

So let me fill in the details, in case you are still not quite sure.

%28x-7%29%28x%5E2-6x%2B4%29=-%28x-7%29
%28x-7%29%28x%5E2-6x%2B4%29+%2B+%28x-7%29+=+0 [except for linear polynomials, you always want to get everything on one side set equal to 0 and then factor]
%28x-7%29%28x%5E2-6x%2B5%29+=+0
%28x-7%29%28x-5%29%28x-1%29+=+0

The solutions are x = 1, 5, and 7.