document.write( "Question 263136: how do you get the factor form of\r
\n" );
document.write( "\n" );
document.write( "n^2 - 3n -18 \n" );
document.write( "
Algebra.Com's Answer #193885 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! here we want 2 numbers that add to -3 and multiply to -18. \n" ); document.write( "Since the product is - we must use a positive and a negative number. \n" ); document.write( "listing the factor pairs of 18, we get \n" ); document.write( " 1, 18 \n" ); document.write( "2, 9 \n" ); document.write( "3, 6 \n" ); document.write( "Notice that if 3 were positive and 6 were negative, we get +3 -6 = -3 which is our middle number. \n" ); document.write( "we now write 2 binomials as \n" ); document.write( " (n - _____)(n - ______) \n" ); document.write( "the blanks are waiting for our numbers +3 and -6. PUtting those in we get \n" ); document.write( "(n+3)(n-6) \n" ); document.write( " |