Skip to main content
Mathematics LibreTexts

5.0.4: Counting

  • Page ID
    76121
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    \( \newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\)

    ( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\id}{\mathrm{id}}\)

    \( \newcommand{\Span}{\mathrm{span}}\)

    \( \newcommand{\kernel}{\mathrm{null}\,}\)

    \( \newcommand{\range}{\mathrm{range}\,}\)

    \( \newcommand{\RealPart}{\mathrm{Re}}\)

    \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\)

    \( \newcommand{\Argument}{\mathrm{Arg}}\)

    \( \newcommand{\norm}[1]{\| #1 \|}\)

    \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\)

    \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    Probability using Permutations and Combinations

    We can use permutations and combinations to help us answer more complex probability questions

    Example 34

    A 4 digit PIN number is selected. What is the probability that there are no repeated digits?

    Solution

    There are \(10 \text { possible values for each digit of the PIN (namely: } 0,1,2,3,4,5,6,7,8,9),\) so there are \(10 \cdot 10 \cdot 10 \cdot 10=10^{4}=10000\) total possible PIN numbers.

    To have no repeated digits, all four digits would have to be different, which is selecting without replacement. We could either compute \(10 \cdot 9 \cdot 8 \cdot 7\), or notice that this is the same as the permutation \(_{10} P_{4}=5040\).

    The probability of no repeated digits is the number of 4 digit PIN numbers with no repeated digits divided by the total number of 4 digit PIN numbers. This probability is \(\frac{_{10} P_{4}}{10^{4}}=\frac{5040}{10000}=0.504\)

    Example 35

    In a certain state's lottery, 48 balls numbered 1 through 48 are placed in a machine and six of them are drawn at random. If the six numbers drawn match the numbers that a player had chosen, the player wins $1,000,000. In this lottery, the order the numbers are drawn in doesn’t matter. Compute the probability that you win the million-dollar prize if you purchase a single lottery ticket.

    Solution

    In order to compute the probability, we need to count the total number of ways six numbers can be drawn, and the number of ways the six numbers on the player’s ticket could match the six numbers drawn from the machine. Since there is no stipulation that the numbers be in any particular order, the number of possible outcomes of the lottery drawing is \(_{48} C_{6}=12,271,512\). Of these possible outcomes, only one would match all six numbers on the player’s ticket, so the probability of winning the grand prize is:

    \(\frac{_6 C_{6}}{_{48} C_{6}}=\frac{1}{12271512} \approx 0.0000000815\)

    Example 36

    In the state lottery from the previous example, if five of the six numbers drawn match the numbers that a player has chosen, the player wins a second prize of $1,000. Compute the probability that you win the second prize if you purchase a single lottery ticket.

    Solution

    As above, the number of possible outcomes of the lottery drawing is \(_{48} C_{6}=12,271,512\). In order to win the second prize, five of the six numbers on the ticket must match five of the six winning numbers; in other words, we must have chosen five of the six winning numbers and one of the 42 losing numbers. The number of ways to choose 5 out of the 6 winning numbers is given by \(_{6} C_{5}=6\) and the number of ways to choose 1 out of the 42 losing numbers is given by \(_{42} C_{1}=42\). Thus the number of favorable outcomes is then given by the Basic Counting Rule: \(_{6} C_{5} \cdot_{42} C_{1}=6 \cdot 42=252\). So the probability of winning the second prize is.

    \(\frac{\left(_{6} C_{5}\right)\left(_{42} C_{1}\right)}{_{48} C_{6}}=\frac{252}{12271512} \approx 0.0000205\)

    Try it Now 9

    A multiple-choice question on an economics quiz contains 10 questions with five possible answers each. Compute the probability of randomly guessing the answers and getting 9 questions correct.

    Answer

    There are \(5^{10}=9,765,625\) different ways the exam can be answered. There are 10 possible locations for the one missed question, and in each of those locations there are 4 wrong answers, so there are 40 ways the test could be answered with one wrong answer.

    \(\mathrm{P}(9 \text { answers correct })=\frac{40}{5^{10}} \approx 0.0000041\) chance

    Example 37

    Compute the probability of randomly drawing five cards from a deck and getting exactly one Ace.

    Solution

    In many card games (such as poker) the order in which the cards are drawn is not important (since the player may rearrange the cards in his hand any way he chooses); in the problems that follow, we will assume that this is the case unless otherwise stated. Thus we use combinations to compute the possible number of 5-card hands, \(_{52} C_{5}\). This number will go in the denominator of our probability formula, since it is the number of possible outcomes.

    For the numerator, we need the number of ways to draw one Ace and four other cards (none of them Aces) from the deck. Since there are four Aces and we want exactly one of them, there will be \(_4 C_{1}\) ways to select one Ace; since there are 48 non-Aces and we want 4 of them, there will be \(_{48} C_{4}\) ways to select the four non-Aces. Now we use the Basic Counting Rule to calculate that there will be \(_{4} C_{1} \cdot _{48} C_{4}\) ways to choose one ace and four non-Aces.

    Putting this all together, we have

    \(P(\text {one Ace} )=\frac{\left(_{4} C_{1}\right)\left(_{48} C_{4}\right)}{_{52} C_{5}}=\frac{778320}{2598960} \approx 0.299\)

    Example 38

    Compute the probability of randomly drawing five cards from a deck and getting exactly two Aces.

    Solution

    The solution is similar to the previous example, except now we are choosing 2 Aces out of 4 and 3 non-Aces out of 48; the denominator remains the same:

    \(P(\text {two Aces})=\frac{\left(_{4} C_{2}\right)\left(_{48} C_{3}\right)}{_{52} C_{5}}=\frac{103776}{2598960} \approx 0.0399\)

    It is useful to note that these card problems are remarkably similar to the lottery problems discussed earlier.

    Try it Now 10

    Compute the probability of randomly drawing five cards from a deck of cards and getting three Aces and two Kings.

    Answer

    P(\text {three Aces and two Kings})=\frac{\left(_{4} C_{3}\right)\left(_{4} C_{2}\right)}{_{52} C_{5}}=\frac{24}{2598960} \approx 0.0000092

    Birthday Problem

    Let's take a pause to consider a famous problem in probability theory:

    Suppose you have a room full of 30 people. What is the probability that there is at least one shared birthday?

    Take a guess at the answer to the above problem. Was your guess fairly low, like around 10%? That seems to be the intuitive answer (\(\frac{30}{365}\), perhaps?). Let's see if we should listen to our intuition. Let's start with a simpler problem, however.

    Example 39

    Suppose three people are in a room. What is the probability that there is at least one shared birthday among these three people?

    Solution

    There are a lot of ways there could be at least one shared birthday. Fortunately there is an easier way. We ask ourselves “What is the alternative to having at least one shared birthday?” In this case, the alternative is that there are no shared birthdays. In other words, the alternative to “at least one” is having none. In other words, since this is a complementary event,

    \(P(\text {at least one})=1-P(\text {none})\)

    We will start, then, by computing the probability that there is no shared birthday. Let's imagine that you are one of these three people. Your birthday can be anything without conflict, so there are 365 choices out of 365 for your birthday. What is the probability that the second person does not share your birthday? There are 365 days in the year (let's ignore leap years) and removing your birthday from contention, there are 364 choices that will guarantee that you do not share a birthday with this person, so the probability that the second person does not share your birthday is \(\frac{364}{365}\). Now we move to the third person. What is the probability that this third person does not have the same birthday as either you or the second person? There are 363 days that will not duplicate your birthday or the second person's, so the probability that the third person does not share a birthday with the first two is \(\frac{363}{365}\).

    We want the second person not to share a birthday with you and the third person not to share a birthday with the first two people, so we use the multiplication rule:

    \(P(\text {no shared birthday})=\frac{365}{365} \cdot \frac{364}{365} \cdot \frac{363}{365} \approx 0.9918\)

    and then subtract from 1 to get

    \(P(\text {shared birthday})=1-P(\text {no shared birthday})=1-0.9918=0.0082\).

    This is a pretty small number, so maybe it makes sense that the answer to our original problem will be small. Let's make our group a bit bigger.

    Example 40

    Suppose five people are in a room. What is the probability that there is at least one shared birthday among these five people?

    Solution

    Continuing the pattern of the previous example, the answer should be

    \(P(\text {shared birthday})=1-\frac{365}{365} \cdot \frac{364}{365} \cdot \frac{363}{365} \cdot \frac{362}{365} \cdot \frac{361}{365} \approx 0.0271\)

    Note that we could rewrite this more compactly as

    \(P(\text {shared birthday})=1-\frac{_{365}P_5}{365^{5}} \approx 0.0271\)

    which makes it a bit easier to type into a calculator or computer, and which suggests a nice formula as we continue to expand the population of our group.

    Example 41

    Suppose 30 people are in a room. What is the probability that there is at least one shared birthday among these 30 people?

    Solution

    Here we can calculate

    \(P(\text { shared birthday })=1-\frac{_{365}P_{30}}{365^{30}} \approx 0.706\)

    which gives us the surprising result that when you are in a room with 30 people there is a 70% chance that there will be at least one shared birthday!

    If you like to bet, and if you can convince 30 people to reveal their birthdays, you might be able to win some money by betting a friend that there will be at least two people with the same birthday in the room anytime you are in a room of 30 or more people. (Of course, you would need to make sure your friend hasn't studied probability!) You wouldn't be guaranteed to win, but you should win more than half the time.

    This is one of many results in probability theory that is counterintuitive; that is, it goes against our gut instincts. If you still don't believe the math, you can carry out a simulation. Just so you won't have to go around rounding up groups of 30 people, someone has kindly developed a Java applet so that you can conduct a computer simulation. Go to this web page: http://statweb.stanford.edu/~susan/surprise/Birthday.html, and once the applet has loaded, select 30 birthdays and then keep clicking Start and Reset. If you keep track of the number of times that there is a repeated birthday, you should get a repeated birthday about 7 out of every 10 times you run the simulation.

    Try it Now 11

    Suppose 10 people are in a room. What is the probability that there is at least one shared birthday among these 10 people?

    Answer

    \(P(\text {shared birthday})=1-\frac{_{365}P_{10}}{365^{10}} \approx 0.117\)


    This page titled 5.0.4: Counting is shared under a CC BY-SA license and was authored, remixed, and/or curated by David Lippman (The OpenTextBookStore) .

    • Was this article helpful?