document.write( "Question 833090: The sum of two numbers is –6. The smaller number is 24 less than the larger number.
\n" );
document.write( "Find the two numbers. \n" );
document.write( "
Algebra.Com's Answer #502294 by JulietG(1812) You can put this solution on YOUR website! A + B = -6 \n" ); document.write( "B = A-24 \n" ); document.write( ". \n" ); document.write( "substitute the value into the top equation \n" ); document.write( "A + (A-24) = -6 \n" ); document.write( "2A - 24 = -6 \n" ); document.write( "Add 24 to each side \n" ); document.write( "2A = 18 \n" ); document.write( "A = 9 \n" ); document.write( ". \n" ); document.write( "If A is 9 and the sum of A+B is -6, then B must be -15. \n" ); document.write( " |