document.write( "Question 1209691: Find all roots of the polynomial f(x) = 12x^3 - 28x^2 - 9x + 10 + 4x^3 - 40x^2 + 16x + 15.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849818 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to find the roots of the polynomial f(x) = 12x^3 - 28x^2 - 9x + 10 + 4x^3 - 40x^2 + 16x + 15:\r \n" ); document.write( "\n" ); document.write( "1. **Combine like terms:** \n" ); document.write( " f(x) = (12x^3 + 4x^3) + (-28x^2 - 40x^2) + (-9x + 16x) + (10 + 15) \n" ); document.write( " f(x) = 16x^3 - 68x^2 + 7x + 25\r \n" ); document.write( "\n" ); document.write( "2. **Try the Rational Root Theorem:** This theorem states that any rational root of the polynomial must be of the form p/q, where p is a factor of the constant term (25) and q is a factor of the leading coefficient (16).\r \n" ); document.write( "\n" ); document.write( " Possible values for p: ±1, ±5, ±25 \n" ); document.write( " Possible values for q: ±1, ±2, ±4, ±8, ±16\r \n" ); document.write( "\n" ); document.write( " Possible rational roots: ±1, ±5, ±25, ±1/2, ±5/2, ±25/2, ±1/4, ±5/4, ±25/4, ±1/8, ±5/8, ±25/8, ±1/16, ±5/16, ±25/16\r \n" ); document.write( "\n" ); document.write( "3. **Test potential roots:** We can use synthetic division or direct substitution to test these potential roots. Let's start with x = 5/4:\r \n" ); document.write( "\n" ); document.write( " ``` \n" ); document.write( " 5/4 | 16 -68 7 25 \n" ); document.write( " | 20 -60 -66.25 \n" ); document.write( " -------------------- \n" ); document.write( " 16 -48 -53 -41.25 \n" ); document.write( " ```\r \n" ); document.write( "\n" ); document.write( " Since the remainder is not zero, 5/4 is not a root.\r \n" ); document.write( "\n" ); document.write( " Let's try x = -1/4: \n" ); document.write( " ``` \n" ); document.write( " -1/4 | 16 -68 7 25 \n" ); document.write( " | -4 18 -6.25 \n" ); document.write( " -------------------- \n" ); document.write( " 16 -72 25 18.75 \n" ); document.write( " ``` \n" ); document.write( " Since the remainder is not zero, -1/4 is not a root.\r \n" ); document.write( "\n" ); document.write( "4. **Continue testing:** This can be tedious. It's often helpful to use a graphing calculator or online tool to get an idea of where the roots might lie. If you do so, you'll see that one root is x = 5.\r \n" ); document.write( "\n" ); document.write( "5. **Use synthetic division with the known root (x = 5):**\r \n" ); document.write( "\n" ); document.write( " ``` \n" ); document.write( " 5 | 16 -68 7 25 \n" ); document.write( " | 80 60 335 \n" ); document.write( " ------------------ \n" ); document.write( " 16 12 67 360 \n" ); document.write( " ```\r \n" ); document.write( "\n" ); document.write( " This shows that x=5 is *not* a root. My apologies for the previous error.\r \n" ); document.write( "\n" ); document.write( "6. **Re-evaluate:** Since the rational root theorem didn't immediately give us a root, and testing became tedious, and a quick graph check didn't immediately yield an easy root, it's time to use a calculator or online polynomial solver to find the roots.\r \n" ); document.write( "\n" ); document.write( "Using such a tool, we find the roots are approximately:\r \n" ); document.write( "\n" ); document.write( "* x ≈ -0.448 \n" ); document.write( "* x ≈ 1.839 \n" ); document.write( "* x ≈ 3.859\r \n" ); document.write( "\n" ); document.write( "It's very difficult to determine the exact roots analytically in this case. Numerical methods are the most practical approach. \n" ); document.write( " \n" ); document.write( " |