Question 1092823

The greatest of three numbers is 10 more than the smallest. The remaining number is twice the smallest number. The greatest number is 2 more than the sum of the other two numbers. Find the numbers.
<pre>Let the smallest number be S
Then largest = S + 10
Middle/2nd smallest/2nd largest = 2S
Also, S + 10 = S + 2S + 2
S + 10 = 3S + 2
S - 3S = 2 - 10
- 2S = - 8
S, or smallest number = {{{highlight_green(matrix(1,3, (- 8)/(- 2), "=", 4))}}}
You should be able to fund the other 2. I can't do everything for you.