document.write( "Question 57984: Which is the factored form for x to the second power minus 7x plus 10?
\n" );
document.write( "a.(x+5)(x-2)
\n" );
document.write( "b.(x-5)(x+2)
\n" );
document.write( "c.(x-5)(x-2)
\n" );
document.write( "d.(x+5)(x+2) \n" );
document.write( "
Algebra.Com's Answer #39631 by checkley71(8403) ![]() You can put this solution on YOUR website! x^2-7x+10 \n" ); document.write( "(x-2)(x-5) \n" ); document.write( "proof \n" ); document.write( "x^2-2x-5x+10 \n" ); document.write( "x^2-7x+10 \n" ); document.write( " |