document.write( "Question 725193: The sum of two numbers is 24. Five times the first number minus the second number is 12. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #444014 by JBarnum(2146) You can put this solution on YOUR website! Use (a) and (b) so u know first and second numbers \n" ); document.write( "a+b=24 \n" ); document.write( "5a-b=12\r \n" ); document.write( "\n" ); document.write( "Ill use elimination method by addition \n" ); document.write( "6a=36 \n" ); document.write( "Divide by 6 \n" ); document.write( "a=6\r \n" ); document.write( "\n" ); document.write( "24-6=b \n" ); document.write( "18=b \n" ); document.write( " |