document.write( "Question 870317: Find all the real zeros of the polynomial. Use the quadratic formula if necessary
\n" );
document.write( "4x3 − 10x2 + 9 \n" );
document.write( "
Algebra.Com's Answer #524802 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It's not a quadratic, it's a cubic. \n" ); document.write( "Try the factors of 9 first, 1, 3 & 9 plus and minus \n" ); document.write( "If that doesn't work, try the factors /2, then /4 \n" ); document.write( "----- \n" ); document.write( "You can use an Excel sheet to do the arithmetic, or a graphing calculator, or graphical methods. \n" ); document.write( "If you find 1 real zero, then a quadratic will be left. \n" ); document.write( "--------------- \n" ); document.write( "f(x) = 4x^3 - 10x^2 + 9 \n" ); document.write( "f'(x) = 12x^2 - 20x = 0 \n" ); document.write( "x = 0, x = 5/3 \n" ); document.write( "f(0) = 9, f(5/3) <0 \n" ); document.write( "--> a zero between 0 and 5/3 \n" ); document.write( " \n" ); document.write( " |