document.write( "Question 906804: Two numbers have a sum of 28. One number is 4 more than the other. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #550050 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! a+b=28 \n" ); document.write( "a=b+4 \n" ); document.write( "Take the known value of a from the second equation and put it into the first. \n" ); document.write( "a+b=28 \n" ); document.write( "(b+4)+b=28 \n" ); document.write( "2b+4=28 \n" ); document.write( "Subtract 4 from each side \n" ); document.write( "2b = 24 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "b = 12 \n" ); document.write( "If b is 12, then a is 12+4, or 16 \n" ); document.write( " |