I'll give it a shot (although I'm going to cheat and use a calculator lol).
A. What is the probability that we are dealt a four-of-a-kind?13C1 ways to select the value of the 4 of a kind (2,3,...,K,A)
48C1 ways to select the fifth card
\(P = \frac{13C1 * 48C1}{52C5}\)
\(P = \frac{13*48}{2598960}\)
\(P = \frac{1}{4165}\)
B. What is the probability that we are dealt full house? (A full house is a hand with both a three-of-a-kind and a two-of-a-kind.)13C1 ways to select the value of the 3 of a kind (2,3,...,K,A)
4C3 ways to select the suits of the 3 of a kind
12C1 ways to select the value of the pair
4C2 ways to select the suits of the pair
\(P = \frac{13C1 * 4C3 * 12C1 * 4C2}{52C5}\)
\(P = \frac{13*4*12*6}{2598960}\)
\(P = \frac{3744}{2598960}\)
\(P = \frac{6}{4165}\)
C. What is the probability that we are dealt two pairs? (Fifth is different)13C2 ways to select the value of the two pairs
4C2 ways to select the suits of the first pair
4C2 ways to select the suits of the second pair
44C1 ways to select the fifth card
\(P = \frac{13C2 * 4C2 * 4C2 * 44C1}{52C5}\)
\(P = \frac{78 * 6 * 6 * 44}{2598960}\)
\(P = \frac{123552}{2598960}\)
\(P = \frac{198}{4165}\)
D. What is the probability that we are dealt three of a kind? (Others are different)13C1 ways to select the value of the three of a kind
4C3 ways to select the suits of the three of a kind
12C2 ways to select the values of the fourth and fifth
4C1 ways to select the suit of the fourth card
4C1 ways to select the suit of the fifth card
\(P = \frac{13C1 * 4C3 * 12C2 * 4C1 * 4C1}{52C5}\)
\(P = \frac{13 * 4 * 66 * 4 * 4}{2598960}\)
\(P = \frac{54912}{2598960}\)
\(P = \frac{88}{4165}\)
E. What is the probability that we are dealt one pair? (Others are different)13C1 ways to select the value of the pair
4C2 ways to select the suits of the pair
12C3 ways to select the value of the single cards
4C1 * 4C1 * 4C1 ways to select the suits of those card
\(P = \frac{13C1 * 4C2 * 12C3 * 4C1 * 4C1 * 4C1}{52C5}\)
\(P = \frac{13 * 6 * 220 * 4 * 4 * 4}{2598960}\)
\(P = \frac{1098240}{2598960}\)
\(P = \frac{352}{833}\)
F. What is the probability that we are dealt four different ranks?I'm not sure I understand this question... isn't this essentially asking what's the probability of obtaining a pair?
G. What is the probability that we are dealt hands with every suit?4C1 ways to select the suit which we are dealt two of
13C2 ways to select the cards of the suit we are dealt two of
13C1 * 13C1 * 13C1 ways to select the cards of the suit we are dealt one of
\(P = \frac{4C1 * 13C2 * 13C1 * 13C1 * 13C1}{52C5}\)
\(P = \frac{4 * 78 * 13 * 13 * 13}{2598960}\)
\(P = \frac{685464}{2598960}\)
\(P = \frac{2197}{8330}\)
Alright that took a bit of time! From my knowledge of poker the probabilities seem in the ball park of what they should be. If anyone wants to double check, please do! Good post, kudos.