document.write( "Question 35294: I NEED HELP FACTORING:
\n" );
document.write( "X^2 - 6X + 5 \n" );
document.write( "
Algebra.Com's Answer #21499 by scoop(27)![]() ![]() ![]() You can put this solution on YOUR website! Start off by factoring the x^2, knowing that the factors of 6 are either 5,1 or 3,2 (you will use 5,1 because they add up to 6) then you have to play with your signs, but since you need a positive 5, you will use two negative terms. \n" ); document.write( "(x-5)(x-1) \n" ); document.write( "Then to check yourself \n" ); document.write( "Foil: \n" ); document.write( "x^2-1x-5x+5= \n" ); document.write( "combine like terms: \n" ); document.write( "x^2-6x+5 \n" ); document.write( " |