Five cards are selected at random from a deck that contains
Solution
Solution: This is a question of selection that is \"Combination\". Here we apply the formulae for combination.
a. Different selections: Now we have to choose five out of 32 so the formula is 32C5 and formula for combination is n!/r!(n-r)! so here n is 32 and r is 5. So, 32!/5!(32-5)! = 32!/5!(27)!
=32x31x30x29x28x27!/5!(27)!
27! will cut by 27!
=32x31x30x29x28/5x4x3x2x1
=201376 selecions
b. Total aces are 4 and we have to select 2 so it is 4C2 and for other three cards the selection is 28C3.
Total selection = 4C2x 28C3 = 4x2/2x1 x 28x27x26/3x2x1
= 3276 selections.
c. exactly two aces = 4C2 and exactly three kings = 4C3
so 4x3/2x1 x 4x3x2/3x2x1
= 6 x 4 = 24 selection
d. Atleast one ace that is maximum go up to 5
So (4C1 x 28C4) + (4C2 x28C3) + (4C3 x28C2) + (4C4 x 28C1)
= 20479 + 3282 + 382 + 32
= 24175 selections
