jane.mccoy
jane.mccoy 1d ago • 0 views

Solved Problems: Mastering Permutations (nPr) for Pre-Calculus Success

Hey everyone! 👋 Struggling with permutations in pre-calculus? I totally get it! It can be tricky, but once you understand the core concept, it becomes so much easier. I'll walk you through some solved problems to help you master nPr and ace your exams! 💯
🧮 Mathematics
🪄

🚀 Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

✨ Generate Custom Content

1 Answers

✅ Best Answer
User Avatar
andrea_cannon Jan 7, 2026

📚 Understanding Permutations ($nPr$)

Permutations are all about arrangements! In mathematics, a permutation is an arrangement of objects in a specific order. The order is super important here. If you change the order, you get a different permutation. The notation $nPr$ represents the number of permutations of $n$ distinct objects taken $r$ at a time.

📜 A Brief History

The study of permutations dates back centuries, arising from early investigations into combinatorics and probability. Mathematicians like Cardano and Pascal explored these concepts in the context of games of chance and other mathematical problems. Understanding permutations became crucial in fields like cryptography and coding theory.

🔑 Key Principles of Permutations

  • 🔢 Definition: A permutation is an arrangement of objects in a specific order.
  • 🧮 Formula: The number of permutations of $n$ objects taken $r$ at a time is given by: $nPr = \frac{n!}{(n-r)!}$, where $n!$ (n factorial) is the product of all positive integers up to $n$.
  • 🚫 No Repetition: In basic permutations, repetition of objects is not allowed. Each object can only be used once in an arrangement.
  • Order Matters: Changing the order of objects creates a new permutation. For example, ABC and ACB are different permutations.
  • 🤝 Distinct Objects: The objects being arranged are generally distinct. If objects are identical, the calculation becomes more complex.

💡 Solved Problems: Mastering Permutations

Problem 1: Simple Permutation

Question: How many ways can you arrange 3 books on a shelf from a set of 5 different books?

Solution: Here, $n = 5$ (total number of books) and $r = 3$ (number of books to arrange). Using the formula:

$5P3 = \frac{5!}{(5-3)!} = \frac{5!}{2!} = \frac{5 \times 4 \times 3 \times 2 \times 1}{2 \times 1} = 5 \times 4 \times 3 = 60$

There are 60 different ways to arrange the books.

Problem 2: Permutation with a Condition

Question: In how many ways can you arrange the letters in the word 'MATH' such that the vowel (A) is always in the middle?

Solution: Since 'A' must be in the middle, we only need to arrange the other 3 letters (M, T, H) in the remaining 3 positions. This is a permutation of 3 objects taken 3 at a time:

$3P3 = \frac{3!}{(3-3)!} = \frac{3!}{0!} = 3 \times 2 \times 1 = 6$

There are 6 ways to arrange the letters with 'A' in the middle.

Problem 3: Permutation with Restrictions

Question: A committee of 4 people is to be chosen from 7 people. In how many ways can this be done if a particular person must always be on the committee?

Solution: Since one person is always on the committee, we need to choose the remaining 3 people from the remaining 6 people. This is a permutation of 6 objects taken 3 at a time:

$6P3 = \frac{6!}{(6-3)!} = \frac{6!}{3!} = \frac{6 \times 5 \times 4 \times 3 \times 2 \times 1}{3 \times 2 \times 1} = 6 \times 5 \times 4 = 120$

There are 120 ways to form the committee.

Problem 4: Another Simple Permutation

Question: How many different 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5, 6, 7, 8, and 9 if no digit is repeated?

Solution: We have 9 digits to choose from, and we want to form a 4-digit number. This is a permutation of 9 objects taken 4 at a time:

$9P4 = \frac{9!}{(9-4)!} = \frac{9!}{5!} = \frac{9 \times 8 \times 7 \times 6 \times 5!}{5!} = 9 \times 8 \times 7 \times 6 = 3024$

There are 3024 different 4-digit numbers that can be formed.

Problem 5: Circular Permutation Concept

Question: In how many ways can 5 people be seated around a circular table?

Solution: For circular permutations, the formula is $(n-1)!$. So for 5 people:

$(5-1)! = 4! = 4 \times 3 \times 2 \times 1 = 24$

There are 24 ways to seat the 5 people around the circular table.

Problem 6: More Complex Example

Question: How many different words can be formed from the letters of the word 'MISSISSIPPI'?

Solution: This is a permutation with repetitions. The word has 11 letters, with I appearing 4 times, S appearing 4 times, and P appearing 2 times. The formula for permutations with repetitions is:

$\frac{n!}{n_1! n_2! ... n_k!}$

In this case, it's $\frac{11!}{4!4!2!} = \frac{39916800}{(24)(24)(2)} = 34650$

There are 34650 different words that can be formed.

Problem 7: Advanced Permutation

Question: From a group of 8 men and 6 women, how many committees of 3 men and 2 women can be formed?

Solution: We need to choose 3 men out of 8 and 2 women out of 6. The number of ways to choose men is $8P3 = \frac{8!}{(8-3)!} = \frac{8!}{5!} = 336$ and the number of ways to choose women is $6P2 = \frac{6!}{(6-2)!} = \frac{6!}{4!} = 30$. To find the total number of committees, multiply these two values:

$336 \times 30 = 10080$

There are 10080 possible committees.

🌍 Real-World Examples

  • 🔐 Cryptography: Permutations are used to generate and analyze encryption keys.
  • 🧬 Genetics: Understanding the arrangement of DNA sequences involves permutations.
  • 🎰 Lottery: Calculating the probability of winning a lottery involves permutation and combination concepts.
  • 💻 Computer Science: Sorting algorithms and data arrangement rely heavily on permutations.

🎓 Conclusion

Mastering permutations is essential for pre-calculus success and has applications in various fields. By understanding the formula, principles, and practicing with solved problems, you can confidently tackle permutation-related questions. Keep practicing, and you'll become a permutation pro in no time!

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀