Open In App

Permutation vs Combination

Last Updated : 20 Jan, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

The key differences between Permutation and Combination are as follows:

Feature

PermutationCombination

Definition

Arrangement of objects in a specific order.Selection of objects without regard to order.

Formula

\text{P(n, r)} = \frac{n!}{(n - r)!}

\text{C(n, r)} = \frac{n!}{r!(n - r)!}

Order

Order is important.Oder does not hold any relevance. 

Example

Arranging 3 books in a shelf.Choosing 3 books from a pile.

Related Articles:


Next Article

Similar Reads