2017 AMC 8

Complete problem set with solutions and individual problem pages

Problem 24 Hard

Mrs. Sanders has three grandchildren, who call her regularly. One calls her every three days, one calls her every four days, and one calls her every five days. All three called her on December 31, 2016. On how many days during the next year did she not receive a phone call from any of her grandchildren?

  • A.

    78

  • B.

    80

  • C.

    144

  • D.

    146

  • E.

    152

Answer:D

Solution 1

We use Principle of Inclusion-Exclusion. There are 365 days in the year, and we subtract the days that she gets at least 1 phone call, which is

\left \lfloor \frac{365}{3} \right \rfloor + \left \lfloor \frac{365}{4} \right \rfloor + \left \lfloor \frac{365}{5} \right \rfloor.

To this result we add the number of days where she gets at least 2 phone calls in a day because we double subtracted these days, which is

\left \lfloor \frac{365}{12} \right \rfloor + \left \lfloor \frac{365}{15} \right \rfloor + \left \lfloor \frac{365}{20} \right \rfloor.

We now subtract the number of days where she gets three phone calls, which is \left \lfloor \frac{365}{60} \right \rfloor. Therefore, our answer is

365 - \left( \left \lfloor \frac{365}{3} \right \rfloor + \left \lfloor \frac{365}{4} \right \rfloor + \left \lfloor \frac{365}{5} \right \rfloor \right) + \left( \left \lfloor \frac{365}{12} \right \rfloor + \left \lfloor \frac{365}{15} \right \rfloor + \left \lfloor \frac{365}{20} \right \rfloor \right) - \left \lfloor \frac{365}{60} \right \rfloor = 365 - 285+72 - 6 = \boxed{\textbf{(D) }146}.

 

Solution 2

Note that \text{lcm}(3,4,5)=60, so there is a cycle every 60 days.

As shown below, all days in a cycle that Mrs. Sanders receives a phone call from any of her grandchildren are colored in red, yellow, or green.

The year 2017 has 365 days, or 6 cycles and 5 days.

- For each cycle, there are 24 days that Mrs. Sanders does not receive a phone call, as indicated by the white squares.

- For the last 5 days, there are 2 days that Mrs. Sanders does not receive a phone call, as indicated by the first 5 days in a cycle. Together, the answer is 24\cdot6+2=\boxed{\textbf{(D) }146}.