Problema Solution
The sum of two numbers is 14. If one number is subtracted from the other, the result is 4. Find the numbers
Answer provided by our tutors
let 'x' and 'y' represent the two numbers and let x>y
The sum of two numbers is 14
x + y = 14
If one number is subtracted from the other, the result is 4:
x - y = 4
by solving the system of equations
x + y = 14
x - y = 4
we find
x = 9
y = 5
click here to see the step by step solution of the system of equations
the two numbers are 9 and 5.