SOLUTION: The sum of two numbers is 20. The difference between three times the first number and twice the second is 40. What are the two numbers
Algebra ->
Systems-of-equations
-> SOLUTION: The sum of two numbers is 20. The difference between three times the first number and twice the second is 40. What are the two numbers
Log On
Question 1127308: The sum of two numbers is 20. The difference between three times the first number and twice the second is 40. What are the two numbers Found 3 solutions by josgarithmetic, ankor@dixie-net.com, stanbon:Answer by josgarithmetic(39617) (Show Source):
You can put this solution on YOUR website! The sum of two numbers is 20.
a + b = 20
The difference between three times the first number and twice the second is 40.
3a - 2b = 40
What are the two numbers?
Multiply the 1st equation by 2, add to the 2nd equation
2a + 2b = 40
3a - 2b = 40
----------------addition eliminates b, find a
5a + 0 = 80
a = 80/5
a = 16
find b
16 + b = 20
b = 20 - 16
b = 4
:
;
Check in the 2nd equation
3(16) - 2(4) =
48 - 8 = 40
You can put this solution on YOUR website! The sum of two numbers is 20. The difference between three times the first number and twice the second is 40. What are the two numbers ?
------
Equations::
x + y = 20
3x-2y = 40
-------
Solving by substitution::
x = 20-y
---
So, 3(20-y)-2y = 40
60-5y = 40
5y = 20
y = 4
-----
Then x = 20-y = 16
-----------------------
Cheers,
Stan H.
----------------