Let's call these three numbers x1, x2, and x3. Since it is a geometric sequence with ratio we have:
x2 = .5*x1 and x3 = .5*x2
You've said that the following numbers make an arithmetic sequence:
- .25*x1 + 10
- x2 - 10
- 2*x3 + 10
That means that:
(x2 - 10) - (.25*x1 + 10) = (2*x3 + 10) - (x2 - 10)
which simplifies to:
(-2*x3 + 2*x2 - .25*x1) = 40
Now we substitute in x1 for x2 and x3 using the equations above:
(-.5*x1 + x1 - .25x1) = 40
.25*x1 = 40
x1 = 160, x2 = 80, x3 = 40