document.write( "Question 886101: The sum of five times a number and twice a second number is 18, but the difference of three times the first number and seven times the second number is -22. \n" ); document.write( "
Algebra.Com's Answer #535725 by lwsshak3(11628) ![]() You can put this solution on YOUR website! The sum of five times a number and twice a second number is 18, but the difference of three times the first number and seven times the second number is -22. \n" ); document.write( "*** \n" ); document.write( "let x=1st number \n" ); document.write( "let y=2nd number \n" ); document.write( ".. \n" ); document.write( "5x+2y=18 \n" ); document.write( "3x-7y=-22 \n" ); document.write( ".. \n" ); document.write( "15x+6y=54 (mult. 1st eq by 3) \n" ); document.write( "15x-35y=-110 (mult. 2nd eq by 5) \n" ); document.write( "subtract: \n" ); document.write( "41y=164 \n" ); document.write( "y=4 \n" ); document.write( "5x=18-2y=18-8=10 \n" ); document.write( "5x=10 \n" ); document.write( "x=2 \n" ); document.write( "point of intersection:(2,4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |