Solve for x: $(x^2-3x+1)^2-3(x^2-3x+1)+1=x$

203 Views Asked by At

Solve the equation for $x$: $$(x^2-3x+1)^2-3(x^2-3x+1)+1=x$$

I've tried to solve by:

Let $y=(x^2-3x+1)$

So, $$y^2-3y+1=x$$

But still have one $x$ and it's not factorable!

What do I do to solve this?

Thank you

2

There are 2 best solutions below

2
On BEST ANSWER

Hint: you are halfway there.

$$ x^2 - 3x + 1 = y \\ y^2 - 3y + 1 = x $$

Subtract:

$$(y-x)(y+x-2)=0$$

The latter gives two quadratics in $x$.

3
On

Hint: $y- x= x^2 -y^2-3(x-y)$ . Can you continue?