What is the probability of getting a King, Queen, Jack and Ace of same colour, and a single pair of same colour in a hand of six cards?
I am working on a casino game however to determine house edge and other factors the probability of winning outcomes must be determined. I am really struggling with this problem as there are so many factors to consider.
I started by considering that there are $16$ royal cards, thus $\binom{16}{1}$. Say a red king is drawn then a red queen, jack or ace can be drawn so $$\binom{6}{1}\binom{4}{1}\binom{2}{1}$$ Then for the pairs it is $\binom{48}{1}$ and the last card must be the same as the previous card so one option is available. This is giving the equation $$\frac{\dbinom{16}{1}\dbinom{6}{1}\dbinom{4}{1}\dbinom{2}{1}\dbinom{48}{1}}{\dbinom{52}{6}}$$ However, I have a feeling this is incorrect.
Choose 1 of 2 colors.
Choose one Ace of the chosen color.
Choose one King of the chosen color.
Choose one Queen of the chosen color.
Choose one Jack of the chosen color.
It sounds like the pair can be either color but both cards in the pair must be the same color.
Lemmon points out an error in my calculation.
If the remaining pair is of the same color as the royals, there are 9 values that this pair could have and if it is of the opposite color there are 13 values.
$\frac {{2\choose 1}{2\choose 1}{2\choose 1}{2\choose 1}{2\choose 1}(9+13)}{{52\choose 6}}$