document.write( "Question 751612: One number is 4 greater than another number. When three times the smaller number is added to twice the larger one, the result in 43. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "What is the formula for this question?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #457303 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is 4 greater than another number. When three times the smaller number is added to twice the larger one, the result in 43. Find the numbers. \n" ); document.write( "--- \n" ); document.write( "If x = y + 5, y must be the smaller number. \n" ); document.write( "3y + 2x = 43 \n" ); document.write( "----- \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "3y + 2(y+5) = 43 \n" ); document.write( "3y + 2y + 10 = 43 \n" ); document.write( "5y = 33 \n" ); document.write( "y = 33/6 \n" ); document.write( "------- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = y + 5 \n" ); document.write( "x = (33/6) + (30/6) \n" ); document.write( "x = 63/6 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |