document.write( "Question 965900: One positive number is 5 times another number. The difference between the two numbers is 332, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #590344 by t0hierry(194) You can put this solution on YOUR website! x = 5y \n" ); document.write( "x - y = 332 \n" ); document.write( "4y = 332 \n" ); document.write( "y = 83 \n" ); document.write( "x = 415 \n" ); document.write( " |