document.write( "Question 159230: Factoring Completely: How do you factor a problem like this: (x^2 + 10x + 21)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #117364 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Factoring Completely: How do you factor a problem like this: (x^2 + 10x + 21) \n" ); document.write( "----------------- \n" ); document.write( "It'll be (x + a)*(x + b), since there are no minus signs. \n" ); document.write( "These problems always use integers. \n" ); document.write( "So a and b multiply to 21, and add up to 10. \n" ); document.write( "21 can only be 1x21 or 3x7. \n" ); document.write( "Only 3 and 7 add up to 10, so it's \n" ); document.write( "(x + 3)*(x + 7) \n" ); document.write( " \n" ); document.write( " |