Repeated Operations Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
Start with 1 and multiply by 3 repeatedly. What is the 5th value in the sequence?

Solution

  1. 1
    1st: 1.
  2. 2
    2nd: \(1 \times 3 = 3\).
  3. 3
    3rd: \(3 \times 3 = 9\).
  4. 4
    4th: \(9 \times 3 = 27\).
  5. 5
    5th: \(27 \times 3 = 81\).

Answer

81
Repeated multiplication by 3 gives powers of 3: 1, 3, 9, 27, 81. The 5th term is \(3^4 = 81\).

About Repeated Operations

Applying the same operation multiple times in succession, where the repetition is often compressed into a higher-level operation: repeated addition becomes multiplication (nโ‹…an \cdot a), and repeated multiplication becomes exponentiation (ana^n).

Learn more about Repeated Operations โ†’

More Repeated Operations Examples