1

The equation $(x – 1)(x – 2)(x – 3) = 24$ has the real root equal to 'a' and the complex roots 'b' and 'c'. Then find the value of $\frac{bc}{a}$

My approach is as follow $y=f(x)=(x – 1)(x – 2)(x – 3) - 24=0$

$y'=3x^2-12x+11=0$

Solving we get $x=2\pm\sqrt{\frac{1}{3}}$

$f(2+\sqrt{\frac{1}{3}})<0$ & $ f(2-\sqrt{\frac{1}{3}})<0$

It is Local Minimum at $2+\sqrt{\frac{1}{3}}$ and Local Maximum at $2-\sqrt{\frac{1}{3}}$

By hit and trial I got $f(5)=0$ viz a=5 Given abc=30, therefore bc=6.

Hence the answer is $\frac{6}{5}$ which is correct.

My only concern is to find the real value without using any HIT and TRIAL.

  • I don't see any question. By the way a first simplification could be a substitution $x-2=Y$, so you have to solve $$(Y-1)Y(Y+1)=24$$ or equivalently $$Y^3-Y-24=0$$ which can be solved using the formula of equations of degree 3. Once you find $Y=3$, the remaining is easy. – Crostul Mar 25 '20 at 15:04
  • The problem is designed to have an easy to find rational solution, which should be one of the integer factors of $30$. If it didn't, it is a cubic, you still have Cardano's formulas in radicals. –  Mar 25 '20 at 15:08
  • @Crostul: there is a "trick". –  Mar 25 '20 at 15:19

3 Answers3

2

Rewrite $$(x – 1)(x – 2)(x – 3) = 24$$

as

$$x^3-6x^2+11x-30=0$$

which factorizes as

$$(x-5)(x^2-x+6)=0$$

Thus,

$$\frac{bc}a= \frac 65$$

Quanto
  • 97,352
1

Noticing that $24=2\cdot3\cdot4$, $5$ must be a root. Then after long division by $x-5$, $x^2-x+6=0$.

Using Vieta,

$$\frac{bc}a=\frac65.$$


Now for a "general" solution, you first deplete the cubic by setting $z:=x-2$ and the equation is

$$(z+1)z(z-1)=z^3-z=24.$$

Then with $z:=\dfrac2{\sqrt 3}\cosh u$,

$$4\cosh^3u-3\cosh u=\cosh3u=36\sqrt3,$$

finally giving

$$x=\frac2{\sqrt3}\cosh\frac{\text{arcosh }36\sqrt3}3+2.$$

Needless to say, this is $5$.

  • I would claim that is the guess (but an informed guess) that OP wanted to avoid. I agree that knowing $4!=24$ makes it a fairly easy guess to find. – Ross Millikan Mar 25 '20 at 17:58
  • @RossMillikan: I assume he means "trial and error". –  Mar 25 '20 at 19:46
1

There are actual computation methods for cubics but we can poke some number theory style fun into this.

$(x-1)(x-2)(x-3)=24$ are numbers whose product is 24. If we focused on integers, these numbers would be consecutive.

Oh what luck befalls us today. Watch this:

$(x-1)(x-2)(x-3)=4 \cdot 3 \cdot 2$

Let each factor pick a number and the value of $x$ remains the same.

Hence one answer is $x=5$

We have one answer. Perform synthetic division or long division of the full cubic by $x-5$ in order to represent it as $(x-5)P(x)=0$ where P has degree 2. Doing this would yield $(x-5)(x^2-x+6)$ and the quadratic has no real solutions.

A better way of playing this guessing game would be to try out all factors of the $-30$ in the cubic and see if they work. This would be the rational root theorem.