AMC 8 · 2023 · #16

Easy mode Grade 4
📗 View original problem →

Problem

Picture a 20×2020\times 20 table — that's 2020 rows and 2020 columns, 400400 boxes in all.

We fill the boxes with only three letters: P\text{P}, Q\text{Q}, and R\text{R}. The picture below shows the rule for how the letters get placed.

If you look down the first column, the letters repeat in the order P, Q, R, P, Q, R, P, Q, R, \dots — the same three letters in the same loop, over and over.

The next column shifts the loop by one, starting Q, R, P, Q, R, P, \dots

The column after that shifts again, starting R, P, Q, R, P, Q, \dots

Then the pattern of starting letters loops back, and the fourth column starts with P again, just like the first.

After every one of the 400400 boxes is filled this way, count how many P\text{P}s, how many Q\text{Q}s, and how many R\text{R}s ended up in the table.

Diagram

The first 4 columns of the 20×20 letter grid plus the last column (col 20). The P-Q-R cycle repeats every 3 rows (bracket at left); col 20 row 3 is highlighted because that position is also a P.



1
2
3
4

1
2
3
4


























P
Q
R
P

Q
R
P
Q

R
P
Q
R

P
Q
R
P






20






Q

R

P

Q





repeats every 3 rows

20 columns

20 rows

= P cell

= Q or R

Pick an answer.

(A)
132 Ps, 134 Qs, 134 Rs
(B)
133 Ps, 133 Qs, 134 Rs
(C)
133 Ps, 134 Qs, 133 Rs
(D)
134 Ps, 132 Qs, 134 Rs
(E)
134 Ps, 133 Qs, 133 Rs

AMC 8 2023 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

Try it yourself first — the explanation is most useful after you’ve attempted it.