60.
The answer is: D
Explanation
Answer: D) 129
Pattern Analysis:
| Position | Number | Operation |
|---|---|---|
| 125 | Start | — |
| 126 | +1 | ✓ |
| 124 | −2 | ✓ |
| 127 | +3 | ✓ |
| 123 | −4 | ✓ |
| 129 | should be +5 = 128 | ✗ |
The Rule: +1, −2, +3, −4, +5...
So after 123, the next number should be 123 + 5 = 128, not 129.
129 is the wrong number.