/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 16 Permutations with Repeated Eleme... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Permutations with Repeated Elements-Problems 15 and 16: The word CARRIER has seven letters. But there are fewer than \(7 !\) permutations, because in any arrangement of these seven letters the three \(R\) 's are interchangeable. If these \(R\) 's were distinguishable, there would be \(3 !\), or \(6,\) ways of arranging them. This implies that only \(\frac{1}{6}\) (that is, \(\frac{1}{3 !}\) ) of the \(7 !\) permutations are actually different. So the number of permutations is $$ \frac{7 !}{3 !}=840 $$ There are four \(I^{\prime}\) 's, four \(S\) 's, and two \(P\) 's in the word MISSISSIPPI, so the number of different permutations of its letters is $$ \frac{111}{4 ! 4 ! 2 !}=34,650 $$ Nine pennies are lying on a table. Five show heads and four show tails. In how many different ways, such as "HHTHTTHHT," could the coins be lined up if you consider all the heads to be identical and all the tails to be identical?

Short Answer

Expert verified
The distinct permutations are 840 for CARRIER, 34,650 for MISSISSIPPI, and 126 for the arrangement of nine pennies with five heads and four tails.

Step by step solution

01

Understand the Problem

We need to find the number of distinct permutations of a set of items that have repeating elements. The formula for permutations with repeated elements is: $$ \frac{n!}{n_{1}!\cdot n_{2}! \cdot \ldots \cdot n_{k}!} $$ where n is the total number of items, and \(n_{1}, n_{2}, \ldots, n_{k}\) are the frequencies of each distinct repeating element.
02

Apply the formula to CARRIER

The word CARRIER has 3 Rs which are repeated. We apply the formula using the total number of letters n=7 and the frequency of R is 3, so we have: $$ \frac{7!}{3!} =\frac{7\times6\times5\times4\times3!}{3!} = 7\times6\times5\times4 = 840 $$
03

Apply the formula to MISSISSIPPI

The word MISSISSIPPI has 11 letters, with 4 Is, 4 Ss, and 2 Ps repeating. Using the formula, we get: $$ \frac{11!}{4!4!2!} =\frac{11\times10\times9\times8\times7\times6\times5\times3!}{4!4!2!} =\frac{11\times10\times9\times8\times7\times6\times5}{4\times3\times2\times4\times3\times2\times2} = 34,650 $$
04

Calculate permutations for the pennies

There are 5 identical heads (H) and 4 identical tails (T). The total number of pennies is 9. Using the same formula, the permutations will be: $$ \frac{9!}{5!4!} = \frac{9\times8\times7\times6\times5!}{5!\times4\times3\times2\times1} = \frac{9\times8\times7\times6}{4\times3\times2} = 126 $$

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Combinatorics
Combinatorics is the branch of mathematics focusing on counting, arranging, and analyzing configurations of objects following certain rules. It covers a variety of concepts from simple combinations and permutations to the more complex ideas like graph theory and partition theory.

In the context of permutations with repeated elements, combinatorics allows us to calculate the number of distinct ways we can arrange items, taking into account that some of the items may be identical. This is particularly useful when dealing with problems like figuring out how many unique sequences can be formed from a word with repeating letters or arranging items with symmetry.
Factorial Notation
Factorial notation is integral to understanding combinatorics, specifically in calculating permutations and combinations. The factorial of a non-negative integer n, denoted as n!, is the product of all positive integers less than or equal to n. For example,
\[5! = 5 \times 4 \times 3 \times 2 \times 1 = 120.\]

Zero factorial is defined as \(0! = 1\), an important convention that simplifies many mathematical formulas. Factorials grow very rapidly with increasing numbers, making them a powerful tool in counting permutations where order matters.
Permutation Formula
The permutation formula is the mathematical representation used to calculate the number of ways to order a set of items. For distinct items, it is simply n!, where n is the number of items to arrange. However, when items repeat, the formula needs to account for indistinguishable arrangements.

The formula used for permutations with repeated items is
\[\frac{n!}{n_{1}! \times n_{2}! \times \ldots \times n_{k}!}\]
where n is the total number of items and \(n_{1}, n_{2}, \ldots, n_{k}\) are the frequencies of each distinct repeating item. This formula prevents us from overcounting arrangements where the repeating items are considered interchangeable.
Arrangement of Items
When arranging items, especially in permutations with repeated elements, we are interested in the order of these items. The central concept is that if two items are identical, switching them does not create a new, unique arrangement.

For example, the arrangement 'ABBA' has two 'A's and two 'B's. Swapping the 'B's with each other doesn't change the sequence, hence it is not considered a new permutation. This principle reduces the total number of unique permutations and is precisely why the formula \( \frac{n!}{n_{1}! \times n_{2}! \times \ldots \times n_{k}!}\) includes the division by the factorials of the counts of each repeating element.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Baseball Team Problem 2: Nine people try out for the nine positions on a baseball team a. In how many different ways could the positions be filled if there are no restrictions on who plays which position? b. In how many different ways could the positions be filled if Fred must be the pitcher but the other eight people can take any of the remaining eight positions? c. If the positions are selected at random, what is the probability that Fred will be the pitcher? d. What is the probability in part c expressed as a percent?

Hide-and-Seek Problem: The Katz brothers, Bob and Tom, are hiding in the cellar. If either one sneezes, he will reveal their hiding place. Bob's probability of sneezing is \(0.6,\) and Tom's probability is \(0.7 .\) What is the probability that at least one brother will sneeze?

Evaluate the number of combinations or permutations two ways: a. Using factorials, as in the examples of this section b. Directly, using the built-in features of your grapher $$27 C_{19}$$

A set has five elements, (Elements Can't Copy) a. Find the number of different subsets that contain i. One element ii. Two elements iii. Three elements iv. Four elements v. All five elements vi. No elements b. How many subsets are there altogether? What relationship does this number have to the number of elements in the set? c. Based on your answer to part b, how many subsets would a 10 -element set have? A 100 -element set?

Accident/Illness Insurance Problem: Some of the highest-paid mathematicians are the actuaries, who figure out what you should pay for various types of insurance. Suppose an insurance company has an accident/illness policy that pays 500 dollars if you get ill during any one year, 1000 dollars if you have an accident, and 6000 dollars if you both get ill and have an accident. The premium, or payment, for this policy is 100 dollars per year. One of your friends, who has studied actuarial science, tells you that your probability of becoming ill in any one year is 0.05 and that your probability of having an accident is 0.03. a. Find the probabilities of each event. i. Becoming ill and having an accident ii. Becoming ill and not having an accident iii. Not becoming ill but having an accident iv. Not becoming ill and not having an accident b. What is the mathematical expectation for this policy? c. An insurance policy is actuarially sound if the insurance company is expected to make a profit from it. Based on the probabilities assumed, is this policy actuarially sound?

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.