Answer:
0.8397
Step-by-step explanation:
A probability is the number of desired outcomes divided by the number of total outcomes.
The order in which the cards are chosen is not important. Also, they are drawn without replacement. So we use the combinations formula to solve this question.
Combinations formula:
[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
What is the probability that at least one of the cards drawn is a spade?
Either none is a spade, or at least one is a spade. The sum of the probabilities of these outcomes is 1.
The standard deck has 52 cards, of which 13 are spades. So
Probability that none are spades:
Desired outcomes:
6 cards from a set of 52 - 13 = 39. So
[tex]D = C_{39,6} = \frac{39!}{6!33!} = 3262623[/tex]
Total outcomes:
6 cards from a set of 52. So
[tex]T = C_{52,6} = \frac{52!}{6!46!} = 20358520[/tex]
Probability:
[tex]p = \frac{D}{T} = \frac{3262623}{20358520} = 0.1603[/tex]
Probability that at least one is a spade:
1 - 0.1603 = 0.8397
The answer is 0.8397