Mathematics · JEE

Permutations and Combinations Formula Sheet for JEE

45+ JEE formulas in this unit

Quick answer

The Permutations and Combinations JEE formula sheet lists 45+ important formulas for JEE Main and Advanced, including essential identities from The fundamental principle of counting, Permutations and combinations, Meaning of P(n,r) and C(n,r), Simple applications. Revise essential formulas first, then practise MCQs on Goodmarks.

Download-free JEE mathematics formula revision for Permutations and Combinations. This unit-wise formula list covers 45+ exam-relevant results across The fundamental principle of counting, Permutations and combinations, Meaning of P(n,r) and C(n,r), Simple applications, organised by subtopic for quick last-minute revision.

JEE Formula Sheet

45 formulas across 4 subtopics — organised for JEE Main & Advanced revision

Practise MCQs for this unit
Essential: 18Important: 22Supplementary: 5

The fundamental principle of counting

If one task can be done in m ways and another disjoint task in n ways, then one of them can be done in m+n ways.\text{If one task can be done in }m\text{ ways and another disjoint task in }n\text{ ways, then one of them can be done in }m+n\text{ ways.}
Variables
m,nm,n are the numbers of ways of mutually exclusive choices.
Conditions
Choices counted must be mutually exclusive and collectively represent the required selection.
Where used in JEE
Counting cases split into non-overlapping categories; arrangement/selection by cases.
If a process has successive independent stages with n1,n2,,nk choices respectively, then total ways =n1n2nk.\text{If a process has successive independent stages with }n_1,n_2,\dots,n_k\text{ choices respectively, then total ways }=n_1n_2\cdots n_k.
Variables
n1,n2,,nkn_1,n_2,\dots,n_k are numbers of choices at successive stages.
Conditions
Each final outcome is formed by choosing one option from each stage.
Where used in JEE
Core counting in passwords, digit arrangements, distributions, constrained permutations.

Permutations and combinations

n!=123nn!=1\cdot 2\cdot 3\cdots n for n1n\ge 1, and 0!=10!=1.
Variables
nn is a non-negative integer.
Conditions
Defined for non-negative integers.
Where used in JEE
Permutations, combinations, multinomial counts, circular arrangements.
(n+1)!=(n+1)n!(n+1)!=(n+1)n!
Variables
nn is a non-negative integer.
Conditions
Valid for all non-negative integers nn.
Where used in JEE
Simplifying permutation/combination expressions and recurrences.
nCr=nCnr\,{}^nC_r={}^nC_{n-r}
Variables
nn is total number of objects, rr is number selected.
Conditions
0rn0\le r\le n.
Where used in JEE
Simplification, finding greatest binomial coefficient, complementary counting.
nC0=nCn=1,nC1=nCn1=n\,{}^nC_0={}^nC_n=1,\quad {}^nC_1={}^nC_{n-1}=n
Variables
nn is a non-negative integer.
Conditions
Valid for n1n\ge 1 where needed.
Where used in JEE
Edge cases in identities and expansions.
nCr=n1Cr+n1Cr1\,{}^nC_r={} ^{n-1}C_r+{}^{n-1}C_{r-1}
Variables
n,rn,r are integers.
Conditions
1rn11\le r\le n-1.
Where used in JEE
Recursive evaluation, binomial coefficient proofs, counting by inclusion of a fixed element.
nCr+1nCr=nrr+1\dfrac{{}^nC_{r+1}}{{}^nC_r}=\dfrac{n-r}{r+1}
Variables
nn is fixed, rr varies.
Conditions
0rn10\le r\le n-1.
Where used in JEE
Finding greatest term/coefficient, monotonicity of binomial coefficients.
nCr=nrn1Cr1\,{}^nC_r=\dfrac{n}{r}\,{}^{n-1}C_{r-1}
Variables
n,rn,r are integers.
Conditions
1rn1\le r\le n.
Where used in JEE
Simplifying expressions and solving equations involving binomial coefficients.
nCr=nnrn1Cr\,{}^nC_r=\dfrac{n}{n-r}\,{}^{n-1}C_r
Variables
n,rn,r are integers.
Conditions
0rn10\le r\le n-1.
Where used in JEE
Simplifying expressions and comparing adjacent coefficients.
nrn^r
Variables
nn is number of available distinct objects/symbols, rr is number of positions filled.
Conditions
Each of the rr positions can be filled independently by any of the nn objects; repetition allowed.
Where used in JEE
Code formation, digit strings, selections with replacement where order matters.
n!p1!p2!pk!\frac{n!}{p_1!p_2!\cdots p_k!}
Variables
Among nn total objects, identical objects occur in groups of sizes p1,p2,,pkp_1,p_2,\dots,p_k with p1++pk=np_1+\cdots+p_k=n.
Conditions
Objects within each group are identical.
Where used in JEE
Arrangements of words with repeated letters, repeated symbols in linear order.
n+r1Cr=(n+r1)!r!(n1)!{}^{n+r-1}C_r=\frac{(n+r-1)!}{r!(n-1)!}
Variables
nn is number of distinct types, rr is number of selections.
Conditions
n1,r0n\ge 1, r\ge 0; repetition allowed; order not important.
Where used in JEE
Selection of items where repeats are allowed, stars and bars basic form.
r=0nnCr=2n\displaystyle \sum_{r=0}^{n} {}^nC_r=2^n
Variables
nn is a non-negative integer.
Conditions
Valid for all non-negative integers nn.
Where used in JEE
Subset counting, simplifying combinatorial sums.
r=0n(1)rnCr=0\displaystyle \sum_{r=0}^{n} (-1)^r {}^nC_r=0
Variables
nn is a positive integer.
Conditions
For n1n\ge 1.
Where used in JEE
Binomial sums and alternating counting arguments.
r=0nrnCr=n2n1\displaystyle \sum_{r=0}^{n} r\,{}^nC_r=n2^{n-1}
Variables
nn is a non-negative integer.
Conditions
Valid for all non-negative integers nn.
Where used in JEE
Expected-value style counting, combinatorial sum simplification.
r=0nr(r1)nCr=n(n1)2n2\displaystyle \sum_{r=0}^{n} r(r-1)\,{}^nC_r=n(n-1)2^{n-2}
Variables
nn is a non-negative integer.
Conditions
Valid for n2n\ge 2.
Where used in JEE
Higher weighted binomial sums.
Greatest value among nC0,nC1,,nCn occurs at r=n/2 and also at r=n/2 if n is odd.\text{Greatest value among }{}^nC_0,{}^nC_1,\dots,{}^nC_n\text{ occurs at }r=\lfloor n/2\rfloor\text{ and also at }r=\lceil n/2\rceil\text{ if }n\text{ is odd.}
Variables
nn is a non-negative integer.
Conditions
For even nn, unique greatest coefficient is nCn/2{}^nC_{n/2}; for odd nn, two equal greatest coefficients are nC(n1)/2{}^nC_{(n-1)/2} and nC(n+1)/2{}^nC_{(n+1)/2}.
Where used in JEE
Maximum term/coefficient questions.
k=0rmCknCrk=m+nCr\displaystyle \sum_{k=0}^{r} {}^mC_k\,{}^nC_{r-k}={} ^{m+n}C_r
Variables
m,n,rm,n,r are non-negative integers.
Conditions
Terms with invalid lower indices are treated as zero.
Where used in JEE
Advanced combinatorial sums and coefficient comparison.
k=rnkCr=n+1Cr+1\displaystyle \sum_{k=r}^{n} {}^kC_r={} ^{n+1}C_{r+1}
Variables
n,rn,r are non-negative integers with rnr\le n.
Conditions
Valid for integer indices in range.
Where used in JEE
Summation of diagonals in Pascal triangle.
nCrrCk=nCknkCrk\,{}^nC_r\,{}^rC_k={}^nC_k\,{}^{n-k}C_{r-k}
Variables
n,r,kn,r,k are integers.
Conditions
0krn0\le k\le r\le n.
Where used in JEE
Two-stage selection and combinatorial simplification.

Meaning of P(n,r) and C(n,r)

nPn=n!^nP_n=n!
Variables
nn is the number of distinct objects.
Conditions
All nn objects are distinct and all are arranged.
Where used in JEE
Arranging all distinct objects in a line.
nPr=n!(nr)!{}^nP_r=\frac{n!}{(n-r)!}
Variables
nn is total number of distinct objects, rr is number arranged.
Conditions
0rn0\le r\le n, n,rZ0n,r\in \mathbb{Z}_{\ge 0}.
Where used in JEE
Ordered selections, rank arrangements, number formation, seating.
nCr=n!r!(nr)!{}^nC_r=\frac{n!}{r!(n-r)!}
Variables
nn is total number of distinct objects, rr is number selected.
Conditions
0rn0\le r\le n, n,rZ0n,r\in \mathbb{Z}_{\ge 0}.
Where used in JEE
Unordered selections, committee formation, choosing groups.
nPr=r!nCr\,{}^nP_r=r!\,{}^nC_r
Variables
nn is total number of distinct objects, rr is number chosen.
Conditions
0rn0\le r\le n.
Where used in JEE
Converting ordered counts to unordered counts and vice versa.
nP0=1,nP1=n\,{}^nP_0=1,\quad {}^nP_1=n
Variables
nn is a non-negative integer.
Conditions
Valid for non-negative integer nn.
Where used in JEE
Edge cases in counting and recurrence simplification.
nPr+1nPr=nr\dfrac{{}^nP_{r+1}}{{}^nP_r}=n-r
Variables
nn is fixed, rr varies.
Conditions
0rn10\le r\le n-1.
Where used in JEE
Recurrence simplification, comparison of successive permutation counts.
nPr=nn1Pr1\,{}^nP_r=n\,{}^{n-1}P_{r-1}
Variables
n,rn,r are integers.
Conditions
1rn1\le r\le n.
Where used in JEE
Recursive counting and simplification.
nPr=(nr+1)nPr1\,{}^nP_r=(n-r+1)\,{}^nP_{r-1}
Variables
n,rn,r are integers.
Conditions
1rn1\le r\le n.
Where used in JEE
Building permutations stepwise and evaluating ratios.
nPrnrPs=nPr+s\,{}^nP_r\,{}^{n-r}P_s={}^nP_{r+s}
Variables
n,r,sn,r,s are integers.
Conditions
r,s0r,s\ge 0 and r+snr+s\le n.
Where used in JEE
Sequential ordered selections without repetition.

Simple applications

(n1)!(n-1)!
Variables
nn is number of distinct objects.
Conditions
Objects arranged around a circle; rotations considered identical.
Where used in JEE
Round table seating, necklace-like circular seating without reflection identification.
(m!)(k!)(m!)(k!) or more generally treat the grouped objects as one unit, so total units arranged factorially and internal arrangements multiplied separately.
Variables
kk objects in one group; mm denotes number of resulting units after grouping.
Conditions
Grouped objects are required to remain adjacent.
Where used in JEE
Seating/word arrangements with specified objects together.
Required count=Total arrangementsarrangements with those objects together\text{Required count} = \text{Total arrangements} - \text{arrangements with those objects together}
Variables
Count depends on the objects and constraints of the problem.
Conditions
Use complement counting after evaluating the together-case.
Where used in JEE
Linear arrangement restrictions such as no two vowels together, men/women separation constraints.
nrn^r
Variables
nn is number of distinct boxes, rr is number of distinct objects.
Conditions
Each object goes to exactly one box; boxes may be empty.
Where used in JEE
Assignment problems and mapping-style counting.
x1+x2++xn=rx_1+x_2+\cdots+x_n=r has n+r1Cr\,{}^{n+r-1}C_{r} solutions
Variables
x1,x2,,xnx_1,x_2,\dots,x_n are non-negative integers.
Conditions
r0,n1r\ge 0, n\ge 1.
Where used in JEE
Distribution of identical objects, stars and bars, integer solution counting.
x1+x2++xn=rx_1+x_2+\cdots+x_n=r has r1Cn1\,{}^{r-1}C_{n-1} solutions
Variables
x1,x2,,xnx_1,x_2,\dots,x_n are positive integers.
Conditions
rn1r\ge n\ge 1.
Where used in JEE
Distribution of identical objects with each box non-empty.
x1+x2++xn=r, xiaix_1+x_2+\cdots+x_n=r,\ x_i\ge a_i\Rightarrow number of solutions =rai+n1Cn1=\,{}^{r-\sum a_i+n-1}C_{n-1}
Variables
aia_i are given non-negative integers; set yi=xiaiy_i=x_i-a_i.
Conditions
rair\ge \sum a_i.
Where used in JEE
Integer solution problems with minimum allocation constraints.
x1+x2++xn=r, xi1x_1+x_2+\cdots+x_n=r,\ x_i\ge 1\Rightarrow number of solutions =r1Cn1=\,{}^{r-1}C_{n-1}
Variables
xix_i are positive integers.
Conditions
rnr\ge n.
Where used in JEE
At least one item per box, partitioning totals into positive parts.
Required count=Total countUnwanted count\text{Required count} = \text{Total count} - \text{Unwanted count}
Variables
Counts depend on the problem context.
Conditions
Unwanted cases should be easier to count and together with wanted cases partition the sample space.
Where used in JEE
At least one, none, not together, digit/arrangement restrictions.
If first position has a choices and remaining positions have b2,b3,,bk choices, total=ab2b3bk\text{If first position has }a\text{ choices and remaining positions have }b_2,b_3,\dots,b_k\text{ choices, total}=a\,b_2b_3\cdots b_k
Variables
a,b2,,bka,b_2,\dots,b_k denote available choices at positions.
Conditions
Use position-wise counting; often first digit of a number cannot be zero.
Where used in JEE
Number formation problems from digits with/without repetition.
Number of ordered arrangements of r chosen from n=nCrr!=nPr\text{Number of ordered arrangements of }r\text{ chosen from }n = {}^nC_r\cdot r! = {}^nP_r
Variables
nn is total number of distinct objects, rr is number used.
Conditions
0rn0\le r\le n.
Where used in JEE
Problems naturally split into selection then arrangement.

Frequently asked questions

What are the important Permutations and Combinations formulas for JEE?

This page lists 45+ JEE-relevant Permutations and Combinations formulas organised by subtopic. Start with essential formulas, then important identities before supplementary shortcuts.

Is this Permutations and Combinations formula sheet aligned with JEE Main?

Yes. Every formula is mapped to the JEE Main Mathematics syllabus for Permutations and Combinations, covering The fundamental principle of counting, Permutations and combinations, Meaning of P(n,r) and C(n,r), Simple applications.

How should I revise the Permutations and Combinations formula sheet before JEE?

Revise essential formulas daily, important ones every 2–3 days, and supplementary results weekly. After each pass, solve 10–15 MCQs to test recall under exam conditions.

Where can I practise Permutations and Combinations MCQs after revising formulas?

Use the Online Practice or MCQs pages for the same unit on Goodmarks to convert formula recall into problem-solving speed.

Does this replace NCERT for Permutations and Combinations?

No — use this formula sheet for quick revision alongside NCERT and your coaching notes. Formulas here are a condensed reference, not a substitute for concept building.