Fatskills
Practice. Master. Repeat.
Study Guide: Introductory Statistics: Probability Counting Methods Permutations vs Combinations n n-rr
Source: https://www.fatskills.com/praxis/chapter/introductorystatistics-introductory-statistics-probability-counting-methods-permutations-vs-combinations-n-n-rr

Introductory Statistics: Probability Counting Methods Permutations vs Combinations n n-rr

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

What Is This?

Counting Methods: Permutations vs Combinations refers to the mathematical techniques used to determine the number of ways to arrange or select items from a set. Permutations count the arrangements where order matters, while combinations count the selections where order does not matter. This topic appears in exams to test your ability to distinguish between situations requiring permutations and those requiring combinations, and to apply the correct formulas accurately.

Why It Matters

This topic is frequently tested in mathematics and statistics exams, as well as in quantitative sections of standardized tests like the GRE, GMAT, and SAT. It typically carries moderate to high marks and tests your logical reasoning and computational skills. Understanding permutations and combinations is crucial for solving problems in probability, combinatorics, and data analysis.

Core Concepts

  1. Permutations: Arrangements where order matters. The formula is ( P(n, r) = \frac{n!}{(n-r)!} ).
  2. Combinations: Selections where order does not matter. The formula is ( C(n, r) = \frac{n!}{r!(n-r)!} ).
  3. Factorial: The product of all positive integers up to a given number, denoted as ( n! ).
  4. Distinction: Permutations consider the order of selection, while combinations do not.
  5. Edge Cases: Understanding when ( r = n ) or ( r = 0 ) can simplify the problem.

Prerequisites

  1. Basic Arithmetic: You must be comfortable with multiplication and division.
  2. Factorials: Understanding what ( n! ) means and how to calculate it.
  3. Set Theory: Basic knowledge of sets and subsets.

The Rule-Book (How It Works)


Permutations

  • Primary Rule: ( P(n, r) = \frac{n!}{(n-r)!} )
  • Sub-rules:
  • If ( r = n ), then ( P(n, n) = n! ).
  • If ( r = 0 ), then ( P(n, 0) = 1 ).
  • Mnemonic: "Permutations Pick Order."

Combinations

  • Primary Rule: ( C(n, r) = \frac{n!}{r!(n-r)!} )
  • Sub-rules:
  • If ( r = n ), then ( C(n, n) = 1 ).
  • If ( r = 0 ), then ( C(n, 0) = 1 ).
  • Mnemonic: "Combinations Choose Any."

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple Choice, Short Answer, Problem-Solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Permutations Formula: ( P(n, r) = \frac{n!}{(n-r)!} )
  2. Combinations Formula: ( C(n, r) = \frac{n!}{r!(n-r)!} )
  3. Factorial Rule: ( n! = n \times (n-1) \times (n-2) \times \ldots \times 1 )

Worked Examples (Step-by-Step)


Easy

Question: How many ways can you arrange 3 different books on a shelf? 1. Identify the problem type: Permutations (order matters).
2. Use the permutations formula: ( P(3, 3) = \frac{3!}{(3-3)!} = 3! = 6 ).
3. Answer: 6 ways.

Medium

Question: In how many ways can you choose 3 books out of 5 to take on a trip? 1. Identify the problem type: Combinations (order does not matter).
2. Use the combinations formula: ( C(5, 3) = \frac{5!}{3!(5-3)!} = \frac{5 \times 4 \times 3!}{3! \times 2!} = 10 ).
3. Answer: 10 ways.

Hard

Question: How many different 4-letter words can be formed using the letters from the word "MATH"? 1. Identify the problem type: Permutations (order matters).
2. Use the permutations formula: ( P(4, 4) = \frac{4!}{(4-4)!} = 4! = 24 ).
3. Answer: 24 words.

Common Exam Traps & Mistakes

  1. Mistake: Using the permutations formula for a combinations problem.
  2. Wrong Answer: ( P(5, 3) = 60 ) instead of ( C(5, 3) = 10 ).
  3. Correct Approach: Identify if order matters.

  4. Mistake: Forgetting to simplify factorials.

  5. Wrong Answer: ( \frac{5!}{3!} = 120 ) instead of ( \frac{5 \times 4 \times 3!}{3!} = 20 ).
  6. Correct Approach: Cancel out common terms in factorials.

  7. Mistake: Misinterpreting the problem type.

  8. Wrong Answer: ( C(4, 4) = 1 ) instead of ( P(4, 4) = 24 ).
  9. Correct Approach: Determine if the order of selection is important.

Shortcut Strategies & Exam Hacks

  • Memory Aid: "P for Permutations, C for Combinations."
  • Elimination Strategy: If the problem mentions "arrange" or "order," it's likely permutations.
  • Pattern Recognition: Look for keywords like "choose," "select," or "pick" for combinations.

Question-Type Taxonomy

  1. Multiple Choice: Common in standardized tests.
  2. Example: How many ways can you arrange 4 different books? A) 12 B) 24 C) 48 D) 120
  3. Favored By: SAT, GRE

  4. Short Answer: Direct calculation questions.

  5. Example: Calculate ( C(6, 2) ).
  6. Favored By: Math exams

  7. Problem-Solving: Applied scenarios.

  8. Example: In how many ways can you form a committee of 3 from 10 people?
  9. Favored By: Statistics exams

Practice Set (MCQs)


Question 1

Question: How many ways can you arrange 3 different fruits in a row? - Options: A) 3 B) 6 C) 9 D) 12 - Correct Answer: B) 6 - Explanation: Use the permutations formula ( P(3, 3) = 3! = 6 ).
- Why the Distractors Are Tempting: A) Confuses with simple addition, C) and D) are common miscalculations.

Question 2

Question: In how many ways can you choose 2 cards out of 5? - Options: A) 5 B) 10 C) 15 D) 20 - Correct Answer: B) 10 - Explanation: Use the combinations formula ( C(5, 2) = \frac{5!}{2!(5-2)!} = 10 ).
- Why the Distractors Are Tempting: A) Simple count, C) and D) are overestimations.

Question 3

Question: How many different 3-letter words can be formed using the letters from the word "CAT"? - Options: A) 3 B) 6 C) 9 D) 27 - Correct Answer: B) 6 - Explanation: Use the permutations formula ( P(3, 3) = 3! = 6 ).
- Why the Distractors Are Tempting: A) Simple count, C) and D) are miscalculations.

Question 4

Question: In how many ways can you select 4 books out of 8? - Options: A) 28 B) 56 C) 70 D) 84 - Correct Answer: C) 70 - Explanation: Use the combinations formula ( C(8, 4) = \frac{8!}{4!(8-4)!} = 70 ).
- Why the Distractors Are Tempting: A) and B) are underestimations, D) is an overestimation.

Question 5

Question: How many ways can you arrange 5 different toys on a shelf? - Options: A) 20 B) 60 C) 120 D) 720 - Correct Answer: C) 120 - Explanation: Use the permutations formula ( P(5, 5) = 5! = 120 ).
- Why the Distractors Are Tempting: A) and B) are underestimations, D) is an overestimation.

30-Second Cheat Sheet

  • Permutations: ( P(n, r) = \frac{n!}{(n-r)!} )
  • Combinations: ( C(n, r) = \frac{n!}{r!(n-r)!} )
  • Factorial: ( n! = n \times (n-1) \times \ldots \times 1 )
  • Permutations: Order matters
  • Combinations: Order does not matter
  • Edge cases: ( r = n ) or ( r = 0 )

Learning Path

  1. Beginner Foundation: Understand basic arithmetic and factorials.
  2. Core Rules: Learn the permutations and combinations formulas.
  3. Practice: Solve simple problems to apply the formulas.
  4. Timed Drills: Practice under exam conditions.
  5. Mock Tests: Take full-length practice exams.

Related Topics

  1. Probability: Permutations and combinations are foundational for probability calculations.
  2. Statistics: Used in sampling and experimental design.
  3. Data Analysis: Essential for understanding different ways to organize and select data.


ADVERTISEMENT