Concept:
A function \( f(x) \) is strictly decreasing in an interval where its first derivative \( f'(x) \) is strictly less than zero (\( f'(x) < 0 \)).
Step 1: Find the first derivative \( f'(x) \).
\[ f(x) = 2x^3 - 15x^2 + 36x + 6 \]
Differentiating with respect to \( x \):
\[ f'(x) = 6x^2 - 30x + 36 \]
Step 2: Set the derivative to be less than zero.
\[ 6x^2 - 30x + 36 < 0 \]
Divide the entire inequality by 6:
\[ x^2 - 5x + 6 < 0 \]
Step 3: Factorize and find the interval.
Factor the quadratic expression:
\[ (x - 2)(x - 3) < 0 \]
For the product of two terms to be negative, one must be positive and the other negative. This occurs when \( x \) is between the roots:
\[ 2 < x < 3 \]
Thus, the function is strictly decreasing in the interval \( (2, 3) \).