document.write( "Question 200128: Factor the trimomial x^2-6x-27 \n" ); document.write( "
Algebra.Com's Answer #150441 by jerrybassmasta(14)![]() ![]() ![]() You can put this solution on YOUR website! Factoring is a very simple task.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2-6x-27 \n" ); document.write( "To factor this, you must know factors of 27. \n" ); document.write( "BUT when you add the together you have to get -6\r \n" ); document.write( "\n" ); document.write( "So lets start listing them. \n" ); document.write( "1-27 \n" ); document.write( "3-9 \n" ); document.write( "9-3 \n" ); document.write( "27-1\r \n" ); document.write( "\n" ); document.write( "Now lets see which one adds to -6.\r \n" ); document.write( "\n" ); document.write( "That's right 3 and - 9. \n" ); document.write( "Now you put it into the format which is (x-...)(x+...)\r \n" ); document.write( "\n" ); document.write( "The final result will be \n" ); document.write( "(x+3)(x-9) \n" ); document.write( " |