You can put this solution on YOUR website! find three consecutive integers if 94 minus the
smallest integer is equal to twice the third integer.
----
1st: x-1
2nd: x
3rd: x+1
-----
Equation:
94-(x-1) = 2(x+1)
94-x+1 = 2x+2
95-x = 2x+2
3x = 93
x = 31
---
1st: x-1 = 30
x: 31
x+1: 32
==================