document.write( "Question 915922: how do you solve x^2-10x+25=16
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555824 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x^2-10x+25=16 \n" ); document.write( "x^2-10x+9=0 \n" ); document.write( "(x-9)(x-1) = 0 \n" ); document.write( "x is 1, 9 \n" ); document.write( " |