ver.1.6

How many matches are needed?

A normal-level "Count" problem."The first one is special; after that the growth is steady." Almost every counting-pattern problem can be put into this shape.

GivenSquares are joined in a row, one match per side, until there are 10 of them.

Count ★★★☆☆☆ How many matches are needed? ? 本

Hints

  1. The first square takes 4 matches. Nothing surprising yet.
  2. Now the second square. Its left side is already there from the first square, so only 3 new matches are needed.
  3. The third, the fourth and every one after take 3 each. Once the pattern is steady, it is just arithmetic.
  4. For 10 squares: 4 for the first, then 3 for each of the other 9. 4 + 3 × 9 = 31.
  5. Check it another way. There are 11 vertical matches (one more than the number of squares) and 10 horizontal ones along the top and again along the bottom: 11 + 10 + 10 = 31. Same answer.

Answer 31

More "Count" problems

Browse by idea

Counting Problems (11) Standard Problems (42)

See all 100 problems