Find the numbers whose sum is 15, if
twice the first number minus the second
number equals 6.
![Find the numbers whose sum is 15 if twice the first number minus the second number equals 6 class=](https://us-static.z-dn.net/files/de1/6efe3df2206961ed56fcd1e8a8147c5d.png)
Answer:
x+y = 15
2x - y = 6
using elimination method
3x = 21
x = 7
therefore
7+y = 15
y = 15 - 7
y = 8