document.write( "Question 1076040: When a number N is multiplied by another number which is 13 less than N, the result is 300. Find the number N. \n" ); document.write( "
Algebra.Com's Answer #690714 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! n*(n-13)=300 \n" ); document.write( "n^2-13n-300=0 \n" ); document.write( "(n-25)(n+12)=0 \n" ); document.write( "n=25 or -12 \n" ); document.write( "That will give 25 and 12=300 or -12 and -25, which also gives 300. \n" ); document.write( " |