document.write( "Question 647389: The sum of two numbers is 16. If one number is three times another number, what is the larger number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #406169 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 16. If one number is three times another number, what is the larger number? \n" ); document.write( "------- \n" ); document.write( "Equations: \n" ); document.write( "x + y = 16 \n" ); document.write( "x = 3y \n" ); document.write( "----- \n" ); document.write( "Substitute for \"x\" and solve for \"Y\". \n" ); document.write( "----- \n" ); document.write( "3y + y = 16 \n" ); document.write( "4y = 16 \n" ); document.write( "y = 4 \n" ); document.write( "---- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = 3y \n" ); document.write( "x = 3*4 = 12 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |