This can be calculated using combinations, which is denoted as C(n, k) or "n choose k". In this case, we have:
C(52, 5) = 52! / (5! * (52 - 5)!)
Now, we need to find the number of ways to draw exactly 3 face cards and 2 non-face cards. There are 12 face cards (3
Show more…