document.write( "Question 1003231: One number is 4 times another.There sum of 4 times the larger plus 4 times the smaller is 120. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #620003 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller number x. \n" ); document.write( "Then the larger is 4x. \n" ); document.write( "Then \n" ); document.write( "4(4x) + 4x = 120 \n" ); document.write( "16x + 4x = 120 \n" ); document.write( "20x = 120 \n" ); document.write( "x = 6 \n" ); document.write( "4x = 24 \n" ); document.write( " |