Showing posts with label remainder theorem. Show all posts
Showing posts with label remainder theorem. Show all posts

Sunday, 15 March 2026

Master The Remainder Theorem: Complete Guide

Remainder Theorem – Complete Mathematics Guide for Competitive Exams
๐Ÿ“ Mathematics | Competitive Exam Series

Remainder Theorem – Complete Guide

Master the Remainder Theorem for SSC, UPSC, UPPSC, BPSC, Railway & Banking exams. Clear concept, worked examples, shortcut tricks, and previous year questions all in one place!

๐Ÿ“– Concept & Theory
✏️ Worked Examples
⚡ Shortcut Tricks
๐Ÿ“‹ PYQ Practice
๐Ÿ† Exam Tips

๐Ÿ“– What is the Remainder Theorem?

๐Ÿ“Œ Core Theorem Statement

The Remainder Theorem (Polynomial Division Theorem)

If f(x) is divided by (x − a), the remainder = f(a)

When a polynomial f(x) is divided by a linear divisor (x − a), the remainder is the value of the polynomial at x = a, i.e., simply substitute a into f(x) to get the remainder directly — no long division needed!

๐Ÿ“Œ Euclid's Division Form (For Numbers)

Remainder in Number Division

Dividend = Divisor × Quotient + Remainder
i.e., N = D × Q + R where 0 ≤ R < D

In competitive exams, "Remainder Theorem" often refers to finding the remainder when a number (or expression) is divided by another number. Both forms — polynomial and numeric — are tested heavily.

๐ŸŽฏ Why It Matters in Competitive Exams
Remainder-based questions appear in SSC CGL, SSC CHSL, UPSC CSAT, UPPSC, BPSC, RRB NTPC, SBI PO and almost all competitive exams. They test number theory, divisibility, and polynomial reasoning — all high-scoring topics.

๐Ÿ”‘ Key Concepts You Must Know

1. Polynomial Remainder Theorem

If f(x) ÷ (x − a), the remainder = f(a). Substitute a directly into polynomial.

f(x) ÷ (x−a) → Remainder = f(a)

Example: f(x) = x³ − 4x + 5, divide by (x − 2)
Remainder = f(2) = 8 − 8 + 5 = 5

2. Factor Theorem (Special Case)

If the remainder is zero, then (x − a) is a factor of f(x). This is the Factor Theorem — a special case of Remainder Theorem.

f(a) = 0 ⟹ (x − a) is a factor

Use this to check divisibility of polynomials without long division.

3. Cyclicity Method

Powers of numbers follow a repeating pattern (cycle) when divided. Key for finding remainders of large powers like 7⁵⁰ ÷ 10.

Units digit of powers repeats in cycles of 4

Cyclicity of 2: 2,4,8,6 (cycle=4). Cyclicity of 3: 3,9,7,1 (cycle=4).

4. Fermat's Little Theorem

If p is prime and gcd(a, p) = 1, then the remainder of aแต–⁻¹ ÷ p is always 1.

a^(p−1) ≡ 1 (mod p), if p is prime

Very useful for finding remainders of huge power expressions in SSC/UPSC.

5. Chinese Remainder Theorem

Finds a number that gives specific remainders when divided by multiple divisors. Advanced concept asked in UPSC and Banking exams.

x ≡ r₁ (mod n₁) and x ≡ r₂ (mod n₂)

Useful when a number leaves remainder 2 on ÷3 and remainder 3 on ÷5 type questions.

6. Modular Arithmetic Basics

a ≡ r (mod d) means a leaves remainder r when divided by d. Used to simplify large calculations.

10 ≡ 1 (mod 3) since 10 = 3×3 + 1

Key rule: (a × b) mod d = [(a mod d) × (b mod d)] mod d


๐Ÿ“ Important Rules & Divisibility Shortcuts

Div by 2

Last digit even → R=0

Remainder when divided by 2 = last digit mod 2

Div by 3 or 9

R = (digit sum) mod 3 or 9

Sum all digits → divide by 3 or 9 → that is the remainder

Div by 10

R = Units digit of number

The units digit directly gives the remainder when divided by 10

Div by 5

R = Units digit mod 5

Only the last digit matters. Units digit 0 or 5 → R=0

๐Ÿ“

Power Rule

(a+1)โฟ ÷ a → R = 1

Any number of form (kd ± 1)โฟ gives remainder ±1 when divided by d

๐Ÿ”

aโฟ − bโฟ Rule

aโฟ−bโฟ divisible by (a−b) always

Also: aโฟ + bโฟ is divisible by (a+b) when n is odd

Negative Remainder

−R = D − R (when negative)

If remainder comes out negative, add divisor to make it positive


✏️ Fully Solved Examples (Step-by-Step)

๐Ÿ“˜ Example 1 – Polynomial Remainder

⭐ Easy
QUESTION Find the remainder when f(x) = x³ − 3x² + 2x − 5 is divided by (x − 2).
  • Identify a: Divisor is (x − 2), so a = 2
  • Apply Remainder Theorem: Remainder = f(a) = f(2)
    Substitute x = 2 into f(x)
  • Calculate:
    f(2) = (2)³ − 3(2)² + 2(2) − 5 = 8 − 3(4) + 4 − 5 = 8 − 12 + 4 − 5 = −5
✅ Remainder
−5

๐Ÿ“™ Example 2 – Large Power Remainder (Cyclicity)

⭐⭐ Medium
QUESTION (SSC CGL Type) Find the remainder when 7⁵⁰ is divided by 10. (i.e., units digit of 7⁵⁰)
  • Find cyclicity of 7: Powers of 7 repeat their units digit every 4 steps
    7¹ = 7, 7² = 49, 7³ = 343, 7⁴ = 2401 → Units digits: 7, 9, 3, 1 → Cycle = 4
  • Divide power by cycle length:
    50 ÷ 4 = 12 remainder 2
  • Remainder 2 means same as 7²:
    7² has units digit = 9
  • Therefore: 7⁵⁰ ÷ 10 gives units digit = 9, so remainder = 9
✅ Remainder
9

๐Ÿ“— Example 3 – Number Remainder (Digit Sum Rule)

⭐ Easy
QUESTION (Railway NTPC Type) What is the remainder when 5765 is divided by 9?
  • Rule: Remainder when divided by 9 = sum of digits mod 9
  • Sum the digits of 5765:
    5 + 7 + 6 + 5 = 23
  • Digit sum 23 → sum again:
    2 + 3 = 5
  • Therefore: 5765 ÷ 9 → remainder = 5
✅ Remainder
5

๐Ÿ““ Example 4 – Fermat's Little Theorem

⭐⭐⭐ Hard
QUESTION (UPSC CSAT / Banking Type) Find the remainder when 2¹⁰⁰ is divided by 7.
  • Apply Fermat's Little Theorem: Since 7 is prime and gcd(2,7)=1
    2^(7−1) = 2^6 ≡ 1 (mod 7)
  • Express 100 in terms of 6:
    100 = 6 × 16 + 4, so 2¹⁰⁰ = (2⁶)¹⁶ × 2⁴
  • Simplify:
    (2⁶)¹⁶ ≡ 1¹⁶ = 1 (mod 7)2⁴ = 16 = 2×7 + 2, so 2⁴ ≡ 2 (mod 7)
  • Combine:
    2¹⁰⁰ ≡ 1 × 2 = 2 (mod 7)
✅ Remainder
2

๐Ÿ“• Example 5 – Factor Theorem Application

⭐⭐ Medium
QUESTION (BPSC / UPPSC Type) Show that (x − 3) is a factor of f(x) = x³ − 7x + 6. Also find the value of k if (x − 1) is a factor of x² + kx − 2.
  • Part 1 – Apply Factor Theorem: Check f(3)
    f(3) = (3)³ − 7(3) + 6 = 27 − 21 + 6 = 12 ≠ 0Hmm! Let's check f(−3):f(−3) = −27 + 21 + 6 = 0 ✅So (x + 3) is the factor, not (x − 3). This illustrates careful sign reading.
  • Part 2 – Find k: (x − 1) is a factor, so f(1) = 0
    f(1) = (1)² + k(1) − 2 = 01 + k − 2 = 0 → k = 1
✅ Value of k
k = 1

⚡ Shortcut Tricks for Competitive Exams

⚡ Trick 1 – (N+1)โฟ ÷ N

When any number of the form (aN + 1) is raised to any power and divided by N:

(aN + 1)โฟ ÷ N → Remainder = 1

Example: 101⁵⁰ ÷ 100 → 101 = 100+1, so Remainder = 1

⚡ Trick 2 – (N−1)โฟ ÷ N

When a number of the form (aN − 1) is raised to a power n:

If n is even → R = 1; if n is odd → R = N−1

Example: 99⁵⁰ ÷ 100 → 99=100−1, 50 is even → R = 1
99⁵¹ ÷ 100 → 51 is odd → R = 99

⚡ Trick 3 – Cyclicity of Powers

Units digit (= remainder ÷ 10) follows cycles:

Cycle of 2,3,7,8 = 4; of 4,9 = 2; of 0,1,5,6 = 1

Divide power by cycle → use remainder to pick position in cycle

⚡ Trick 4 – Digit Sum for ÷9 or ÷3

Instead of dividing huge numbers by 9 or 3:

Remainder = (Sum of digits) mod 9 or mod 3

Example: 987654 ÷ 9 → 9+8+7+6+5+4=39 → 3+9=12 → 1+2=3 → R=3

⚡ Trick 5 – Negative Remainder

Using a negative form of the dividend can simplify calculations:

If N = dq + r, use r = r − d (negative form)

Example: 19 ÷ 7 → 19 = 21−2 → use remainder −2 → actual R = 7−2 = 5

⚡ Trick 6 – Remainder of Sum/Product

For complex expressions split and find each remainder:

R(a×b ÷ d) = R(a÷d) × R(b÷d), then mod d

Example: (34 × 27) ÷ 5 → R(34÷5)=4, R(27÷5)=2 → 4×2=8 → R=3


๐Ÿ“‹ Previous Year Questions (PYQ) – Exam-Wise

Question Exam Answer Concept Used
What is the remainder when x³ + 3x² − 2x + 1 is divided by (x − 1)?SSC CGL3Polynomial R.T.
Find remainder: 17²⁵ ÷ 18UPPSC17(N−1)โฟ odd → N−1
What is units digit of 3⁴⁵?RRB NTPC3Cyclicity of 3
Remainder of 2⁵⁶ ÷ 7SBI PO1Fermat's Theorem
If (x − 2) is a factor of x² + kx − 4, find kBPSCk = 0Factor Theorem
What is remainder when 5765432 is divided by 9?RRB Group D5Digit Sum Rule
Find remainder: (13 × 17 × 19) ÷ 7SSC CHSL1Modular Arithmetic
Remainder of 99⁵⁰ ÷ 100UPPSC PCS1(N−1)โฟ even → 1
Find k if x³ − 2x² + kx + 3 gives remainder 7 when divided by (x − 2)IBPS POk = 3Polynomial R.T.
What is the remainder when 4³⁰ is divided by 5?SSC MTS1(N−1)โฟ even → 1
⭐ Easy (1–2 min)

Digit sum, simple substitution

⭐⭐ Medium (2–3 min)

Cyclicity, factor theorem, (N±1) rule

⭐⭐⭐ Hard (3–5 min)

Fermat's, Chinese Remainder, combined


๐ŸŽฏ Exam Strategy & Top Tips

๐Ÿ“Œ Remember These for Every Exam
  • Always try the (N±1) rule and cyclicity first — they solve 60% of remainder questions fastest.
  • For polynomial f(x) ÷ (x − a), just substitute x = a. Never do long division in exams.
  • For (ax − b), rewrite as a(x − b/a) and use x = b/a as substitution value for f(x).
  • When the answer is negative, add divisor to convert to positive remainder.
  • Divisibility by 9: digit sum method. Divisibility by 11: alternating digit sum method.
  • Memorise the cyclicity table — it will save 2–3 minutes per exam.
  • Practice at least 20 PYQs on remainder theorem before any exam.
#RemainderTheorem #MathShortcuts #SSCMath #UPPSCMath #BPSCMath #CompetitiveExamMaths

For more maths topics: Number Theory  |  Algebra  |  Percentage  |  Time & Work

This blog is for educational and competitive exam preparation purposes. All examples and PYQs are illustrative. Always verify from official study material. © 2026 Exam Math Guide

Sales rep, data analyst and AI content trainer vacancies - work from home jobs april 2026 apply now

Work From Home Jobs April 2026 | Sales Rep, Data Analyst and AI Content Trainer Vacancies – Apply Now ...