1. If more than $$n$$ objects are placed into $$n$$ boxes, then at least one box must contain more than one object.
2. If $$N$$ objects are distributed among $$k$$ boxes, then at least one box contains $$\left\lceil \dfrac{N}{K} \right\rceil$$ where $$\lceil . \rceil$$ represents smallest integer greater than or equal to $$\dfrac{N}{K}$$.