document.write( "Question 886917: Find all the zeros of P(x)=2x^3 - x^2 - 15x +18.\r
\n" );
document.write( "\n" );
document.write( "If you can show your work on how this problem was solved it will really help me to learn. Thanks \n" );
document.write( "
Algebra.Com's Answer #536281 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find all the zeros of P(x)=2x^3 - x^2 - 15x +18. \n" ); document.write( "Use the rational roots theorem: \n" ); document.write( "With synthetic division\r \n" ); document.write( "\n" ); document.write( "....0...|....2......-1.......-15.....18 \n" ); document.write( "....1...|....2.......1.......-14......4 \n" ); document.write( "....2.. |....2.......3.......-9........0 (2 is a root) \n" ); document.write( "(x-2)(2x^2-3x-9)=0 \n" ); document.write( "(x-2)(x+3)(2x-3)=0 \n" ); document.write( "zeros are: -3, 3/2, 2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |