Matchstick pattern challenge
A row of squares is made from matchsticks.
1 square uses 4 matchsticks
2 squares in a row use 7 matchsticks
3 squares in a row use 10 matchsticks
How many matchsticks will 20 squares in a row use?
Want practice that adjusts to your level as you improve? Try ElevenEdge— adaptive 11+ questions built for exactly this.
Each new square adds 3 more matchsticks because one side is shared.
ReplyDeleteSo the pattern is:
4, 7, 10, 13, ...
This is a sequence increasing by 3 each time.
For 20 squares:
Matchsticks = 4 + 19 × 3
Matchsticks = 4 + 57
Matchsticks = 61