Problema Solution
Two numbers have a sum of 30. One number is 2 more than the other. Find the numbers.
Answer provided by our tutors
let 'x' and 'y' represent the numbers
Two numbers have a sum of 30:
x + y = 30
One number is 2 more than the other:
x = y + 2
by solving the system of equations:
x + y = 30
x = y + 2
we find:
x = 16
y = 14
click here to see the step by step solution of the system of equations:
the numbers are 16 and 14.