document.write( "Question 609316: the smaller of two numbers is 3 less than the greater. if the greater is decreased by twice the smaller, the result is -5. find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #383666 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the smaller of two numbers is 3 less than the greater. if the greater is decreased by twice the smaller, the result is -5. find the two numbers. \n" ); document.write( "------------------- \n" ); document.write( "Equations: \n" ); document.write( "s = g - 3 \n" ); document.write( "g - 2s = -5 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"s\" and solve for \"g\": \n" ); document.write( "g - 2(g-3) = -5 \n" ); document.write( "g -2g+6 = -5 \n" ); document.write( "-g = -11 \n" ); document.write( "greater number = 11 \n" ); document.write( "--------- \n" ); document.write( "Solve for \"s\": \n" ); document.write( "s = g -3 \n" ); document.write( "smaller number = 11-3 = 8 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |