document.write( "Question 38421: factor the quadratic expressions\r
\n" );
document.write( "\n" );
document.write( "xsqured - 10x-24=0 \n" );
document.write( "
Algebra.Com's Answer #23933 by fractalier(6550) You can put this solution on YOUR website! Okay from \n" ); document.write( "x^2 - 10x - 24 = 0 \n" ); document.write( "we have \n" ); document.write( "(x - 12)(x + 2) = 0 \n" ); document.write( "x = 12 or x = -2 \n" ); document.write( " |