document.write( "Question 125600: If the larger of two numbers is divided by 6 and is subtracted from three times the smaller one, the result is 44. If the smaller nunber is increased by 4, the result is half the larger numbers.Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #92017 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If the larger of two numbers is divided by 6 and is subtracted from three times the smaller one, the result is 44. If the smaller nunber is increased by 4, the result is half the larger numbers.Find the numbers. \n" ); document.write( "---------- \n" ); document.write( "Larger: x \n" ); document.write( "Smaller:y \n" ); document.write( "------------ \n" ); document.write( "EQUATIONS: \n" ); document.write( "3y-(x/6) = 44 \n" ); document.write( "y+4 = (1/2)x \n" ); document.write( "----------------- \n" ); document.write( "Rearrange: \n" ); document.write( "18y-x = 264 \n" ); document.write( "2y+8 = x \n" ); document.write( "-------------- \n" ); document.write( "Substitute to solve for \"y\": \n" ); document.write( "18y-(2y+8) = 264 \n" ); document.write( "16y = 272 \n" ); document.write( "y = 17 \n" ); document.write( "---------- \n" ); document.write( "Substitute to solve for \"x\": \n" ); document.write( "x = 2*17+8 \n" ); document.write( "x = 42 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |