Skip to content

Counting Principles

By the end of this section, you will be able to:

  • Solve counting problems using the Addition Principle
  • Solve counting problems using the Multiplication Principle
  • Solve counting problems using permutations involving nn distinct objects
  • Solve counting problems using combinations
  • Find the number of subsets of a given set
  • Solve counting problems using permutations involving nn non-distinct objects

A new company sells customizable cases for tablets and smartphones. Each case comes in a variety of colors and can be personalized for an additional fee with images or a monogram. A customer can choose not to personalize or could choose to have one, two, or three images or a monogram. The customer can choose the order of the images and the letters in the monogram. The company is working with an agency to develop a marketing campaign with a focus on the huge number of options they offer. Counting the possibilities is challenging!

We encounter a wide variety of counting problems every day. There is a branch of mathematics devoted to the study of counting problems such as this one. Other applications of counting include secure passwords, horse racing outcomes, and college scheduling choices. We will examine this type of mathematics in this section.

Using the Addition Principle

The company that sells customizable cases offers cases for tablets and smartphones. There are 3 supported tablet models and 5 supported smartphone models. The Addition Principle tells us that we can add the number of tablet options to the number of smartphone options to find the total number of options. By the Addition Principle, there are 8 total options: 3+5=83+5=8.

The Addition Principle. According to the Addition Principle, if one event can occur in mm ways and a second event with no common outcomes can occur in nn ways, then the first or second event can occur in m+nm+n ways.

Example. There are 2 vegetarian entrée options and 5 meat entrée options on a dinner menu. What is the total number of entrée options?

Solution. We can add the number of vegetarian options to the number of meat options to find the total number of entrée options: 2+5=72+5=7. There are 7 total options.

A student is shopping for a new computer. He is deciding among 3 desktop computers and 4 laptop computers. What is the total number of computer options?

Using the Multiplication Principle

The Multiplication Principle applies when we are making more than one selection. Suppose we are choosing an appetizer, an entrée, and a dessert. If there are 2 appetizer options, 3 entrée options, and 2 dessert options on a fixed-price dinner menu, there are a total of 12 possible choices of one each, as shown in the tree diagram below.

The possible choices are:

  1. soup, chicken, cake
  2. soup, chicken, pudding
  3. soup, fish, cake
  4. soup, fish, pudding
  5. soup, steak, cake
  6. soup, steak, pudding
  7. salad, chicken, cake
  8. salad, chicken, pudding
  9. salad, fish, cake
  10. salad, fish, pudding
  11. salad, steak, cake
  12. salad, steak, pudding

We can also find the total number of possible dinners by multiplying. We could also conclude that there are 12 possible dinner choices simply by applying the Multiplication Principle.

# of appetizer options×# of entree options×# of dessert options=2×3×2=12\text{\# of appetizer options}\times\text{\# of entree options}\times\text{\# of dessert options}=2\times3\times2=12
The Multiplication Principle. According to the Multiplication Principle, if one event can occur in mm ways and a second event can occur in nn ways after the first event has occurred, then the two events can occur in m×nm\times n ways. This is also known as the Fundamental Counting Principle.

Example. Diane packed 2 skirts, 4 blouses, and 2 sweaters for her business trip. She will need to choose a skirt and a blouse for each outfit and decide whether to wear the sweater. Use the Multiplication Principle to find the total number of possible outfits.

Solution. To find the total number of outfits, find the product of the number of skirt options, the number of blouse options, and the number of sweater options: 2×4×2=162\times4\times2=16. There are 16 possible outfits.

A restaurant offers a breakfast special that includes a breakfast sandwich, a side dish, and a beverage. There are 3 types of breakfast sandwiches, 4 side dish options, and 5 beverage choices. Find the total number of possible breakfast specials.

Finding the Number of Permutations of nn Distinct Objects

The Multiplication Principle can be used to solve a variety of problem types. One type of problem involves placing objects in order. We arrange letters into words and digits into numbers, line up for photographs, decorate rooms, and more. An ordering of objects is called a permutation.

Finding the Number of Permutations of nn Distinct Objects Using the Multiplication Principle

To solve permutation problems, it is often helpful to draw line segments for each option. That enables us to determine the number of each option so we can multiply. For instance, suppose we have four paintings, and we want to find the number of ways we can hang three of the paintings in order on the wall. We can draw three lines to represent the three places on the wall.

There are four options for the first place, so we write a 4 on the first line. After the first place has been filled, there are three options for the second place, so we write a 3 on the second line. After the second place has been filled, there are two options for the third place, so we write a 2 on the third line. Finally, we find the product.

4×3×2=244\times3\times2=24

There are 24 possible permutations of the paintings.

How To: given nn distinct options, determine how many permutations there are.

  1. Determine how many options there are for the first situation.
  2. Determine how many options are left for the second situation.
  3. Continue until all of the spots are filled.
  4. Multiply the numbers together.

Example. At a swimming competition, nine swimmers compete in a race.

a. How many ways can they place first, second, and third? b. How many ways can they place first, second, and third if a swimmer named Ariel wins first place? (Assume there is only one contestant named Ariel.) c. How many ways can all nine swimmers line up for a photo?

Solution.

a. There are 9 options for first place. Once someone has won first place, there are 8 remaining options for second place. Once first and second place have been won, there are 7 remaining options for third place: 9×8×7=5049\times8\times7=504. Multiply to find that there are 504 ways for the swimmers to place. b. We know Ariel must win first place, so there is only 1 option for first place. There are 8 remaining options for second place, and then 7 remaining options for third place: 1×8×7=561\times8\times7=56. Multiply to find that there are 56 ways for the swimmers to place if Ariel wins first. c. There are 9 choices for the first spot, then 8 for the second, 7 for the third, 6 for the fourth, and so on until only 1 person remains for the last spot: 9×8×7×6×5×4×3×2×1=362,8809\times8\times7\times6\times5\times4\times3\times2\times1=362{,}880. There are 362,880 possible permutations for the swimmers to line up.

Analysis. Note that in part c, we found there were 9!9! ways for 9 people to line up. The number of permutations of nn distinct objects can always be found by n!n!.

A family of five is having portraits taken. Use the Multiplication Principle to find the following.

A family of five is having portraits taken. How many ways can the family line up for the portrait?

A family of five is having portraits taken. How many ways can the photographer line up 3 of the 5 family members?

A family of five is having portraits taken. How many ways can the family line up for the portrait if the parents are required to stand on each end?

Finding the Number of Permutations of nn Distinct Objects Using a Formula

For some permutation problems, it is inconvenient to use the Multiplication Principle because there are so many numbers to multiply. Fortunately, we can solve these problems using a formula. Before we learn the formula, let’s look at two common notations for permutations. If we have a set of nn objects and we want to choose rr objects from the set in order, we write P(n,r)P(n,r). Another way to write this is nPr_nP_r, a notation commonly seen on computers and calculators. To calculate P(n,r)P(n,r), we begin by finding n!n!, the number of ways to line up all nn objects. We then divide by (nr)!(n-r)! to cancel out the (nr)(n-r) items that we do not wish to line up.

Let’s see how this works with a simple example. Imagine a club of six people. They need to elect a president, a vice president, and a treasurer. Six people can be elected president, any one of the five remaining people can be elected vice president, and any of the remaining four people could be elected treasurer. The number of ways this may be done is 6×5×4=1206\times5\times4=120. Using factorials, we get the same result.

6!3!=6543!3!=654=120\tfrac{6!}{3!}=\tfrac{6\cdot5\cdot4\cdot3!}{3!}=6\cdot5\cdot4=120

There are 120 ways to select 3 officers in order from a club with 6 members. We refer to this as a permutation of 6 taken 3 at a time. The general formula is as follows.

P(n,r)=n!(nr)!P(n,r)=\tfrac{n!}{(n-r)!}

Note that the formula still works if we are choosing all nn objects and placing them in order. In that case we would be dividing by (nn)!(n-n)! or 0!0!, which we said earlier is equal to 1. So the number of permutations of nn objects taken nn at a time is n!1\tfrac{n!}{1} or just n!n!.

Formula for Permutations of nn Distinct Objects. Given nn distinct objects, the number of ways to select rr objects from the set in order is

P(n,r)=n!(nr)!P(n,r)=\tfrac{n!}{(n-r)!}

How To: given a word problem, evaluate the possible permutations.

  1. Identify nn from the given information.
  2. Identify rr from the given information.
  3. Replace nn and rr in the formula with the given values.
  4. Evaluate.

Example. A professor is creating an exam of 9 questions from a test bank of 12 questions. How many ways can she select and arrange the questions?

Solution. Substitute n=12n=12 and r=9r=9 into the permutation formula and simplify.

P(n,r)=n!(nr)!P(12,9)=12!(129)!=12!3!=79,833,600 \begin{array}{lrcl} & P(n,r) &=& \tfrac{n!}{(n-r)!} \\[4pt] & P(12,9) &=& \tfrac{12!}{(12-9)!}=\tfrac{12!}{3!}=79{,}833{,}600 \end{array}

There are 79,833,600 possible permutations of exam questions!

Q&A. Could we have solved this example using the Multiplication Principle?

Yes. We could have multiplied 12111098765412\cdot11\cdot10\cdot9\cdot8\cdot7\cdot6\cdot5\cdot4 to find the same answer.

A play has a cast of 7 actors preparing to make their curtain call. Use the permutation formula to find the following.

A play has a cast of 7 actors preparing to make their curtain call. How many ways can the 7 actors line up?

A play has a cast of 7 actors preparing to make their curtain call. How many ways can 5 of the 7 actors be chosen to line up?

Find the Number of Combinations Using the Formula

So far, we have looked at problems asking us to put objects in order. There are many problems in which we want to select a few objects from a group of objects, but we do not care about the order. When we are selecting objects and the order does not matter, we are dealing with combinations. A selection of rr objects from a set of nn objects where the order does not matter can be written as C(n,r)C(n,r). Just as with permutations, C(n,r)C(n,r) can also be written as nCr_nC_r. In this case, the general formula is as follows.

C(n,r)=n!r!(nr)!C(n,r)=\tfrac{n!}{r!(n-r)!}

An earlier problem considered choosing 3 of 4 possible paintings to hang on a wall. We found that there were 24 ways to select 3 of the 4 paintings in order. But what if we did not care about the order? We would expect a smaller number because selecting paintings 1, 2, 3 would be the same as selecting paintings 2, 3, 1. To find the number of ways to select 3 of the 4 paintings, disregarding the order of the paintings, divide the number of permutations by the number of ways to order 3 paintings. There are 3!=321=63!=3\cdot2\cdot1=6 ways to order 3 paintings. There are 246\tfrac{24}{6}, or 4 ways to select 3 of the 4 paintings. This number makes sense because every time we are selecting 3 paintings, we are not selecting 1 painting. There are 4 paintings we could choose not to select, so there are 4 ways to select 3 of the 4 paintings.

Formula for Combinations of nn Distinct Objects. Given nn distinct objects, the number of ways to select rr objects from the set is

C(n,r)=n!r!(nr)!C(n,r)=\tfrac{n!}{r!(n-r)!}

How To: given a number of options, determine the possible number of combinations.

  1. Identify nn from the given information.
  2. Identify rr from the given information.
  3. Replace nn and rr in the formula with the given values.
  4. Evaluate.

Example. A fast food restaurant offers five side dish options. Your meal comes with two side dishes.

a. How many ways can you select your side dishes? b. How many ways can you select 3 side dishes?

Solution.

a. We want to choose 2 side dishes from 5 options: C(5,2)=5!2!(52)!=10C(5,2)=\tfrac{5!}{2!(5-2)!}=10. b. We want to choose 3 side dishes from 5 options: C(5,3)=5!3!(53)!=10C(5,3)=\tfrac{5!}{3!(5-3)!}=10.

Q&A. Is it a coincidence that parts (a) and (b) above have the same answers?

No. When we choose rr objects from nn objects, we are not choosing (nr)(n-r) objects. Therefore, C(n,r)=C(n,nr)C(n,r)=C(n,n-r).

An ice cream shop offers 10 flavors of ice cream. How many ways are there to choose 3 flavors for a banana split?

Finding the Number of Subsets of a Set

We have looked only at combination problems in which we chose exactly rr objects. In some problems, we want to consider choosing every possible number of objects. Consider, for example, a pizza restaurant that offers 5 toppings. Any number of toppings can be ordered. How many different pizzas are possible?

To answer this question, we need to consider pizzas with any number of toppings. There is C(5,0)=1C(5,0)=1 way to order a pizza with no toppings. There are C(5,1)=5C(5,1)=5 ways to order a pizza with exactly one topping. If we continue this process, we get

C(5,0)+C(5,1)+C(5,2)+C(5,3)+C(5,4)+C(5,5)=32C(5,0)+C(5,1)+C(5,2)+C(5,3)+C(5,4)+C(5,5)=32

There are 32 possible pizzas. This result is equal to 252^5.

We are presented with a sequence of choices. For each of the nn objects we have two choices: include it in the subset or not. So for the whole subset we have made nn choices, each with two options. So there are a total of 22222\cdot2\cdot2\cdot\ldots\cdot2 possible resulting subsets, all the way from the empty subset, which we obtain when we say “no” each time, to the original set itself, which we obtain when we say “yes” each time.

Formula for the Number of Subsets of a Set. A set containing nn distinct objects has 2n2^n subsets.

Example. A restaurant offers butter, cheese, chives, and sour cream as toppings for a baked potato. How many different ways are there to order a potato?

Solution. We are looking for the number of subsets of a set with 4 objects. Substitute n=4n=4 into the formula.

2n=24=16 \begin{array}{lrcl} & 2^n &=& 2^4 \\[4pt] & &=& 16 \end{array}

There are 16 possible ways to order a potato.

A sundae bar at a wedding has 6 toppings to choose from. Any number of toppings can be chosen. How many different sundaes are possible?

Finding the Number of Permutations of nn Non-Distinct Objects

We have studied permutations where all of the objects involved were distinct. What happens if some of the objects are indistinguishable? For example, suppose there is a sheet of 12 stickers. If all of the stickers were distinct, there would be 12!12! ways to order the stickers. However, 4 of the stickers are identical stars, and 3 are identical moons. Because all of the objects are not distinct, many of the 12!12! permutations we counted are duplicates. The general formula for this situation is as follows.

n!r1!r2!rk!\tfrac{n!}{r_1!r_2!\ldots r_k!}

In this example, we need to divide by the number of ways to order the 4 stars and the ways to order the 3 moons to find the number of unique permutations of the stickers. There are 4!4! ways to order the stars and 3!3! ways to order the moons.

12!4!3!=3,326,400\tfrac{12!}{4!3!}=3{,}326{,}400

There are 3,326,400 ways to order the sheet of stickers.

Formula for Finding the Number of Permutations of nn Non-Distinct Objects. If there are nn elements in a set and r1r_1 are alike, r2r_2 are alike, r3r_3 are alike, and so on through rkr_k, the number of permutations can be found by

n!r1!r2!rk!\tfrac{n!}{r_1!r_2!\ldots r_k!}

Example. Find the number of rearrangements of the letters in the word DISTINCT.

Solution. There are 8 letters. Both I and T are repeated 2 times. Substitute n=8n=8, r1=2r_1=2, and r2=2r_2=2 into the formula.

8!2!2!=10,080\tfrac{8!}{2!2!}=10{,}080

There are 10,080 arrangements.

Find the number of rearrangements of the letters in the word CARRIER.

Media. Access these online resources for additional instruction and practice with combinations and permutations.

Key equations

number of permutations of nn distinct objects taken rr at a timeP(n,r)=n!(nr)!P(n,r)=\tfrac{n!}{(n-r)!}
number of combinations of nn distinct objects taken rr at a timeC(n,r)=n!r!(nr)!C(n,r)=\tfrac{n!}{r!(n-r)!}
number of permutations of nn non-distinct objectsn!r1!r2!rk!\tfrac{n!}{r_1!r_2!\ldots r_k!}

Key concepts

  • If one event can occur in mm ways and a second event with no common outcomes can occur in nn ways, then the first or second event can occur in m+nm+n ways.
  • If one event can occur in mm ways and a second event can occur in nn ways after the first event has occurred, then the two events can occur in m×nm\times n ways.
  • A permutation is an ordering of nn objects.
  • If we have a set of nn objects and we want to choose rr objects from the set in order, we write P(n,r)P(n,r).
  • Permutation problems can be solved using the Multiplication Principle or the formula for P(n,r)P(n,r).
  • A selection of objects where the order does not matter is a combination.
  • Given nn distinct objects, the number of ways to select rr objects from the set is C(n,r)C(n,r), and can be found using a formula.
  • A set containing nn distinct objects has 2n2^n subsets.
  • A permutation of nn non-distinct objects, where r1r_1 are alike, r2r_2 are alike, and so on through rkr_k, is found by dividing n!n! by r1!r2!rk!r_1!r_2!\ldots r_k!.

Practice

Solve counting problems using the Addition Principle

Two separate events are joined by the word “or” when counting their combined outcomes. Which counting principle applies?

Let the setB={23,16,7,2,20,36,48,72}B=\{-23,-16,-7,-2,20,36,48,72\}. How many ways are there to choose a positive number or an odd number fromBB?

How many ways are there to pick a paint color from 5 shades of green, 4 shades of blue, or 7 shades of yellow?

Solve counting problems using the Multiplication Principle

How many outcomes are possible from tossing a coin and rolling a 6-sided die?

How many ways are there to construct a string of 3 digits if digits can be repeated?

A wholesale T-shirt company offers sizes small, medium, large, and extra-large in organic or non-organic cotton and colors white, black, gray, blue, and red. How many different T-shirts are there to choose from?

Solve counting problems using permutations involving nn distinct objects

EvaluateP(5,2)P(5,2).

EvaluateP(11,5)P(11,5).

How many ways can a baseball coach arrange the order of 9 batters if there are 15 players on the team?

Solve counting problems using combinations

What is the term for an arrangement that selectsrrobjects from a set ofnnobjects when the order of therrobjects is not important?

EvaluateC(12,4)C(12,4).

A motorcycle shop has 10 choppers, 6 bobbers, and 5 café racers — different types of vintage motorcycles. How many ways can the shop choose 3 choppers, 5 bobbers, and 2 café racers for a weekend showcase?

Find the number of subsets of a given set

Find the number of subsets of the set{1,2,3,4,5,6,7,8,9,10}\{1,2,3,4,5,6,7,8,9,10\}.

Find the number of subsets of a set containing 5 distinct numbers, 4 distinct letters, and 3 distinct symbols.

Find the number of subsets of the set of two-digit numbers between 1 and 100 that contain the digit 0.

Solve counting problems using permutations involving nn non-distinct objects

Find the distinct number of arrangements of the letters in the word “academia.”

Find the distinct number of arrangements of the symbols in the string #,#,#,@,@,$,$,$,%,%,%,%.

Suni bought 20 plants to arrange along the border of her garden. How many distinct arrangements can she make if the plants are comprised of 6 tulips, 6 roses, and 8 daisies?


This section is adapted from Precalculus 2e, Section 11.5: Counting Principles by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: omitted a coreq-skills block the pinned CNXML prepends before the section proper (its own “Objective 1” and “Objective 2” review of the Addition and Multiplication Principles, keyed to Intermediate Algebra 12.4, complete with its own worked example and two “Practice Makes Perfect” exercise sets) — confirmed against the rendered PDF, page 1137 (true PDF index 1147), where the previous section’s last Real-World Applications exercise (11.4, exercise 62) runs directly into the “11.5 Counting Principles” heading with no corequisite-skills material between them; the same prepended-block pattern is already logged in this book’s errata for other chapter-11 modules and this section joins that list. Omitted the source’s Figure 1 (a photograph-style illustration of 3 tablets plus 5 phones equaling 8 total device options): the figure is purely decorative — the count it illustrates is already fully stated in the surrounding prose (3+5=83+5=8) — so it is not recreated, per this book’s convention of omitting decorative photographs. Recreated the source’s Figure 2 (the tree diagram of the 12 appetizer/entrée/dessert dinner combinations) as two accessible spec-first figures, one for the Soup branch and one for the Salad branch, each drawn with the figure engine’s segment and text primitives (segments routed behind the node labels via gapTexts) rather than as a single wide diagram, to keep each figure under the composite-width guidance for this chapter; the row category labels (“Appetizers” / “Entrées” / “Desserts”) printed beside the source’s tree are omitted since the branch structure itself (Soup/Salad → Chicken/Fish/Steak → Cake/Pudding) carries the same information. Every informal “photograph of typeset arithmetic” image the source uses inside worked-example solutions (the addition/multiplication diagrams with underlined option counts, the factorial products, and so on) is transcribed as ordinary KaTeX rather than recreated as a figure, since each is a plain arithmetic statement with no diagrammatic content of its own. Kept the “Media” callout’s introductory sentence but omitted its two external video links, matching house precedent elsewhere in this book. Both Try Its following the multiplication-principle-formula example (the actor line-up questions) and the single Try It following the combinations example (the ice cream banana split) are kept exactly as the source poses them. Every count in this section is a plain-number answer with no answerForm token, since \binom{n}{k}, C(n,r), P(n,r), and {}_nC_r all parse as invalid or grade incorrect against their own value on the pinned grading engine (confirmed by replay), so printing P(n,r)P(n,r) or C(n,r)C(n,r) in a question is never itself a retype hazard; a learner who instead types the equivalent factorial quotient (e.g. \frac{5!}{2!3!}) still grades correct, which is expected and fine. The two “which term applies” Verbal exercises (adapted from the source’s own explanatory exercises on distinguishing the Addition Principle from the Multiplication Principle, and on naming the unordered-selection arrangement) are recast as multiplechoice items over the source’s own explanations, since a free-form justification cannot be graded as a math expression. Eighteen selected end-of-section exercises (16 numeric fill-ins and 2 explanatory items recast as multiple choice) were adapted into interactive Practice components, one group per objective; the section’s ten in-page Try Its are additionally kept as the source poses them, one component per Try It. Every retained answer — the 18 Practice items and the 10 Try Its alike — was independently re-derived, including by running the arithmetic in Node with exact (BigInt) factorials, rather than read off the source key.