document.write( "Question 878856: the difference of two numbers is 4.if 7 is added to the bigger number,the result will be two times the smaller number.find the big number among two. \n" ); document.write( "
Algebra.Com's Answer #530349 by JulietG(1812) You can put this solution on YOUR website! A = B + 4 \n" ); document.write( "A + 7 = 2B \n" ); document.write( "Substitute the known value of A from the first equation into the second. \n" ); document.write( "(B+4) + 7 = 2B \n" ); document.write( "Add \n" ); document.write( "B + 11 = 2B \n" ); document.write( "Subtract B from each side. \n" ); document.write( "11 = B \n" ); document.write( ". \n" ); document.write( "If B is 11, then A must be 4 more, or 15. \n" ); document.write( "15 + 7 is indeed twice 11. \n" ); document.write( "Success! \n" ); document.write( " |