Permutations with Restrictions

<p><a href="https://www.prepswift.com/quizzes/quiz/prepswift-permutations-with-restrictions" target="_blank">Permutations with Restrictions Exercise</a></p><p>Some problems deal with <strong><span style="color:#8e44ad;">Permutations with Restrictions</span></strong>. The best way to illustrate this concept is to contrast it with permutations without restrictions.</p> <p style="text-align: center;"><span style="color:#27ae60;">Permutations without restrictions</span></p> <p style="text-align: center;"><em>How many ways can the letters $ABCDE$ be distinctly arranged?</em></p> <p style="text-align: center;"><span style="color:#e74c3c;">Permutations with restrictions</span></p> <p style="text-align: center;"><em>How many ways can the letters $ABCDE$ be distinctly arranged whereby a vowel is not at either end?</em></p> <p><strong><span style="color:#27ae60;">How Do We Solve?</span></strong></p> <p><strong><u>The First Case</u></strong></p> <p>In the first case, we simply use the &quot;choice&quot; method and say to ourselves well five letters can go in the first spot, four letters in the second, three in the third, two in the fourth, and one in the last.</p> <p>$$5 \times 4 \times 3 \times 2 \times 1 = 120$$</p> <p style="text-align: center;"><span style="color:#2980b9;"><em>Imagine there are little horizontal hash marks below each number.</em></span></p> <p><strong><u>The Second Case</u></strong></p> <p>In the second case, we still use the &quot;choice&quot; method but we account for the restriction.</p> <ul> <li>In the first place we cannot have a vowel. I can use $B$, $C$, or $D$. So that&#39;s three choices.</li> <li>In the last place, we also cannot use a vowel. Two letters are remaining of the original three non-vowels. So that&#39;s two choices.</li> <li>For the rest of the places, there are no restrictions, so three choices for the second spot, two choices for the third, and one for the fourth:</li> </ul> <p>$$3 \times 2 \times 3 \times 2 \times 1 = 36$$</p> <p style="text-align: center;"><span style="color:#2980b9;"><em>Imagine there are little horizontal hash marks below each number.</em></span></p>