document.write( "Question 1050341: jack is thinking of two numbers. The sum of twice the first and three times the second is 9. the difference of the first number and the second number is 22. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #665917 by ewatrrr(24785) You can put this solution on YOUR website! 2x + 3y = 9 \n" ); document.write( "x - y = 22 \n" ); document.write( "| \n" ); document.write( "2x+ 3y = 9 \n" ); document.write( "3x -3y = 66 \n" ); document.write( "5x = 75 \n" ); document.write( "x = 15 and y = -7 \n" ); document.write( "Checking \n" ); document.write( "2x + 3y = 9 \n" ); document.write( "30- 21 = 9 CHECKS! \n" ); document.write( " |