document.write( "Question 896883: The sum of two numbers is 50. The larger exceeds the smaller by 22. What is the larger number? \n" ); document.write( "
Algebra.Com's Answer #543828 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A + B = 50 \n" ); document.write( "A = B + 22 \n" ); document.write( "Substitute the value of A from the second equation into the first. \n" ); document.write( "A + B = 50 \n" ); document.write( "(B+22) + B = 50 \n" ); document.write( "2B + 22 = 50 \n" ); document.write( "Subtract 22 from each side \n" ); document.write( "2B = 28 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "B = 14 \n" ); document.write( "If B is 14, then A is 14+22, or 36. \n" ); document.write( " |