document.write( "Question 775416: The sum of 4 times the first number and three times the second number is 15. The difference of three times the first number and twice the second number is 7. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #472923 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 4x + 3y = 15...1 \n" ); document.write( "3x - 2y = 7....2 \n" ); document.write( "Multiply (1) by 2 \n" ); document.write( "Multiply (2) by 3 \n" ); document.write( "8x + 6y = 30...3 \n" ); document.write( "9x - 6y = 21...4 \n" ); document.write( "Add (3) + (4) \n" ); document.write( "17x = 51 \n" ); document.write( "x = 3 \n" ); document.write( "Substitute x = 3 into (1) \n" ); document.write( "4x + 3y = 15 \n" ); document.write( "12 + 3y = 15 \n" ); document.write( " 3y = 15 - 12 \n" ); document.write( " 3y = 3 \n" ); document.write( " y = 1 \n" ); document.write( "numbers are 3 and 1 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " \n" ); document.write( " |