document.write( "Question 913113: One number is 12 more than another number. If one-half of the smaller number equals one-third of the larger number, what is the larger number? \n" ); document.write( "
Algebra.Com's Answer #554295 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is 12 more than another number. If one-half of the smaller number equals one-third of the larger number, what is the larger number? \n" ); document.write( "---------------- \n" ); document.write( "x = y + 12 \n" ); document.write( "That means x is the larger number. \n" ); document.write( "----------------- \n" ); document.write( "(1/2)y = (1/3)x \n" ); document.write( "------ \n" ); document.write( "Modify:: \n" ); document.write( "x = y + 12 \n" ); document.write( "x = (3/2)y \n" ); document.write( "---------------------- \n" ); document.write( "y + 12 = (3/2)y \n" ); document.write( "(1/2)y = 12 \n" ); document.write( "y = 24 \n" ); document.write( "x = 36 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |