Answer:
x = 2, 6
Explanation:
differentiate f(x) using the power rule
f'(a
) = na
and f'( constant) = 0
given
f(x) = x³ - 12x² + 6x - 8
f'(x) = 3x² - 24x + 6
equate f'(x) to - 30
3x² - 24x + 6 = - 30 ( add 30 to both sides )
3x² - 24x + 36 = 0 ( divide through by 3 )
x² - 8x + 12 = 0 ← in standard form
(x - 2)(x - 6) = 0 ← in factored form
equate each factor to zero and solve for x
x - 2 = 0 ⇒ x = 2
x - 6 = 0 ⇒ x = 6
solution is x = 2, 6