I'm in no way good at probabilities, so I might have done something terribly wrong. Please bear with me!
We are looking at the probability of drawing exactly 3 cards of any suit when you draw 13 cards simultaneously from a full deck of 52 with no replacement. I have calculated as follows: $$ 4\cdot \frac{ {13 \choose 3} {39 \choose 10 } }{ {52 \choose 13} } )= 114~\% $$
1) Does my math seem ok?
2) If my math checks out, how do I interpret a probability of more than 100%? That shouldn't even be possible as far as my non-mathematical mind is concerned.
I really hope one of you guys have a minute to take a look at it. It would be truly appreciated.
Have a nice day.
Your math is not okay and calculated probabilities that exceed $1$ are enough already to draw this conclusion.
Let $C$ denote the event that you will draw exactly $3$ cards of the suite of clubs and similarly define $S,D,H$.
Then your "calculation" looks like: $$P(C\cup S\cup D\cup H)=P(C)+P(S)+P(D)+P(H)=4P(C)=4\frac{\binom{13}3\binom{39}{10}}{\binom{52}{13}}$$
But such a calculation is only legal if $C,S,D,H$ are events that are mutually exclusive in the sense that at most one of these events can occur.
That is not the case here. It is e.g. quite well possible to draw exactly $3$ clubs and exactly $3$ spades.
If you would have been talking about $7$ instead of $3$ then indeed the events would exclude eachother, so a sortlike computation would have been okay then.
Let me end with a correct calculation.
Then to be found is $P(C\cup S\cup D\cup H)$ which can be found by applying the principle of inclusion/exclusion.
Also symmetry can be applied and we arrive at:$$P(C\cup S\cup D\cup H)=4P(C)-6P(C\cap S)+4P(C\cap S\cap D)=$$$$\binom{52}{13}^{-1}\left[4\binom{13}3\binom{39}{10}-6\binom{13}3^2\binom{26}{7}+4\binom{13}3^3\binom{13}{4}\right]$$ Observe that $P(C\cap S\cap D\cap H)$ is left out here. This for the simple reason that this probability is $0$. By a draw of $13$ cards it is not possible to draw exactly $3$ cards of each suite.