We can solve this by back trcing...
After 2 steps number of terms reduced are 50 and 34 respectively, with end pointer pointing at 99 on 66th position.
After the 1st step, 140(93),141(94),143(95)144(96),146(97),147(9

,149 (99),150(100)
After step 2,
93(62), 95(63), 96(64), 98(65), 99(66)
Numbers in brackets are the new position of the numbers.
One can iterate further but it is easier to find the value for the first 66 numbers which comes out to be 62.
The number associated with the position 62 is 93 which in turn is the position of 140 after the 1st step. Hence 140 is the right ans..