document.write( "Question 873388: can u help me with: one number is 10 more than another number. If the product is -21, find both numbers \n" ); document.write( "
Algebra.Com's Answer #526838 by ewatrrr(24785) You can put this solution on YOUR website! n(n+10) = -21 \n" ); document.write( "n^2 + 10n + 21 = 0 \n" ); document.write( "(n + 7)(n+3) = 0, n = -3, -7 \n" ); document.write( " \n" ); document.write( " |