document.write( "Question 263129: how do you do factor form like\r
\n" );
document.write( "\n" );
document.write( "n to the second power + 11n +18 \n" );
document.write( "
Algebra.Com's Answer #193877 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! n to the second power + 11n +18\r \n" ); document.write( "\n" ); document.write( "n^2 + 11n + 18\r \n" ); document.write( "\n" ); document.write( "We want to find two factors in the form:\r \n" ); document.write( "\n" ); document.write( "(n +- a)*(n +- b)\r \n" ); document.write( "\n" ); document.write( "Since the sign on 18 is positive we know that the signs on the two factors are either both positive or both negative. a and b must be factors of 18 (i.e. 1, 18, 3, 6, 9, 2). We also know that a + b must be 11. Which two factors add up to 11? +9 and +2. So we have:\r \n" ); document.write( "\n" ); document.write( "(n + 9)*(n + 2) = n^2 + 2n + 9n + 9*2 = n^2 +11n + 18\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |