Show that in any set of six classes, each meeting regularly once a week on a particular day of the week, there must be two that meet on the same day, assuming that no classes are held on weekends

For this particular exercise, let’s refresh the pigeonhole principle.

THE PIGEONHOLE PRINCIPLE: “If k is a positive integer and k + 1 or more objects are placed into k boxes, then there is at least one box containing two or more of the objects.” Discrete Mathematics and its applications by Rosen.

As in previous counting exercises examples, we will express the problem in the same way that a definition (the pigeonhole principle in this case) is expressed.

Let:

  • k=5 be a positive integer, representing the 5 days of a week (without the weekend days). These are the 5 boxes.
  • k+1 be the number of classes, 6 in this case. These are the objects.

Then, by the pigeonhole principle, at least two classes have a meeting on the same day of the week.

In other words, there is at least 1 box (1 day of the week) that contain two or more objects (classes meetings).

Related exercises: