SOLUTION: The sum of twice a first number and five times a second number is 85. If the second number is subtracted from five times the first number the result is 37. Find the numbers

Algebra ->  Customizable Word Problem Solvers  -> Evaluation -> SOLUTION: The sum of twice a first number and five times a second number is 85. If the second number is subtracted from five times the first number the result is 37. Find the numbers       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1125490: The sum of twice a first number and five times a second number is 85. If the second number is subtracted from five times the first number the result is 37. Find the numbers
Answer by ikleyn(52792) About Me  (Show Source):
You can put this solution on YOUR website!
.
2x + 5y = 85       (1)    ("The sum of twice a first number and five times a second number is 85.")
5x -  y = 37       (2)    ("If the second number is subtracted from five times the first number the result is 37.")


Multiply the second equation by 5. Keep equation (1) as is. You will get


 2x + 5y =  85     (1')
25x - 5y = 185     (2')


Add equations (1' and (2').


27x      = 85 + 185 = 270   ====>  x = 270/27 = 10.


Then from  eq(2)  y = 5x - 37 = 5*10 - 37 = 50 - 37 = 13.


Answer.  x= 10,  y= 13.