Sum a repeating number sequence
The numbers below are arranged according to a rule. Find the repeating block, then find the sum of the numbers when they are written out to the th term.
Show solution
Understand
The list 1, 3, 8, 1, 3, 8, 1, 3, ... repeats a block. Find the repeating block, then add up the first 15 terms.
- The sequence is 1, 3, 8, 1, 3, 8, 1, 3, ...
- The same block of numbers repeats over and over.
- The sum of the first 15 terms of the sequence.
- The repeating block is 1, 3, 8 (length 3).
- We need exactly the first 15 terms.
Plan
#5 Look for a Pattern · also uses: #9 Solve an Easier Related Problem
The list repeats the block 1, 3, 8, so I find the block, count how many whole blocks fit into 15 terms (an easier sub-count), then add up the block sums.
Execute
Review
15 terms averaging 4 each (the block average is 12/3 = 4) would total about 60, which matches exactly. Since 15 is a clean multiple of 3, no partial block is left to worry about.
You could write out all 15 terms (1,3,8 five times) and add them one by one to confirm the running total reaches 60.
Standards · min grade 4
4.OA.C.5Generate a number or shape pattern following a given rule — Recognizing the repeating block 1, 3, 8 in the sequence.3.OA.A.3Solve multiplication and division word problems within 100 — Dividing 15 terms into groups of 3 to count the blocks.3.OA.A.1Interpret products of whole numbers as total number of objects in groups — Multiplying 5 blocks by the block sum 12 to get the total.