1

What is the absolute difference between the two real numbers $x$ for which $(x+1)(x-1)(x-2) = (x+2)(x+3)(x-3)$? Express your answer in simplest radical form

I tried guessing solutions but seeing how there are no common zeroes to both the left- and right-hand sides I don't know what to do.

Puzzled417
  • 6,956
  • 1
    One (perhaps inelegant) approach is to expand both sides by distributing; the terms $x^3$ cancel, and you're left with a quadratic equation in $x$. –  Dec 11 '15 at 04:53
  • That may work. This question was given as a question to students to solve in under $45$ seconds. – Puzzled417 Dec 11 '15 at 04:53
  • 1
    It'll be far faster if you take care of those differences of squares on both sides – David P Dec 11 '15 at 04:54
  • Can you show me what you mean? – Puzzled417 Dec 11 '15 at 04:55
  • I don't know if it helps to solve it in less than $45$ seconds, but you may remark that the absolute difference of the real roots of a quadratic function $ax^2+bx+c$ is $\frac{\sqrt{\Delta}}{a}$, where $\Delta=b^2-4ac$ is the discriminant. – Taladris Dec 11 '15 at 05:03
  • @Puzzled417, see my answer below, I used partial fractions. – Aditya Agarwal Dec 11 '15 at 05:12

3 Answers3

1

We have $$(x^2-1)(x-2) = (x^2-9)(x+2) \implies x^3-2x^2-x+2 = x^3+2x^2-9x-18$$ which simplifies to $$4x^2-8x-20 = 0 \implies x^2-2x-5 = 0 \implies (x-1)^2 = 6$$ Hence, the roots are $1\pm\sqrt6$, which means that the difference between the roots is $2\sqrt6$.

Adhvaitha
  • 20,259
0

$(x^2-1)(x-2)-[(x^2-9)(x+2)]=0$ thus $x^3-x-2x^2+2-x^3+9x-2x^2+18=0$ so $-4x^2+8x+20=0$ thus Solving we get $x=1\pm \sqrt{6}$ thus difference =$2\sqrt{6}\approx 5$

-1

$$(x+1)(x-1)(x-2) = (x+2)(x+3)(x-3)$$ $$\frac{(x+2)}{(x-2)}=\frac{x^2-1}{x^2-9}$$ $$1+\frac{4}{x-2}=1+\frac{8}{x^2-9}$$ $$4x^2-36=8x-16$$ $$x^2-2x-5=0$$ Now difference of roots is $$\frac{\sqrt{D}}{a}=\sqrt{24}$$