Problem 159
Question
How many different words can be formed by jumbling the letters in the word MISSISSIPPI in which no two S are adjacent? (A) \(8 \cdot{ }^{6} C_{4} \cdot{ }^{7} C_{4}\) (B) \(6 \cdot 7 \cdot{ }^{8} C_{4}\) (C) \(6 \cdot 8 \cdot{ }^{7} C_{4}\) (D) \(7 \cdot{ }^{6} C_{4} \cdot{ }^{8} C_{4}\)
Step-by-Step Solution
Verified Answer
The correct answer is (C) \(6 \cdot 8 \cdot { }^{7}C_{4}\).
1Step 1: Count Total Letters
The word 'MISSISSIPPI' consists of 11 letters, where there are 4 S's, 4 I's, 2 P's, and 1 M.
2Step 2: Arrange Non-S Letters
First, arrange the non-S letters (M, I, I, I, I, P, P), which total 7 letters. The number of permutations for arranging them is given by \( \frac{7!}{4!2!} \) to account for repeating I's and P's.
3Step 3: Separate S's
To ensure no two S's are adjacent, place S's in gaps created by arranging the non-S letters. The arrangement of 7 non-S letters results in 8 gaps (one before, one between each letter, and one after).
4Step 4: Choose Gaps for S's
Choose 4 gaps out of the 8 available to place the S's, which is calculated as \( \binom{8}{4} \).
5Step 5: Combine Arrangements
Combine the arrangements calculated in Step 2 and Step 4, resulting in the total number of permutations: \[ \frac{7!}{4!2!} \times \binom{8}{4} \].
6Step 6: Evaluate Expression
Evaluate the mathematical expression \( \frac{7!}{4!2!} \times \binom{8}{4} = 105 \times 70 = 7350 \).
Key Concepts
Permutations and CombinationsFactorialBinomial Coefficient
Permutations and Combinations
Permutations and combinations are fundamental concepts in combinatorics, and they are used to count different ways of arranging or choosing items from a set. A permutation refers to an arrangement of objects in a specific order. For example, if you want to know how many different ways you can arrange the letters in the word "CAT", you would calculate the permutations of the three letters, which is 3! = 6.
- Permutations: Concerned with the arrangement.
- Formula: For n different objects, the number of permutations of n is n!.
- Combinations: Concerned with the selection.
- Formula: \( \binom{n}{r} = \frac{n!}{r!(n-r)!} \)
Factorial
The factorial of a number is a crucial mathematical concept used in various fields, especially combinatorics. It is used to represent the product of an integer and all the non-zero integers below it. For example, the factorial of 5 (denoted 5!) is 5 × 4 × 3 × 2 × 1 = 120.
Factorials grow very quickly. For instance, 10! is already 3,628,800, which helps explain why permutations and combinations can yield such large numbers of arrangements.
- Definition: \( n! = n \times (n-1) \times \cdots \times 2 \times 1 \)
- Special Case: By convention, 0! is defined as 1.
Factorials grow very quickly. For instance, 10! is already 3,628,800, which helps explain why permutations and combinations can yield such large numbers of arrangements.
Binomial Coefficient
The binomial coefficient, often denoted as \( \binom{n}{r} \), is a key concept in combinatorics for calculating combinations. It signifies the number of ways to choose r elements from a set of n elements, without regard to order. This concept is extensively used in probability, statistics, and algebra.
- Notation: \( \binom{n}{r} = \frac{n!}{r!(n-r)!} \)
- Application: Often used to calculate probabilities and in expressions of the binomial theorem.
Other exercises in this chapter
Problem 157
If the letters of word SACHIN are arranged in all possible ways and these words are written out as in dictionary, then the word SACHIN appears at serial number
View solution Problem 158
At an election, a voter may vote for any number of candidates, not greater than the number to be elected. There are 10 candidates and 4 are of be elected. If a
View solution Problem 160
From 6 different novels and 3 different dictionaries, 4 novels and 1 dictionary are to be selected and arranged in a row on the shelf so that the dictionary is
View solution Problem 161
There are two urns. Urn \(I\) has 3 distinct red balls and Urn II has 9 distinct blue balls. From each urn two balls are taken out at random and then transferre
View solution