document.write( "Question 241508: I need to know how to factor for trinomials\r
\n" );
document.write( "\n" );
document.write( " 2
\n" );
document.write( "X -64
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #176876 by nerdybill(7384) You can put this solution on YOUR website! x^2 - 64 \n" ); document.write( "can be rewritten as: \n" ); document.write( "x^2 - 8^2 \n" ); document.write( "this is a \"special case\" -- \"difference of squares\" \n" ); document.write( "which factors out to \n" ); document.write( "(x-8)(x+8) \n" ); document.write( " |