Factoring Algebra Expression

45 Views Asked by At

I have the below algebra expression:

$$ (x-1)((x-1)^2 - 1) = 6y$$

I'm trying to get the left hand side be $x(x^2-1)$: $$ x(x^2-1) = 6y \dots$$ Attempt: $$ (x-1)(x^2-2x) = 6y$$ $$ x^3 - 3x^2 + 2x = 6y$$ I'm stuck here

2

There are 2 best solutions below

2
On BEST ANSWER

Do not worry, your algebra is correct.

The problem is that $$(x-1)((x-1)^2 - 1) = (x-1)(x^2 -2x)=x(x-1)(x-2)$$

is not the same as $$x(x^2-1)=x(x-1)(x+1)$$

0
On

but it is $$x(x-1)(x+1)=(x-1)(x+1)x=(x-1)(x^2+x)\ne (x-1)(x^2-2x+1-1)$$