document.write( "Question 880745: Two numbers add up to 137 and the first is 17 bigger than the second. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #532306 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A + B = 137 \n" ); document.write( "A = B + 17 \n" ); document.write( "Substitute the known value of A from the second equation into the first. \n" ); document.write( "(B+17) + B = 137 \n" ); document.write( "Add \n" ); document.write( "2B + 17 = 137 \n" ); document.write( "subtract 17 from each side \n" ); document.write( "2B = 120 \n" ); document.write( "Divide \n" ); document.write( "B = 60 \n" ); document.write( " \n" ); document.write( " |