Problem
From a deck of cards, cards are drawn. Compute the number of hands containing: (a) no ace; (b) exactly two queens; (c) two spades and three hearts; (d) at least three jacks.
Solution
The order does not matter: we use the simple combinations . In the -card deck there are aces, queens, jacks, spades and hearts.
(a) No ace: we choose cards from the non-aces:
(b) Exactly two queens: queens from and the other cards from the non-queens:
(c) Two spades and three hearts: spades from and hearts from :
(d) At least three jacks: the cases «exactly jacks» and «all jacks», added together:
Links
Topics: Probabilita
Concepts: Combinazioni semplici
Methods: Combinazioni semplici
Skills: Calcolo combinatorio
Exercise type: Problema combinatorio