Question:There are $51$ pigeons in a flock. The flock is divided into $n$ groups so that each pigeon is in exactly $1$ group. However, every pigeon dislikes exactly $3$ pigeons and thus does not want to be in the same group as the $3$. Find the smallest number $n$ such that it is always possible to arrange the groups so that no pigeon is uncomfortable with the groupings. Note: Even if, for example, pigeon $A$ dislikes pigeon $B$, pigeon $B$ does not necessarily dislike pigeon $A$.
I just want to check my answer, is it 5? thanks Edit: 5 is wrong and my new solution is listed at the end of my proof.
My solution: Let the pigeons that pigeon $a_i$ hates be $a_{i+1}, a_{i+2}, a_{i+3}$ and let $a_{i+51} = a_{i}.$
Now we can make the groups. With group 1, we can let $a_1$ be in it. The next pigeon that can be in the group is $a_5.$ In general we can put the pigeons in the form $a_{1+4n}$ except $a_{49}$ since $a_{49}$ hates $a_1.$ Therefore, group 1 has 11 members.
Moving on to group 2, we put $a_2$ in it. Like the first group the pigeons in the form $a_{2+4n}$ can be in group 2 except for the last pigeon which hates $a_2.$
We can redo these procedures for groups 3 and 4. We cannot do it for group 5.However we still have $a_{49}, a_{50}, a_{51}$ left over. The dislike each other however, so we need to put them in separate groups.
Therefore the minimum groups is $\boxed{7}.$