document.write( "Question 569632: How do you factor this equation and solve for n in the following--
\n" );
document.write( "n squared minus n equals 20 \r
\n" );
document.write( "\n" );
document.write( "n=5 but I am not sure how to get the answer other than by intuition--thanks \n" );
document.write( "
Algebra.Com's Answer #367401 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! How do you factor this equation and solve for n in the following-- \n" ); document.write( "n squared minus n equals 20 \n" ); document.write( "================================ \n" ); document.write( "n^2 - n = 20 \n" ); document.write( "n^2 - n - 20 = 0 \n" ); document.write( "Since -20 = -5*4 and -5 + 4 = -1, we can factor the equation as: \n" ); document.write( "(n-5)(n+4) = 0 \n" ); document.write( "So the solutions are n=5, n=-4 \n" ); document.write( " |