Ethem S. answered 10/12/19
Learn the Basics of Math and MATLAB with Former MIT Research Engineer
The sum of two numbers is 18. Let's say these two numbers are a and b. Then sum of a and b is equal to 18
a+b = 18
The difference of these numbers is 4. Then, subtracting b from a should give us 4.
a - b = 4
We have two equations and two unknowns. We can solve these equations. Start with a - b = 4. Write a in terms of b:
a = 4 + b
Now substitute a in the first equation with this value
a + b = 18
(4 + b) + b = 18
4 + 2b = 18 (add -4 to both sides)
2b = 14 (divide both sides by 2)
b = 7
We already now that a = 4 + b. So,
a = 4 + 7 = 11
So, a = 11 and b = 7. Let's check our answer:
Sum of 11 and 7 is 18. CHECK!
Difference of 11 and 7 is 4. CHECK!
JOHN D.
can u answer my recent question10/08/19