
Byron S. answered 11/16/14
Tutor
5.0
(44)
Math and Science Tutor with an Engineering Background
Hi John,
In a standard deck of playing cards, there are 4 suits with 13 cards each. At the beginning of the drawing, there are 39 possible cards that are not spades, out of the total 52. Therefore, the probability of the first card not being a spade is
39/52 = 3/4
Having drawn one spade out of the deck, there are 12 left, out of 51 cards total, for a probability of
38/51
For the third card,
37/50
and so on, until you've drawn seven cards. To find the probability of all of them happening at once, multiply all the probabilities.
---
You can also do this problem with a shortcut if you've worked with combinations before, where
nCx or (nx) = n! / [(n-x)! x!]
If you're selecting 0 out of the 13 spades, and 7 out of the 39 other cards, you can do that
13C0 * 39C7 ways, out of 52C7 ways to select 7 cards from the whole deck. This gives you
13C0 * 39C7 / 52C7
which will give the same value as calculating the seven separate probabilities earlier.