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.
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$$