document.write( "Question 886149: one number is 8 less than another number. If the sum of the two numbers is 96 find the two numbers \n" ); document.write( "
Algebra.Com's Answer #535713 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A = B-8 \n" ); document.write( "A + B = 96 \n" ); document.write( "Substitute the value of A in the top equation into the bottom. \n" ); document.write( "A + B = 96 \n" ); document.write( "(B-8) + B = 96 \n" ); document.write( "2B - 8 = 96 \n" ); document.write( "Add 8 to each side \n" ); document.write( "2B = 104 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "B = 52 \n" ); document.write( "Since A is B-8, A is therefore 52-8, or 44 \n" ); document.write( "44 + 52 = 96 \n" ); document.write( " |