Problema Solution
The sum of two numbers is twelve. The first number is twice the second. Find the numbers
Answer provided by our tutors
let 'x' and 'y' be the numbers
The sum of two numbers is twelve.
x + y = 12
The first number is twice the second.
x = 2y
by solving the system of equations
x + y = 12
x = 2y
we find
x = 8
y = 4
click here to see the step by step solution of the system of equations
the numbers are 8 and 4.