2003 CEMC Pascal Problems/Problem 2

Revision as of 19:53, 19 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The missing number in the geometric sequence <math>2, 6, 18, 54, \underline{\hspace{2.4em}} , 486</math> is <math> \text{ (A) }\ 72 \qquad\text{ (B) }\ 90 \qquad\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The missing number in the geometric sequence $2, 6, 18, 54, \underline{\hspace{2.4em}} , 486$ is

$\text{ (A) }\ 72 \qquad\text{ (B) }\ 90 \qquad\text{ (C) }\ 108 \qquad\text{ (D) }\ 162 \qquad\text{ (E) }\ 216$

Solution 1

We are given in the problem that the sequence of numbers is a geometric series/geometric progression. This means that the common ratio must remain the same.

Using the first and second terms, we can see that the common ratio is $\frac{6}{2} = 3$. This means that the missing term must be:

$3 \times 54 = \boxed {\textbf {(D) } 162}$

~anabel.disher

Solution 1.1

Similar to solution 1, we can find the common ratio. However, we can also use the sixth term to find the fifth term by dividing the sixth term by the common ratio:

$\frac{486}{3} = \boxed {\textbf {(D) } 162}$

~anabel.disher

Solution 2

We can set up a formula for the $n$th term of the geometric sequence based on the starting term and the common ratio, and use that to find the $5$th term of the sequence.

We can find the common ratio in the same way as solution 1.

Using the formula for a geometric sequence, we get:

$a_n = r^{n - 1} \times a_1 = 3^{n - 1} \times 2$

Plugging in $n = 5$, we get:

$a_5 = 3^{5 - 1} \times 2 = 3^{4} \times 2 = 81 \times 2 = \boxed {\textbf {(D) } 162}$

~anabel.disher