By the end of this chapter you'll be able to…

  • 1Apply the multiplication rule for operations performed together and the addition rule for mutually exclusive alternatives
  • 2Compute permutations of distinct objects, with repetition allowed, and of objects not all distinct
  • 3Compute circular permutations and adjust where clockwise and anticlockwise arrangements are not distinguished
  • 4Compute combinations and use the properties nCr = nCn−r and nCr + nCr−1 = n+1Cr
  • 5Decide between permutation and combination by asking whether order matters, using the signalling words in the question
  • 6Handle restricted counting problems by treating a constrained group as a single unit
  • 7Find the nth term and sum of an arithmetic progression, using both forms of the sum formula
  • 8Find the nth term and sum of a geometric progression, and the sum of an infinite GP where the common ratio is less than one in magnitude
  • 9Recognise progressions inside depreciation, compound interest and perpetuity computations
💡
Why this chapter matters in CA Foundation
Counting problems look varied but reduce to two rules and one decision. The multiplication rule handles operations performed together, the addition rule handles mutually exclusive alternatives, and the decision between permutation and combination turns entirely on whether rearranging the chosen objects produces a different outcome. Progressions matter beyond the section itself: an infinite geometric series is what makes the present value of a perpetuity finite, written down value depreciation is a geometric progression with ratio one minus the rate, and the amounts under compound interest form a GP with ratio one plus the rate.

Permutations, Combinations, Sequences & Series

Weightage: Roughly 12 marks of the Business Mathematics section. Almost every error in counting problems comes from one question left unasked — does the order matter?

The fundamental principle of counting

Everything in counting rests on two rules.

The multiplication rule. If one operation can be performed in ways and, for each of these, a second can be performed in ways, then the two together can be performed in ways. This applies when the operations happen together or in succession — the word to look for is and.

The addition rule. If one operation can be performed in ways and an alternative operation in ways, and the two cannot happen together, then one or the other can be performed in ways. This applies to mutually exclusive alternatives — the word to look for is or.

A journey from A to B by one of 3 routes and then from B to C by one of 4 routes can be made in ways. But a journey from A to C either by air in 3 ways or by rail in 4 ways can be made in ways.

Misreading and for or is the single largest source of error in this chapter, ahead of any confusion about formulas.

Factorial notation

with the convention . That convention is not arbitrary: it is what makes the permutation and combination formulas work at their boundaries, since there is exactly one way to arrange nothing.

Factorials grow extremely fast, so questions are almost always designed so that terms cancel. Never compute a large factorial in full — write out the cancellation instead.

Permutations

A permutation is an arrangement in which order matters.

The number of permutations of distinct objects taken at a time:

The reasoning is the multiplication rule applied directly. The first position can be filled in ways, the second in ways since one object is used, the third in ways, and so on for positions. The product is exactly .

Two consequences: , the number of ways of arranging all objects; and .

Variations

Permutations with repetition allowed. Where an object may be used more than once, each of the positions can be filled in ways independently, giving . A four-digit code from ten digits with repetition allowed has possibilities.

Permutations of objects not all distinct. Where objects include alike of one kind, alike of another and alike of a third:

The division corrects for arrangements that are indistinguishable. The word STATISTICS has 10 letters with S appearing 3 times, T 3 times and I 2 times, so the number of distinct arrangements is .

Circular permutations. Arranging objects around a circle gives arrangements, not . In a circle there is no fixed starting point, so every arrangement can be rotated into positions that are all the same arrangement — dividing by gives .

Where clockwise and anticlockwise arrangements are not distinguished, as with a necklace of beads that can be flipped over, the count halves again to .

Combinations

A combination is a selection in which order does not matter.

The relationship to permutations makes the definition transparent:

To arrange objects out of , first select them, which can be done in ways, and then arrange the selected ones among themselves, which can be done in ways. Dividing the permutation count by removes the ordering and leaves the selection count.

Properties

Choosing objects to include is the same as choosing objects to exclude. This is worth using in computation: equals , which is far quicker to evaluate.

The last is a standard question type and the second possibility is the one candidates forget.

Deciding which to use

Ask whether rearranging the chosen objects produces a different outcome.

  • Selecting a committee of 3 from 10 people — a committee of A, B, C is the same committee however it is listed, so order does not matter. Combination.
  • Electing a president, secretary and treasurer from 10 people — A as president and B as secretary differs from B as president and A as secretary, so order matters. Permutation.
  • Forming a 4-digit number from given digits — 1234 differs from 4321. Permutation.
  • Drawing 5 cards from a pack — the hand is the same whatever order the cards arrive in. Combination.

Words signalling combination: select, choose, committee, group, team, sample, hand. Words signalling permutation: arrange, order, rank, word, number, seat, code.

Arithmetic progression

A sequence in which each term differs from the previous by a constant common difference .

where is the last term. The second form is often faster when the last term is known, and it makes the structure clear: the sum is the number of terms times the average of the first and last.

The derivation is worth knowing. Writing the sum forwards and backwards and adding pairs vertically gives pairs each summing to , so .

Useful results: the sum of the first natural numbers is ; three terms in AP are conveniently written , , , which makes their sum and simplifies most problems.

Geometric progression

A sequence in which each term is a constant multiple of the previous, the common ratio .

The two forms are algebraically identical; use whichever avoids a negative denominator. For the first is cleaner, and for the second.

Infinite geometric series

Where , the terms shrink towards zero and the series converges:

The condition is essential. If the terms do not shrink and the sum grows without limit.

This is the same mathematics that gives the present value of a perpetuity in the previous chapter: the payments form an infinite geometric series with common ratio , which is less than 1, and summing it gives .

Geometric mean. Between and , the geometric mean is , which is the mean proportional from the ratio chapter. Where three quantities are in GP, the middle one is the geometric mean of the other two.

Applications

Counting appears in business contexts as the number of ways of forming committees with conditions, of arranging items, or of selecting samples. Progressions appear in depreciation, where written down values form a GP with ratio ; in instalment schedules, where equal instalments form an AP if principal repayments are equal; and in compound interest itself, where the amounts at successive periods form a GP with ratio .

How this chapter is examined

Expect questions on arrangements of letters of a word with repeated letters; circular arrangements, sometimes with a restriction such as two persons sitting together; committee selection with a condition such as at least two women; the value of or from an equation in ; the nth term or sum of an AP or GP; and the sum of an infinite GP.

Two habits prevent most errors. First, ask explicitly whether order matters before choosing a formula. Second, where a restriction is imposed — two people must sit together, or a particular item must be included — handle the restriction first and count the remaining freedom afterwards. Treating a restricted pair as a single unit, and then multiplying by the arrangements within that unit, is the standard technique.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

The two counting rules
Multiplication rule (AND): operations performed together give m × n ways. Addition rule (OR): mutually exclusive alternatives give m + n ways.
Misreading 'and' for 'or' causes more errors than any formula confusion. Look for the connecting word before choosing.
Permutations
nPr = n! ÷ (n − r)!; nPn = n!; nP0 = 1; 0! = 1
Derived from the multiplication rule: n choices for the first place, n−1 for the second, and so on for r places.
Permutations with repetition
n^r where any object may be used more than once
Each of the r positions is filled independently from all n objects, so the choices multiply without reduction.
Permutations of objects not all distinct
n! ÷ (p! q! s!) where p, q, s objects are alike of each kind
The division removes arrangements that are indistinguishable from one another.
Circular permutations
(n − 1)! for n objects around a circle; (n − 1)!/2 where clockwise and anticlockwise are not distinguished
A circle has no fixed starting point, so each arrangement can be rotated into n identical positions — hence dividing n! by n.
Combinations
nCr = n! ÷ [r!(n − r)!], and nPr = nCr × r!
To arrange r of n objects, first select them (nCr ways) then arrange them (r! ways). Dividing by r! removes the ordering.
Properties of combinations
nCr = nCn−r; nCr + nCr−1 = n+1Cr; nC0 = nCn = 1; nC1 = n. If nCx = nCy then x = y or x + y = n.
The last has two possibilities and candidates routinely give only the first. Use nCr = nCn−r to simplify computation: 20C18 equals 20C2.
Arithmetic progression
tn = a + (n − 1)d; Sn = (n/2)[2a + (n − 1)d] = (n/2)(a + l)
The second form is faster when the last term is known, and shows the sum as the number of terms times the average of first and last.
Geometric progression
tn = ar^(n−1); Sn = a(rⁿ − 1)/(r − 1) for r > 1, or a(1 − rⁿ)/(1 − r) for r < 1
The two sum forms are algebraically identical; choose the one that avoids a negative denominator.
Infinite geometric series
S∞ = a ÷ (1 − r), valid only when |r| < 1
The condition is essential. This is the same computation that gives the present value of a perpetuity, where r = 1/(1 + i).
⚠️

Traps CA Foundation sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Adding when the operations happen together, or multiplying when they are alternatives
Look for the connecting word. 'And' means the operations are performed together, so multiply. 'Or' means mutually exclusive alternatives, so add.
WATCH OUT
Using nPr where the question asks for a selection
Ask whether rearranging the chosen objects gives a different outcome. A committee is the same committee however listed, so use nCr. Offices such as president and secretary differ by who holds which, so use nPr.
WATCH OUT
Using n! for arrangements around a circle
Circular arrangements give (n − 1)!, because a circle has no fixed starting point and each arrangement rotates into n identical ones. Halve again where clockwise and anticlockwise are not distinguished.
WATCH OUT
Forgetting to divide by the factorials of repeated letters
Where objects are not all distinct, divide n! by the factorial of the count of each repeated kind, otherwise indistinguishable arrangements are counted separately.
WATCH OUT
Giving only x = y when solving nCx = nCy
There are two possibilities: x = y, or x + y = n. The second follows from nCr = nCn−r and is the one candidates omit.
WATCH OUT
Computing large factorials in full
Questions are designed so terms cancel. Write out the cancellation rather than evaluating, and use nCr = nCn−r to reduce the arithmetic.
WATCH OUT
Applying the infinite GP formula when the common ratio is 1 or greater
The series converges only when |r| < 1. Otherwise the terms do not shrink and no finite sum exists — check the ratio before applying the formula.
WATCH OUT
Counting a restricted arrangement by ignoring the restriction first
Handle the restriction first. Where two people must sit together, treat them as a single unit, arrange the units, then multiply by the arrangements within the unit.
WATCH OUT
Using the number of terms wrongly in an AP sum
Find n from tn = a + (n − 1)d before summing. Off-by-one errors in n are the commonest arithmetic failure in progression questions.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Permutations, Combinations, Sequences & Series?

15 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

15 questions~11 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • 'And' means multiply; 'or' means add. Misreading the connector causes more errors than any formula confusion.
  • 0! = 1, and it is what makes the boundary cases of the formulas work.
  • nPr = n!/(n−r)! counts arrangements; nCr = n!/[r!(n−r)!] counts selections; nPr = nCr × r!.
  • Ask whether rearranging the chosen objects changes the outcome — that decides permutation against combination.
  • Repetition allowed and order mattering gives n^r.
  • Objects not all distinct: divide n! by the factorial of each repeated count.
  • Circular arrangements give (n−1)!, and (n−1)!/2 where clockwise and anticlockwise are the same.
  • nCr = nCn−r; if nCx = nCy then x = y OR x + y = n.
  • For 'must be together', treat the group as one unit, arrange the units, then arrange within the unit.
  • For 'no two together', arrange the others first and place the restricted items into the gaps.
  • AP: tn = a + (n−1)d and Sn = (n/2)(a + l) — the sum is the count times the average of first and last.
  • GP: tn = ar^(n−1); use a(rⁿ−1)/(r−1) when r > 1 and a(1−rⁿ)/(1−r) when r < 1.
  • An infinite GP sums to a/(1−r) only when |r| < 1.
  • Written down value depreciation is a GP with ratio (1−d); compound amounts form a GP with ratio (1+i).
  • Given two terms of a GP, divide to eliminate a; for an AP, subtract to eliminate a.

CA Foundation question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 12

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Ask whether order matters before selecting any formula; write the answer to that question down.
  2. Identify the connecting word — 'and' means multiply, 'or' means add.
  3. Handle restrictions first, then count the remaining freedom.
  4. Never evaluate a large factorial; write out the cancellation instead.
  5. Use nCr = nCn−r to reduce computation whenever r exceeds half of n.
  6. Check that a restricted count is smaller than the unrestricted count.
  7. Check that the sum of a GP exceeds its largest term, and that a term is not mistaken for a sum.
  8. Verify the common ratio or difference against more than one consecutive pair before using it.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Written down value depreciation is a geometric progression

Written down value depreciation is a geometric progression, which is why an asset's book value under that method approaches but never reaches zero.

Audit sampling uses combinations to determine the number …

Audit sampling uses combinations to determine the number of possible samples of a given size from a population.

Instalment schedules with equal principal repayments form…

Instalment schedules with equal principal repayments form an arithmetic progression in the total payment, since the interest component declines by a constant amount.

The infinite geometric series is what makes the present v…

The infinite geometric series is what makes the present value of a perpetuity, and hence the dividend growth model of share valuation, a finite number.

Where else this topic is tested

Prepare once, score in every exam that asks it.

CA Foundation Paper 3 — the probability chapter, which uses combinations to count outcomes
CA Intermediate Paper 6 — Financial Management, where progressions underlie annuity and growth models
CS Executive and CMA Foundation quantitative papers
CAT, XAT and banking aptitude tests, which examine counting at comparable depth

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Ask whether rearranging the chosen objects produces a different outcome. A committee of A, B and C is the same committee in any order, so it is a combination. A president, secretary and treasurer chosen from the same three people differ by who holds which office, so it is a permutation. Signalling words help: select, choose, committee and sample indicate combinations; arrange, rank, code and number indicate permutations.

Because a circle has no fixed starting point. Rotating everyone one seat clockwise leaves each person with the same neighbours, so it is the same arrangement. Every distinct arrangement therefore corresponds to n identical-looking seatings, and dividing n! by n gives (n−1)!. Equivalently, fix one person's seat to remove the rotational freedom and arrange the remaining n−1.

When clockwise and anticlockwise arrangements are not distinguishable — beads on a necklace, or flowers in a garland, which can be turned over so that an arrangement and its mirror image are the same object. Persons seated around a table are not halved, because a seating and its mirror image put different neighbours on each person's left.

Because nCr = nCn−r: choosing r objects to include is the same as choosing n−r to exclude. So the equation holds either when x and y are equal, or when they are complementary and sum to n. Candidates routinely give only the first, and questions are constructed precisely to test the second.

Break the condition into mutually exclusive cases, compute each with the multiplication rule, and add the cases. Where the cases are numerous, count the complement instead and subtract from the unrestricted total — that is faster for 'at least one', where the complement is the single case of none.

Because the terms shrink geometrically towards zero when |r| < 1, so the partial sums approach a limit rather than growing without bound. Each new term closes a fixed fraction of the remaining gap. This is exactly why a perpetuity has a finite present value: distant payments, once discounted, contribute almost nothing.
Header Logo