Question:

If $y = 8x^3 - 60x^2 + 144x + 27$ is a strictly decreasing function in the interval:

Show Hint

For a parabola $ax^2+bx+c$ with $a>0$, the values are negative between the roots. This "Wavy Curve" method allows you to instantly identify the decreasing interval once you find the factors $(x-2)(x-3)$.
Updated On: May 2, 2026
  • $(-5, 6)$
  • $(-\infty, 2)$
  • $(5, 6)$
  • $(3, \infty)$
  • $(2, 3)$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is

Solution and Explanation

Concept: A function is strictly decreasing in an interval where its first derivative is strictly less than zero ($y' < 0$). We find the derivative and solve the inequality.

Step 1:
Find the derivative $y'$.
Given $y = 8x^3 - 60x^2 + 144x + 27$: \[ y' = 24x^2 - 120x + 144 \]

Step 2:
Simplify the derivative and set the inequality.
Factor out the common term 24: \[ y' = 24(x^2 - 5x + 6) \] For strictly decreasing: \[ x^2 - 5x + 6 < 0 \]

Step 3:
Solve the quadratic inequality.
Factorizing the quadratic: \[ (x - 2)(x - 3) < 0 \] The roots are $x = 2$ and $x = 3$. Testing the regions:
• $x < 2$: Product is $(-)(-) = +$ (Increasing).
• $2 < x < 3$: Product is $(+)(-) = -$ (Decreasing).
• $x > 3$: Product is $(+)(+) = +$ (Increasing). The function is strictly decreasing in the interval $(2, 3)$.
Was this answer helpful?
0
0