document.write( "Question 215689: The greater of two numbers is 3 more than twice the smaller. if the smaller is increased by 42, the result is 5 less than the greater. \n" ); document.write( "
Algebra.Com's Answer #162939 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The greater of two numbers is 3 more than twice the smaller. if the smaller is increased by 42, the result is 5 less than the greater. \n" ); document.write( "------------------------------------- \n" ); document.write( "Equations: \n" ); document.write( "g = 2s + 3 \n" ); document.write( "s + 42 = g - 5 \n" ); document.write( "------------------------ \n" ); document.write( "Rearrange: \n" ); document.write( "g = 2s + 3 \n" ); document.write( "s = g - 47 \n" ); document.write( "------------------- \n" ); document.write( "Substitute for \"s\" and solve for \"g\": \n" ); document.write( "g = 2(g-47) + 3 \n" ); document.write( "g = 2g - 94 + 3 \n" ); document.write( "g = 91 (the greater number) \n" ); document.write( "--- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |