document.write( "Question 1046914: One number is 10 less than three times a second number. If their sum is 46, find the larger of the two numbers. \n" ); document.write( "
Algebra.Com's Answer #662348 by addingup(3677) You can put this solution on YOUR website! x = 3y-10 \n" ); document.write( "and: \n" ); document.write( "x+y = 46 substitute for x: \n" ); document.write( "3y-10+y = 46 \n" ); document.write( "4y = 56 \n" ); document.write( "y = 14 and \n" ); document.write( "x = 3(14)-10 = 32 \n" ); document.write( "---------------------------- \n" ); document.write( "Check - the problem says: \n" ); document.write( "x+y = 46 \n" ); document.write( "32+14 = 46 Correct. \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |