Skip to content

A geometric sequence begins

2,6,18,…
  1. Find the position of the first term in the sequence which is larger than

    100,000
  2. Find smallest number of terms required for the sum

    2+6+18+…

    to exceed

    1,000,000

The nth term of a geometric sequence is given by

un=arn−1

You need to find the smallest n∈N satisfying

2×3n−1>100,000