In a game of $5$-card draw poker, a player is dealt five cards from a deck of $52$ cards (without regard to order) How many ways are there to get a flush (five cards of the same suit)?
I know that I have to select $1$ suit and $5$ cards from that suit, so I proceded like that: $(^4C_1)\times(^{13}C_5)$
but the answer is: $(^4C_1)\times(^{13}C_5) - (10(4))$
I don't know where the $4$ and the $10$ are coming from
Any tip would be appreciated.