document.write( "Question 902721: One number is 3 times another number. If the difference of the numbers is 36, find the 2 numbers. \n" ); document.write( "
Algebra.Com's Answer #547473 by ewatrrr(24785) You can put this solution on YOUR website! 3n - n = 36 \n" ); document.write( " 2n = 36 \n" ); document.write( " n = 18 \n" ); document.write( "the numbers: 18, 54 |