Patterns & Reasoning

Problem

Separate fixed and changing parts of a pattern

Matchstick pentagons are placed in a row, each new one sharing one side with the one before it. I need to find how many matchsticks it takes to build 20 of them.
Each pentagon shares one side; +4 matchsticks per pentagon
Operations
Your answer
How to solve
Strategy Look for a Pattern — The figure repeats the same step over and over: one starting pentagon, then +4 each time. That is exactly a pattern problem. I will separate the fixed part (the first 5) from the changing part (the 4 added per extra pentagon), check the rule on a few small cases I can draw, then apply it to 20.
1STEP 1

Build small cases and spot the rule

One pentagon needs 5 sticks, two need 9, three need 13, so each new one adds 4.

5, 9, 13, 17, … (+4 each step)
2STEP 2

Separate the fixed part from the changing part

The first pentagon's 5 sticks never change, and each of the 19 later pentagons adds 4.

total = 5 + 4 × (number of pentagons - 1)
3STEP 3

Plug in 20 pentagons

Those 19 extra pentagons add 4 x 19 = 76 sticks on top of the fixed 5.

5 + 4 × 19 = 5 + 76 = 81
Answer
81 matchsticks
If every pentagon needed its own 5 matchsticks, 20 pentagons would need 100. Sharing one side per join removes 19 matchsticks (one per shared side), and 100 - 19 = 81, which matches. The answer is a count of matchsticks, so a whole number near but below 100 makes sense.
Takeaway

Keep the part that never changes (the first 5) separate from the part that grows (4 per new shape), and a long pattern becomes one quick calculation.

  • Build small cases and spot the rule
  • Separate the fixed part from the changing part
  • Plug in 20 pentagons
Where next?
Another one like thissuggested

▶ Practice — 12 problems