Today, I had this question on a Maths test about Algebra. This was the equation I had to solve:
$$(1-x)(x-5)^3=x-1$$
I worked away the brackets and subtracted $x-1$ from both sides and was left with this:
$$-x^4+16x^3-90x^2+199x-124=0$$
Problem is, I haven't a clue how to solve this? First thing I tried was replacing $x^2$ with another variable like $u$ but that got me no further. Dividing the whole equation by $x^2$ (as is suggested by a lot of sites on this matter) also did not get me any further. I then tried something incredibly ludicrous;
$$(ax+b)(cx^3+dx^2+ex+f)=0$$ $$ \left\{ \begin{aligned} ac &= -1 \\ ad + bc &= 16 \\ ae + bd &= -90 \\ af + be &= 199 \\ bf &= -124 \end{aligned} \right. $$
which got even worse when there were 3 brackets;
$$(ax+b)(gx+h)(ix^2+jx+k)=0$$ $$ \left\{ \begin{aligned} ac &= agi &&= -1 \\ ad + bc &= agj + ahi + bgi &&= 16 \\ ae + bd &= agk + ahj + bgj + bhi &&= -90 \\ af + be &= ahk + bgk + bhj &&= 199 \\ bf &= bhk &&= -124 \end{aligned} \right. $$
only to be left with no result.
When using Wolfram Alpha on this question, it performs a rather strange step I don't understand:
$$-x^4+16x^3-90x^2+199x-124=0$$ $$\downarrow$$ $$-((x-4)(x-1)(x^2-11x+31))=0$$
Could somebody explain how to properly tackle this problem? And if possible, also show me how to get the non-real answers for it. Thanks.
Euh... I think you overcomplicated things here...
$(1-x)(x-5)^3=x-1$ is equivalent to $(1-x)[(x-5)^3+1]=0$
Either $x=1$ or $(x-5)^3=-1$...