document.write( "Question 1005737: The sum of two numbers is 19. The difference between four times on number and the other number is 41. Find the values of the two numbers. \n" ); document.write( "
Algebra.Com's Answer #621907 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the numbers x and y. Then we have \n" ); document.write( "x + y = 19 and \n" ); document.write( "4x - y = 41 \n" ); document.write( "Now add these equations and get \n" ); document.write( "5x = 60 \n" ); document.write( "x = 12 and then \n" ); document.write( "y = 7 \n" ); document.write( " |