document.write( "Question 251760: The sum of two numbers is 65 . One number is 4 times as large as the other. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #183442 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! let the numbers be n and m \n" ); document.write( "n+m=65 \n" ); document.write( "n=4m \n" ); document.write( "4m+m=65 \n" ); document.write( "5m=65 \n" ); document.write( "m=13 \n" ); document.write( "n=52\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |