Suppose a fair coin which has 2 faces-Head(H) and Tail(T) is thrown 12 times and we get exactly 5 heads: $$H,H,H,H,H,T,T,T,T,T,T,T$$ How can I find the number of different arrangements it can have? One possible arrangement:
$$H,T,T,H,T,T,H,H,T,T,T,H$$ Another possible arrangement: $$ H,H,H,T,T,T,T,T,T,T,H,H$$
I can find the probability of getting exactly 5 heads by using binomial distribution but i cannot find the actual number of arrangements.