Patterns & Reasoning

Problem

Sum a repeating number sequence

The list 1, 3, 8, 1, 3, 8, 1, 3, ... repeats a block. Find the repeating block, then add up the first 15 terms.
Operations
Your answer
How to solve
Strategy Look for a Pattern — 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.
1STEP 1

Identify the repeating block and its sum

The numbers repeat in groups of three: 1, 3, 8. One block sums to 1 + 3 + 8 = 12.

1 + 3 + 8 = 12
2STEP 2

Count how many blocks make 15 terms

Each block has 3 terms, and 15 terms split into groups of 3 give 5 complete blocks with none left over.

15 ÷ 3 = 5
3STEP 3

Add the block sums

Five blocks, each summing to 12, give a total of 5 x 12 = 60.

5 × 12 = 60
Answer
60
5 × 12 = 60
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.
Takeaway

Find the repeating block, see how many fit, and multiply: 5 blocks of (1+3+8) is just 5 x 12 = 60!

  • Identify the repeating block and its sum
  • Count how many blocks make 15 terms
  • Add the block sums
Where next?
Another one like thissuggested
Step back and solidifysuggested

▶ Practice — 10 problems