Instead of doubling each term and alternately adding or subtracting \(1\), notice what happens when consecutive terms are added together.
\[ 5+11=16=2^4,\qquad 11+21=32=2^5,\qquad 21+43=64=2^6,\qquad 43+85=128=2^7. \] Each consecutive pair sums to a power of \(2\) that doubles every time. So the next pair should sum to \(2^8=256\), meaning the missing term satisfies \(85+x=256\), giving \(x=256-85=171\).
The pairwise-sum-doubles-as-a-power-of-2 pattern pins the next term at \(171\).
Hence, the correct answer is 171.


| 2 | 4 | 6 | 8 | 10 |
| 2 | 14 | 34 | ?? | 98 |
