📐 Polynomial Factorer

Factor cubic polynomials using Rational Root Theorem

📖 Rational Root Theorem: If polynomial \( P(x) = a_n x^n + ... + a_0 \) has rational zeros \( \frac{p}{q} \), then \( p \) divides the constant term and \( q \) divides the leading coefficient.
📖 Factor Theorem: \( x - r \) is a factor iff \( P(r) = 0 \).
\( P(x) = x^3 - 6x^2 + 11x - 6 \)
Factor the cubic polynomial completely. Click "Show me" for each step.

📖 Step-by-Step Solution

STEP 1: Factor out the leading coefficient (if possible)
STEP 2: List all possible rational roots and test using Factor Theorem
STEP 3: Divide polynomial by the found factor and factor completely