AMC 10 · 2022 · #8

Easy mode Grade 5
📗 View original problem →

Problem

Picture all the whole numbers from 11 to 10001000, split into groups of 1010 in a row:

{1,2,3,,10}\{1, 2, 3, \ldots, 10\}, then {11,12,13,,20}\{11, 12, 13, \ldots, 20\}, then {21,22,23,,30}\{21, 22, 23, \ldots, 30\}, and so on, all the way up to {991,992,993,,1000}\{991, 992, 993, \ldots, 1000\}.

That gives us 100100 groups in total. Each group has 1010 numbers in a row.

Now look at each group and count the multiples of 77 inside it. We want the groups that have exactly two multiples of 77.

How many of the 100100 groups have exactly two multiples of 77?

Pick an answer.

(A)
40
(B)
42
(C)
43
(D)
49
(E)
50

AMC 10 2022 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.