Patterns & Reasoning

Problem

Write a growing pattern as an expression

Sheets of paper are pinned in a single row on a bulletin board. Pinning 1 sheet needs 4 thumbtacks (one at each corner), and each additional sheet shares an edge with its neighbor so it needs only 2 more thumbtacks. We must find how many thumbtacks are needed for 25 sheets.
Operations
Your answer
thumbtacks
How to solve
Strategy Look for a Pattern — The figure shows the row growing by one sheet at a time, each adding exactly 2 new tacks. Building small cases reveals the rule 'start with 4, then add 2 for each extra sheet,' which becomes a multiplication-plus-addition expression for any count.
1STEP 1

Find the growing pattern

Small cases: 1 sheet needs 4 tacks, 2 sheets need 6, 3 sheets need 8. Each new sheet after the first adds 2 tacks.

4, 6, 8, … (add 2 each time)
2STEP 2

Write the rule as an expression

After the first sheet there are 25 - 1 = 24 extra sheets, each adding 2 tacks, on top of the starting 4.

4 + (25 - 1) × 2
3STEP 3

Evaluate for 25 sheets

Compute the extra tacks then add the starting 4.

4 + 24 × 2 = 4 + 48 = 52
Answer
52 thumbtacks
4 + 24 × 2 = 4 + 48 = 52
Check the rule on a small case: 3 sheets give 4 + 2 times 2 = 8, which matches counting tacks in the figure. For 25 sheets, 52 tacks is between 4 (one sheet) and 25 times 4 = 100 (if none were shared), which is sensible.
Takeaway

Find how much the count grows each step, start from the first one, then multiply and add: 4 + 24 times 2 = 52!

  • Find the growing pattern
  • Write the rule as an expression
  • Evaluate for 25 sheets
Where next?
Another one like thissuggested
Same look, different logicsuggested

▶ Practice — 9 problems