Problem 7 · 1985 AJHSME
Medium
Algebra & Patterns
pattern-by-row

Show answer
Answer: C — 36.
Show hints
Hint 1 of 2
Don't picture all 37 rows β just look at how one row is built. Each row starts AND ends with white, with blacks tucked between. If the whites are like fence posts, the blacks are the gaps between them. How many gaps for a given number of posts?
Still stuck? Show hint 2 →
Hint 2 of 2
Each row reads white-black-white-blackβ¦-white. With the blacks sandwiched strictly between whites, there's always exactly one fewer black than white. Find the white count by the row number, subtract 1.
Show solution
Approach: find the row-n pattern
- Count the rows shown: row 1 is 1 white, 0 black; row 2 is W B W (2 white, 1 black); row 3 is W B W B W (3 white, 2 black). Each row's white count equals its row number, and the blacks fill the gaps between whites β one fewer.
- So row n has (n β 1) black squares. Row 37: 37 β 1 = 36.
- Why this transfers: 'posts and gaps' shows up everywhere β n fence posts make n β 1 gaps, n trees in a row leave n β 1 spaces. Whenever items strictly alternate and the ends match, the inner kind is one fewer.
Mark:
· log in to save