document.write( "Question 425123: one number is three times another. the sum of the numbers is 36. find them \n" ); document.write( "
Algebra.Com's Answer #296139 by stanbon(75887) ![]() You can put this solution on YOUR website! one number is three times another. \n" ); document.write( "the sum of the numbers is 36. \n" ); document.write( "find them \n" ); document.write( "----------------- \n" ); document.write( "Equations: \n" ); document.write( "x = 3y \n" ); document.write( "x+y = 36 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "3y+y = 36 \n" ); document.write( "4y = 36 \n" ); document.write( "y = 9 \n" ); document.write( "--- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = 3y \n" ); document.write( "x = 3*9 \n" ); document.write( "x = 27 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |