Let’s use logic in this scenario:
1 second: the insect moves 1 mm
2 seconds: the insect moves half the previous distance —> 0.5 * 1 = 0.5 —> total distance away from starting point: 1+0.5 = 1.5
3 Seconds: the insect moves half as much as it did in the previous second, so 0.5*0.5 = 0.25 —> total distance away from starting point: 1.5 + 0.25 = 1.75
4 Seconds: the insect moves half the distance it did in the previous second: 0.5 * 0.25 = 0.125 —> Total distance: 1.75 + 0.125 = 1.875
... and so on
What we notice here is that the distance gets smaller and smaller every second, which means that the insect will take a very vey very long time before it reaches 3mm away from its starting point.
If the insect keeps moving in this pattern it will never make it to three. (Not exactly never, but it will take a very long time)
Answer E
Posted from my mobile device