An urn has infinite balls of four color, say A, B, C, D. All balls are in equal numbers and they are properly mixed together. A man picks $N$ balls randomly. He picks $w$, $x$, $y$ and $z$ balls of colors A, B, C and D respectively, such that $w+x+y+z=N$. How to test if
- color A was over represented in the selection?
- color B was over represented in the selection?
- color C was over represented in the selection?
- color D was over represented in the selection?
NB: I found this answer but could not gather much from here. Proper way to test hypothesis of random selection?