Respuesta :
We want to find the probability of randomly drawing 3 spades from a standard deck.
The probability of getting 3 spades is 0.0129
Let's see how to get that probability.
A standard deck has 52 cards, 13 of them are spades.
The probability of randomly drawing a spade card is given by the quotient between the number of spades and the total number of cards.
So for the first spade card, the probability is:
p = 13/52
For the second card, take in mind that we already drew a spade card, so now there are 12 spade cards and 51 cards in total, so we have:
q = 12/51
For the final card, there will be 11 spade cards and 50 cards in total, but we will have:
k = 11/50
The joint probability (this is, the probability of getting the 3 spade cards one after the other) is equal to the product of the individual probabilities, so we will get:
P = p*k*q = (13/52)*(12/51)*(11/50) = 0.0129
The probability of getting 3 spades is 0.0129
If you want to learn more, you can read:
https://brainly.com/question/1349408