document.write( "Question 125502: please show me how to work this problem
\n" );
document.write( "find all the zeros of the function and write the polynomial as a product of linear factors
\n" );
document.write( "h(x)=x^3-11x^2-15x+325 \n" );
document.write( "
Algebra.Com's Answer #92019 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the 15 and 325 coefficients suggest that + or - 5 could be a root __ -5 makes the function zero \n" ); document.write( "__ so (x+5) is a factor\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring out (x+5) leaves x^2-16x+65 __ use the quadratic formula to find the two other zeroes \n" ); document.write( " |