document.write( "Question 1105702: The sum of two numbers is 4 times The smaller. If the larger be 90,find the sum
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #720580 by math_helper(2461) You can put this solution on YOUR website! \n" ); document.write( "Let x be the smaller number, and y the larger:\r \n" ); document.write( "\n" ); document.write( "x+y = 4x \n" ); document.write( " y = 3x \n" ); document.write( "We are given y=90: \n" ); document.write( " 90 = 3x \n" ); document.write( " 30 = x\r \n" ); document.write( "\n" ); document.write( "The numbers are 30 and 90, and the sum is 120 \n" ); document.write( " \n" ); document.write( " |