document.write( "Question 458417: 1. Solve the equation by a method of your choice:
\n" );
document.write( " x2 - 6x + 5 = 0
\n" );
document.write( " If there are two solutions, separate the solutions by a comma. \n" );
document.write( "
Algebra.Com's Answer #314487 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! One question at a time and no similar problems. Limit yourself to 5 questions a day. We are here to teach not do your homework for you. \n" ); document.write( "Look for factors of 5 that add up to -6 \n" ); document.write( "-5 and -1 \n" ); document.write( "(x-5)*(x-1)=0 \n" ); document.write( "x=5 \n" ); document.write( "x=1 \n" ); document.write( " \n" ); document.write( " |