← Back to Test

Problem 10 - Olympiad

Solve the equation x^3 - 6x^2 + 11x - 6 = 0.

Correct: A

The given equation is a cubic equation. To solve for x, we first try to factor the left-hand side. We can factor the equation as (x - 1)(x - 2)(x - 3) = 0. Setting each factor equal to zero gives the solutions x = 1, x = 2, and x = 3.