document.write( "Question 263126: how do you do factor form like\r
\n" );
document.write( "\n" );
document.write( "n^2 + 11n +18 \n" );
document.write( "
Algebra.Com's Answer #193867 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! You want 2 numbers such that the product = 18 and the sum = 11. From \n" ); document.write( "n^2 + 11n +18 \n" ); document.write( "we get \n" ); document.write( " (n+2)(n+9) \n" ); document.write( " |