Concept:
A differentiable function is strictly decreasing on any interval where its first derivative is strictly less than zero ($f'(x)<0$).
Step 1: Find the first derivative of the function.
Given $f(x) = 2x^3 - 15x^2 + 36x - 24$.
Apply the power rule to differentiate term by term:
$$f'(x) = \frac{d}{dx}(2x^3) - \frac{d}{dx}(15x^2) + \frac{d}{dx}(36x) - \frac{d}{dx}(24)$$
$$f'(x) = 6x^2 - 30x + 36$$
Step 2: Set up the inequality for a decreasing function.
For the function to be strictly decreasing, we require $f'(x)<0$:
$$6x^2 - 30x + 36<0$$
Step 3: Simplify and factor the quadratic expression.
Divide the entire inequality by 6 to simplify the coefficients:
$$x^2 - 5x + 6<0$$
Find two numbers that multiply to $6$ and add to $-5$. These are $-2$ and $-3$:
$$(x - 2)(x - 3)<0$$
Step 4: Determine the valid interval.
The roots of the equation are $x = 2$ and $x = 3$.
These roots divide the number line into intervals: $(-\infty, 2)$, $(2, 3)$, and $(3, \infty)$.
Because the leading coefficient of $x^2 - 5x + 6$ is positive (a parabola opening upwards), the expression evaluates to a negative number *between* its roots.
Therefore, $(x - 2)(x - 3)<0$ holds true when $x$ is between 2 and 3.
The interval is $(2, 3)$.