If r distinct balls are distributed at random into N (N ≤ r) boxes, what is the probability that box 1 will receive exactly j balls ( 0 ≤ ≤ r)?
my solution is [sample space] =$ N^r $
$$P=\frac{ 1}{N^r}\binom{r}{j}$$
I know there is something wrong. can you help me ?