Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Pigeonhole Principle Reference cheat sheet - grade 10-12

Click image to open full size

Math Grade 10-12

Pigeonhole Principle Reference Cheat Sheet

A printable reference covering the pigeonhole principle, generalized form, ceiling formula, distinctness arguments, and counting guarantees for grades 10-12.

Download PNG

Study as Flashcards

The pigeonhole principle is a counting idea used to prove that a repeated outcome or guaranteed match must occur. This cheat sheet helps students recognize when a problem is really about placing objects into categories. It is especially useful in combinatorics, number theory, probability reasoning, and contest-style proofs.

Students need it because many problems can be solved without listing every possibility.

The basic rule says that if more objects than boxes are distributed among the boxes, at least one box contains more than one object. The generalized form says that placing NN objects into kk boxes guarantees some box has at least Nk\left\lceil \frac{N}{k} \right\rceil objects. Many applications depend on choosing the right pigeons and pigeonholes.

A strong solution clearly identifies what is being counted and what conclusion the count forces.

Key Facts

  • Basic pigeonhole principle: if N>kN>k, then placing NN objects into kk boxes guarantees that at least one box contains at least 22 objects.
  • Generalized pigeonhole principle: placing NN objects into kk boxes guarantees at least one box contains at least Nk\left\lceil \frac{N}{k} \right\rceil objects.
  • To guarantee at least mm objects in one box among kk boxes, it is enough to have N=k(m1)+1N=k(m-1)+1 objects.
  • If NN objects are split among kk boxes and no box has more than m1m-1 objects, then the total number of objects is at most k(m1)k(m-1).
  • In a proof, the pigeons are the objects being distributed, and the pigeonholes are the categories, remainders, labels, or possible outcomes.
  • When sorting integers by remainders modulo kk, the only possible pigeonholes are 0,1,2,,k10,1,2,\ldots,k-1, so there are exactly kk pigeonholes.
  • The ceiling value Nk\left\lceil \frac{N}{k} \right\rceil means the smallest integer greater than or equal to Nk\frac{N}{k}.
  • A pigeonhole conclusion is guaranteed by counting, but it usually does not identify which specific object or box has the repeated property.

Vocabulary

Pigeonhole Principle
A counting rule stating that if more objects than categories are used, at least one category must contain at least two objects.
Pigeon
A pigeon is the object being assigned, such as a person, number, card, or data point.
Pigeonhole
A pigeonhole is the category or container an object is assigned to, such as a birthday month, remainder, or color.
Generalized Pigeonhole Principle
A rule stating that NN objects placed into kk boxes force some box to contain at least Nk\left\lceil \frac{N}{k} \right\rceil objects.
Ceiling Function
The ceiling function x\left\lceil x \right\rceil gives the smallest integer greater than or equal to xx.
Guarantee
A guarantee is a conclusion that must be true in every possible arrangement, not just in a likely arrangement.

Common Mistakes to Avoid

  • Choosing the wrong pigeonholes, because categories must cover every object and must match the property being proved.
  • Using Nk\frac{N}{k} instead of Nk\left\lceil \frac{N}{k} \right\rceil, because a guaranteed number of objects in a box must be a whole number.
  • Forgetting the strict inequality in the basic form, because N=kN=k does not force any box to have 22 objects.
  • Assuming the principle identifies which box is crowded, because pigeonhole reasoning proves existence but usually not location.
  • Counting overlapping categories as pigeonholes, because an object must be assigned consistently or the counting argument may double-count.

Practice Questions

  1. 1 There are 1313 students in a room. Prove that at least 22 students were born in the same month.
  2. 2 What is the minimum number of socks needed from a drawer with 44 colors to guarantee at least 33 socks of one color?
  3. 3 If 3131 integers are chosen, how many must have the same remainder when divided by 55?
  4. 4 Explain how to choose the pigeons and pigeonholes to prove that among any 88 people, at least 22 have the same number of friends within the group.

Understanding Pigeonhole Principle Reference

The main reasoning tool behind this principle is a capacity argument. Start by imagining that the desired repetition never happens. Then give every category the largest number of objects it could hold without creating that repetition.

Add those capacities. If this maximum total is smaller than the number of objects you actually have, the assumption cannot be true. This is a proof by contradiction, even when it is written in a short form.

For example, to force one category to contain four objects, each category can hold at most three while avoiding the result. Once every category is full to that limit, one more object makes the conclusion unavoidable.

The hardest part is usually not arithmetic. It is deciding how to sort the objects. Categories must be chosen so that a shared category gives exactly the property required by the problem.

For integers, sorting by remainder often works because two numbers with the same remainder leave a difference divisible by the chosen divisor. For a group of people, categories might be birth months, initials, shoe sizes, or possible scores. In geometry, categories can be regions of a figure.

A useful habit is to write one sentence that states what one category represents. Then write a second sentence explaining what it means when two objects land in that same category.

This method proves existence, not location. If several students are sorted by birth month, counting can prove that a matching month occurs, yet it cannot name the students who match. That distinction matters.

A pigeonhole proof is not a search procedure. It tells you that a target must be present somewhere. If a problem asks for the actual pair, group, or value, more work is needed after the counting argument.

In computer science, the same idea explains why two different inputs can produce the same output when a system has fewer possible output codes than inputs. Such a collision is forced even if finding it is difficult.

Pay close attention to the word guaranteed. The principle gives a worst case result. It does not describe what happens in every arrangement.

A result is often sharp, meaning that one fewer object may fail to force the conclusion. To test this, try spreading objects as evenly as possible across the categories. If that arrangement avoids the target property, then the threshold is correct.

Students should also count categories carefully. Remainders on division by five form five categories, including zero.

Different-looking objects may belong to the same category, while identical-looking objects may need separate categories if the problem treats them differently. Clear definitions prevent nearly every mistake.