document.write( "Question 1008661: find two numbers whose sum is 54, given that one is more than twice the others
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #624306 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call them x and y. Then we have \n" ); document.write( "x + y = 54 and \n" ); document.write( "x = 2y \n" ); document.write( "Substituting we get \n" ); document.write( "2y + y = 54 \n" ); document.write( "3y = 54 \n" ); document.write( "y = 18 \n" ); document.write( "and then \n" ); document.write( "x = 36 \n" ); document.write( " |