KP Kerala Prep
📝 Test yourself with a quick quiz
10 questions · ~5 min · instant score
Start →
Graduate Level intermediate Probability Permutation Combination Mental Ability Kerala PSC Maths

Mental Ability: Probability, Permutation, and Combination — Formulas and Solved PSC Problems

Complete guide to nPr, nCr formulas, basic probability, mutually exclusive events, independent events — with 10 solved Kerala PSC-style problems and shortcuts.

📝
Take a quick quiz
10 Qs · ~5 min
📊
Try a full mock
100 Qs · 75 min · PSC scoring
📋 At a glance

Complete guide to nPr, nCr formulas, basic probability, mutually exclusive events, independent events — with 10 solved Kerala PSC-style problems and shortcuts.

#Probability #Permutation #Combination #Mental Ability #Kerala PSC Maths

Permutation, Combination, and Probability questions appear in almost every Kerala PSC graduate-level exam (1-3 questions). This note covers all formulas, concepts, and 10 fully solved problems in the PSC pattern.

Fundamental Counting Principle

PrincipleRule
Multiplication PrincipleIf task A can be done in m ways AND task B in n ways, together they can be done in m x n ways
Addition PrincipleIf task A can be done in m ways OR task B in n ways (mutually exclusive), total = m + n ways

Factorial

SymbolMeaningExample
n!n x (n-1) x (n-2) x … x 2 x 15! = 5 x 4 x 3 x 2 x 1 = 120
0!1 (by definition)
1!1
ValueResult
2!2
3!6
4!24
5!120
6!720
7!5,040
8!40,320
9!3,62,880
10!36,28,800

Permutation (nPr) — Order MATTERS

FormulanPr = n! / (n-r)!
MeaningNumber of ways to ARRANGE r items from n items
When to useWhen ORDER matters (first, second, third…)
ExampleArranging 3 books from 5 on a shelf
ScenarioFormula
Arrange r from nnPr = n!/(n-r)!
Arrange all n itemsn!
Circular arrangement of n(n-1)!
Arrange with repetition (p items same, q items same)n! / (p! x q!)
Arrange r from n with repetition allowedn^r

Combination (nCr) — Order does NOT matter

FormulanCr = n! / [r! x (n-r)!]
MeaningNumber of ways to SELECT r items from n items
When to useWhen ORDER does not matter (just choosing)
ExampleSelecting 3 members from 5 for a committee
Key PropertiesFormula
nC0 = nCn1
nC1n
nCr = nC(n-r)Symmetry (10C3 = 10C7)
nCr + nC(r-1)(n+1)Cr (Pascal’s rule)

Common Values (Memorize for Speed)

ExpressionValue
10C245
10C3120
12C266
52C152
6C215
8C356
5C210
5C310

Probability Basics

ConceptFormula
Probability of event AP(A) = Favorable outcomes / Total outcomes
Range0 to 1 (0 = impossible, 1 = certain)
ComplementP(not A) = 1 - P(A)
Sure eventP = 1
Impossible eventP = 0

Types of Events

TypeDefinitionP(A or B)
Mutually ExclusiveCannot happen together (A and B = empty)P(A) + P(B)
Non-mutually ExclusiveCan happen togetherP(A) + P(B) - P(A and B)
IndependentOccurrence of one does not affect otherP(A and B) = P(A) x P(B)
DependentOccurrence of one affects otherP(A and B) = P(A) x P(B given A)

Key Probability Formulas

ScenarioFormula
P(A or B) — generalP(A) + P(B) - P(A and B)
P(A or B) — mutually exclusiveP(A) + P(B)
P(A and B) — independentP(A) x P(B)
P(at least one)1 - P(none)
Odds in favorFavorable : Unfavorable
Odds againstUnfavorable : Favorable

Solved PSC-Style Problems

Problem 1: Basic Permutation

Q: In how many ways can 5 people be seated in a row?

StepCalculation
This is arrangement of all 55! = 120
Answer120

Problem 2: Combination (Committee)

Q: From 8 men and 5 women, a committee of 5 is to be formed with 3 men and 2 women. How many ways?

StepCalculation
Select 3 men from 88C3 = 56
Select 2 women from 55C2 = 10
Total (multiply)56 x 10 = 560
Answer560

Problem 3: Word Arrangement

Q: How many words can be formed from the letters of “KERALA”?

StepCalculation
Total letters6
Repeated: A appears 2 times
Formula6! / 2! = 720/2 = 360
Answer360

Problem 4: Circular Arrangement

Q: In how many ways can 6 people sit around a round table?

StepCalculation
Circular arrangement formula(n-1)!
(6-1)! = 5!120
Answer120

Problem 5: Probability (Dice)

Q: Two dice are thrown. What is the probability of getting a sum of 7?

StepCalculation
Total outcomes6 x 6 = 36
Favorable: (1,6),(2,5),(3,4),(4,3),(5,2),(6,1)6 outcomes
P = 6/361/6
Answer1/6

Problem 6: Probability (Cards)

Q: A card is drawn from a pack of 52. What is the probability of getting a King or a Heart?

StepCalculation
P(King)4/52
P(Heart)13/52
P(King AND Heart) = King of Hearts1/52
P(King OR Heart) = 4/52 + 13/52 - 1/5216/52 = 4/13
Answer4/13

Problem 7: Probability (At least one)

Q: A coin is tossed 3 times. What is the probability of getting at least one head?

StepCalculation
P(no head) = P(all tails)(1/2)^3 = 1/8
P(at least one head) = 1 - P(no head)1 - 1/8 = 7/8
Answer7/8

Problem 8: Combination (Selection)

Q: In how many ways can 4 letters be selected from the word “PROBLEM”?

StepCalculation
Total distinct letters in PROBLEM7
Select 4 from 77C4 = 7C3 = 35
Answer35

Problem 9: Probability (Balls in Bag)

Q: A bag contains 5 red and 3 blue balls. Two balls are drawn at random. What is the probability that both are red?

StepCalculation
Total balls8
Total ways to draw 28C2 = 28
Ways to draw 2 red from 55C2 = 10
P(both red) = 10/285/14
Answer5/14

Problem 10: Permutation (Number Formation)

Q: How many 3-digit numbers can be formed using digits 1, 2, 3, 4, 5 without repetition?

StepCalculation
Hundreds place: 5 choices5
Tens place: 4 remaining4
Units place: 3 remaining3
Total = 5 x 4 x 360
Answer60 (same as 5P3)

Quick Decision: Permutation or Combination?

Keyword in QuestionUseWhy
Arrange, seat, order, rank, word formationPermutationOrder matters
Select, choose, committee, group, teamCombinationOrder does not matter
”In how many ways can X be arranged”PermutationArrangement
”In how many ways can X be selected”CombinationSelection

PSC Exam Shortcuts

ShortcutApplication
nC2 = n(n-1)/2Quick calculation for “choose 2”
Handshakes among n peoplenC2 = n(n-1)/2
Diagonals of n-sided polygonnC2 - n = n(n-3)/2
Matches in tournament (each plays each)nC2
P(at least 1) = 1 - P(none)Fastest method for “at least” questions

Memory Aid: Permutation = Position matters (arrangement). Combination = Choice only (selection). “The COMMITTEE doesn’t care who sits where” = Combination.

📝 Take a quick quiz 10 Qs · 5 min Start →

Found an error or have a suggestion?