document.write( "Question 159256: How do you solve: n^2 - 10n = -21 ? \n" ); document.write( "
Algebra.Com's Answer #117399 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do you solve: n^2 - 10n = -21 ? \n" ); document.write( "-------------- \n" ); document.write( "Put it into quadratic form: \n" ); document.write( "n^2 - 10n + 21 = 0 \n" ); document.write( "One way is to factor it. \n" ); document.write( "It will factor into (n - a)*(n - b) \n" ); document.write( "a*b is 21 \n" ); document.write( "a+b is 10 \n" ); document.write( "a and b have the same sign, since their product, a*b, is positive. \n" ); document.write( "The only (integer) factors that work to make a*b 21 are: \n" ); document.write( "21*1 and 7*3. \n" ); document.write( "21 and 1 add up to 22, so that's no good. \n" ); document.write( "7 and 3 total 10, which is the coefficient of the middle term, so that's the ones we're looking for. \n" ); document.write( "(n - 3)*(n - 7) = 0 \n" ); document.write( "So n = 3, n = 7 \n" ); document.write( "------------- \n" ); document.write( "You can use the quadratic equation, too. \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The onsite solver always uses x, so sub n for x. \n" ); document.write( " \n" ); document.write( " |