Permutation and Combination Calculator BCF Education

Permutation and Combination Calculator BCF Education

Permutation and Combination Calculator BCF Education. Use the Permutation and Combination Calculator by BCF Education to quickly calculate nPr and nCr values online. This free, easy-to-use tool helps students solve probability and mathematics problems accurately in seconds.

Permutation and Combination Calculator BCF Education

BCF MathSolver — Permutation & Combination Calculator
BCF
BCFEducation
Math Tools
P(n, r) = n! / (n − r)! Order matters — arrangements of r items selected from n distinct items
n
Total number of distinct items in the set
r
Number of items to select (r ≤ n)
n = 10
01020304050

P(n, r)
C(n, r)
Step-by-Step Solution

Formula Reference

Permutation P(n,r)
P(n,r) = n! / (n − r)!
Order matters. The number of ways to arrange r items from n distinct items.
Combination C(n,r)
C(n,r) = n! / [r! × (n − r)!]
Order doesn't matter. The number of ways to choose r items from n without regard to sequence.
Factorial (n!)
n! = n × (n−1) × … × 2 × 1
0! = 1
Product of all positive integers up to n. The foundation of both formulas.
Key Relationship
P(n,r) = C(n,r) × r!
Permutations always ≥ Combinations. Multiplying combinations by r! introduces ordering.

Other Free tools

Free Convert Images to WebP, Fast, Free & Unlimited

Online Correlation Calculator, Calculate Pearson’s r with Interactive Scatter Plot

Permutation and Combination: A Complete Guide with Examples

Have you ever wondered how many possible ways you can arrange your books on a shelf? Or how many unique teams can be formed from a group of people? These questions fall into the fascinating world of permutation and combination — two core concepts of combinatorics, a branch of mathematics that deals with counting.

In this blog, we will break down:

  • What permutation and combination mean?
  • The key differences between them
  • Important formulas
  • Real-world applications
  • Solved examples
  • Frequently asked questions (FAQ)

Let’s dive in.

What is Permutation?

permutation is an arrangement of objects in a specific order. Changing the order creates a new permutation.

Key idea: Order matters.

Example of Permutation

Suppose you have 3 letters: A, B, C. How many 2-letter arrangements are possible?

Possible arrangements: AB, BA, AC, CA, BC, CB → 6 permutations.

Permutation Formula

P(n,r)=n!(nr)!P(n,r) = \frac{n\oc }{(n – r)\oc }

Where:

  • n = total number of objects
  • r = number of objects taken at a time
  • ! = factorial (e.g., 5!=5×4×3×2×1)

Types of Permutation

  1. Without repetition (most common)
  2. With repetition – formula:  nr

What is Combination?

combination is a selection of objects where order does not matter.

Key idea: Order is irrelevant.

Example of Combination

From the same 3 letters A, B, C, how many 2-letter groups (not arrangements) can be made?

Groups: AB, AC, BC → 3 combinations.
(Note: AB and BA are the same combination.)

Combination Formula

C(n,r)=n!r!(nr)!C(n,r) = \frac{n\oc }{r\oc (n – r)\oc }

Permutation vs Combination: Key Differences

FeaturePermutationCombination
Order matters?YesNo
ExamplePasswords, rankings, seatingChoosing team members, lottery numbers
Formulan!/(n−r)!n!/r!(n−r)!
ValueLargerSmaller (for same n, r)

Quick memory trick:
P for Permutation = Position matters
C for Combination = Choose (order doesn’t matter)

Real-Life Applications

  • Permutation – Creating lock codes, scheduling shifts, arranging seats, ranking search results.
  • Combination – Forming committees, selecting lottery numbers, choosing menu items, picking cards from a deck.

Solved Examples

Example 1 (Permutation)

Problem: How many ways can 5 people stand in a line for a photograph?
Solution: All 5 people arranged in order → P(5,5)=5!=120 ways.

Example 2 (Combination)

Problem: A committee of 3 is to be chosen from 10 members. How many committees?
Solution: Order doesn’t matter → C(10,3)=10!/3!7!=120 ​committees.

Example 3 (Permutation with repetition)

Problem: How many 3-digit codes can be made from digits 0-9 if repetition is allowed?
Solution: 10×10×10=1000 codes.

Common Mistakes to Avoid

  1. Using permutation when order doesn’t matter – If the problem says “choose” or “select,” think combination.
  2. Forgetting factorial calculations – Double-check 0!=1.
  3. Mixing up n and r – n is total items, r is chosen/arranged.

FAQs on Permutation and Combination

Q1: Is a password a permutation or combination?

A: Password is a permutation because “abc” ≠ “cba”.

Q2: What is the easiest way to remember formulas?

A: Permutation = n!/(n−r)!, Combination = divide permutation by r!.

Q3: Can permutation and combination be used together?

A: Yes. Many complex counting problems require both (e.g., arrange some, choose others).

Q4: Why is 0!=1?

A: By definition, there is exactly 1 way to arrange zero objects.

Final Thoughts

Understanding permutation and combination is essential not just for exams like the GMAT, GRE, or SAT, but also for solving everyday problems in probability, statistics, and computer science. The key is to first ask: Does order matter?

  • If yes → Use permutation
  • If no → Use combination

Practice with real-world scenarios, and soon you’ll be able to count possibilities like a pro.

Loved this guide?
Share it with a friend who’s struggling with combinatorics. Follow our blogs for more math and test-prep content.