document.write( "Question 249095: One number is 6 less than another. Three times the smaller is 12 more than twice the larger. Find the numbers.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " Thanks \n" );
document.write( "
Algebra.Com's Answer #181483 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is 6 less than another. Three times the smaller is 12 more than twice the larger. Find the numbers. \n" ); document.write( "--------------------------------------- \n" ); document.write( "Let the larger number be \"x\": \n" ); document.write( "Equations: \n" ); document.write( "y = x-6 \n" ); document.write( "3y = 2x+12 \n" ); document.write( "------------------ \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "3(x-6) = 2x+12 \n" ); document.write( "3x-18 = 2x+12 \n" ); document.write( "x = 30 (larger number) \n" ); document.write( "y = x-6 = 24 (smaller number) \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |