document.write( "Question 881229: The larger of two numbers is 5 more than twice the smaller. If the smaller is subtracted from the larger, the result is 12. Find the two numbers? \n" ); document.write( "
Algebra.Com's Answer #532087 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A = 2B + 5 \n" ); document.write( "A - B = 12 \n" ); document.write( "Easier to do if the terms are on the same side for both equations, so we'll add B to each side in the second equation. \n" ); document.write( "A = B + 12 \n" ); document.write( "A = 2B + 5 \n" ); document.write( "Since both equations are equal to A, they are equal to each other \n" ); document.write( "B + 12 = 2B + 5 \n" ); document.write( "Subtract B from each side \n" ); document.write( "12 = b + 5 \n" ); document.write( "Subtract 5 from each side \n" ); document.write( "7 = B \n" ); document.write( ". \n" ); document.write( "If B is 7, then A is (2*7)+5 \n" ); document.write( "A is 14+5 = 19 \n" ); document.write( " \n" ); document.write( " |