100% FREE Updated: Apr 2026 Number Theory Integer Equations

Divisor-based problems

Comprehensive study notes on Divisor-based problems for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Divisor-based problems

This chapter systematically explores fundamental concepts and techniques for analyzing divisors of integers, a cornerstone of number theory. A robust understanding of these methods is critical for solving complex problems encountered in the CMI BS Hons examination.

Chapter Contents

|

| Topic |

|---|-------| | 1 | Number of divisors | | 2 | Sum of divisors | | 3 | Even and odd divisors | | 4 | Ordered factor pairs |

We begin with Number of divisors.

Part 1: Number of divisors

Number of Divisors

Overview

Many divisor-counting problems look difficult only until the prime factorization is written down. Once a number is expressed in the form n=p1a1p2a2β‹―pkak\qquad n = p_1^{a_1} p_2^{a_2}\cdots p_k^{a_k} the number of positive divisors becomes completely structured. In CMI-style questions, this topic is rarely about listing divisors one by one. Instead, it tests whether you can:
  • use prime factorization correctly
  • apply the divisor-count formula
  • classify numbers with a fixed number of divisors
  • count such numbers under a bound like n≀60n\le 60
  • move between factorization patterns and divisor counts quickly
This topic is a standard bridge between factorization and counting. ---

Learning Objectives

❗ By the End of This Topic

After studying this topic, you will be able to:

  • Compute the number of divisors of an integer from its prime factorization.

  • Classify integers having exactly 2,3,4,5,6,…2,3,4,5,6,\dots divisors.

  • Count numbers with a fixed divisor count under a numerical bound.

  • Use divisor pairs and parity arguments.

  • Recognize that odd divisor count is linked to perfect squares.

---

Prime Factorization First

πŸ“– Prime Factorization Form

Every positive integer n>1n>1 can be written uniquely as

n=p1a1p2a2β‹―pkak\qquad n = p_1^{a_1} p_2^{a_2}\cdots p_k^{a_k}

where

    • p1,p2,…,pkp_1,p_2,\dots,p_k are distinct primes

    • a1,a2,…,aka_1,a_2,\dots,a_k are positive integers

All divisor-count questions begin from this form. ---

Divisor Count Formula

πŸ“ Number of Positive Divisors

If

n=p1a1p2a2β‹―pkak\qquad n = p_1^{a_1} p_2^{a_2}\cdots p_k^{a_k}

then the number of positive divisors of nn is

D(n)=(a1+1)(a2+1)β‹―(ak+1)\qquad D(n) = (a_1+1)(a_2+1)\cdots(a_k+1)

Why This Works

A divisor of nn has the form p1b1p2b2β‹―pkbk\qquad p_1^{b_1} p_2^{b_2}\cdots p_k^{b_k} where each exponent satisfies 0≀bi≀ai\qquad 0\le b_i\le a_i So:
  • b1b_1 has a1+1a_1+1 choices
  • b2b_2 has a2+1a_2+1 choices
  • ...
  • bkb_k has ak+1a_k+1 choices
By the multiplication principle, D(n)=(a1+1)(a2+1)β‹―(ak+1)\qquad D(n)=(a_1+1)(a_2+1)\cdots(a_k+1) ---

Quick Examples

Example 1 Find D(72)D(72). Prime factorization: 72=23β‹…32\qquad 72 = 2^3 \cdot 3^2 Hence D(72)=(3+1)(2+1)=4β‹…3=12\qquad D(72) = (3+1)(2+1)=4\cdot 3=12 So D(72)=12\boxed{D(72)=12}. --- Example 2 Find D(360)D(360). Prime factorization: 360=23β‹…32β‹…5\qquad 360 = 2^3\cdot 3^2\cdot 5 Hence D(360)=(3+1)(2+1)(1+1)=4β‹…3β‹…2=24\qquad D(360)=(3+1)(2+1)(1+1)=4\cdot3\cdot2=24 So D(360)=24\boxed{D(360)=24}. ---

Standard Patterns

πŸ“ Very Important Cases

  • D(n)=2D(n)=2

β€…β€ŠβŸΊβ€…β€Šn\iff n is prime

  • D(n)=3D(n)=3

β€…β€ŠβŸΊβ€…β€Šn=p2\iff n=p^2 for some prime pp

  • D(n)=4D(n)=4

β€…β€ŠβŸΊβ€…β€Šn=p3\iff n=p^3 or n=pqn=pq with distinct primes p,qp,q

  • D(n)=5D(n)=5

β€…β€ŠβŸΊβ€…β€Šn=p4\iff n=p^4

  • D(n)=6D(n)=6

β€…β€ŠβŸΊβ€…β€Šn=p5\iff n=p^5 or n=p2qn=p^2q with distinct primes p,qp,q

These classifications come directly from factorizing the divisor count. ---

Why the D(n)=6D(n)=6 Pattern Matters

❗ Factorizing the Divisor Count

To get

D(n)=6\qquad D(n)=6

we need

(a1+1)(a2+1)β‹―=6\qquad (a_1+1)(a_2+1)\cdots = 6

Now 66 factors as:

    • 66

    • 3β‹…23\cdot 2


So the exponent patterns are:
    • a1=5a_1=5, giving n=p5n=p^5

    • a1=2,Β a2=1a_1=2,\ a_2=1, giving n=p2qn=p^2q with distinct primes

This is the main pattern behind the PYQ type. ---

Counting Under a Bound

πŸ’‘ How to Count Numbers with Fixed Divisor Count

To count integers with a fixed value of D(n)D(n) and with a restriction like n≀Nn\le N:

  • classify all possible prime-exponent forms

  • check each form separately

  • count all valid prime choices under the bound

  • avoid double counting

This is the safest approach. ---

Example of Bounded Counting

Example 3 Count positive integers n≀50n\le 50 such that D(n)=6D(n)=6. From the classification, n=p5orn=p2q\qquad n=p^5 \quad \text{or} \quad n=p^2q

Case 1: n=p5n=p^5

We need p5≀50\qquad p^5\le 50 Only 25=32\qquad 2^5=32 works. So this gives 11 number.

Case 2: n=p2qn=p^2q

We need distinct primes p,qp,q with p2q≀50\qquad p^2q\le 50
  • If p=2p=2, then 4q≀504q\le 50, so q≀12.5q\le 12.5.
Valid primes q≠2q\ne 2 are 3,5,7,11\qquad 3,5,7,11 giving 44 numbers.
  • If p=3p=3, then 9q≀509q\le 50, so q≀5.5q\le 5.5.
Valid primes q≠3q\ne 3 are 2,5\qquad 2,5 giving 22 numbers.
  • If p=5p=5, then 25q≀5025q\le 50, so q≀2q\le 2.
Valid prime is 2\qquad 2 giving 11 number.
  • If pβ‰₯7p\ge 7, then p2>50p^2>50, impossible.
So total from Case 2 is 4+2+1=7\qquad 4+2+1=7 Hence total count is 1+7=8\qquad 1+7=8 Therefore there are 8\boxed{8} such integers. ---

Odd Number of Divisors

❗ A Very Important Property

The number of positive divisors of nn is odd if and only if nn is a perfect square.

Why?

Usually divisors come in pairs: dandnd\qquad d \quad \text{and} \quad \dfrac{n}{d} These are distinct unless d2=n\qquad d^2=n So an unpaired divisor occurs exactly when nn is a square. Equivalently, from the formula D(n)=(a1+1)β‹―(ak+1)\qquad D(n)=(a_1+1)\cdots(a_k+1), the product is odd iff each (ai+1)(a_i+1) is odd, i.e. each aia_i is even, which means nn is a perfect square. ---

Useful Consequences

πŸ“ Special Consequences

  • A prime square has exactly 33 divisors.


  • A number has exactly 44 divisors iff it is either:

- a cube of a prime, or
- a product of two distinct primes.

  • Perfect squares have odd divisor count.


  • Non-squares have even divisor count.

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ Writing the divisor-count formula without prime factorization
βœ… First factor the number properly.
    • ❌ Forgetting that the primes in p2qp^2q must be distinct
βœ… Otherwise it becomes a prime power.
    • ❌ Missing some factorization patterns of the divisor count
βœ… Factor the target number carefully.
    • ❌ Double counting when counting under a bound
βœ… Separate cases cleanly.
    • ❌ Confusing number of divisors with sum of divisors
βœ… Here D(n)D(n) means only the count.
---

CMI Strategy

πŸ’‘ Fast Exam Strategy

  • Write the prime factorization immediately.

  • Convert divisor count into exponent-count product.

  • If the problem asks for D(n)=kD(n)=k, factor kk first.

  • For a bounded counting problem, classify the possible forms before plugging in numbers.

  • Use squares/non-squares logic quickly when divisor parity is involved.

---

Practice Questions

:::question type="MCQ" question="If n=24β‹…32n=2^4\cdot 3^2, then D(n)D(n) equals" options=["1010","1212","1515","1818"] answer="C" hint="Use the divisor-count formula." solution="We have D(n)=(4+1)(2+1)=5β‹…3=15\qquad D(n)=(4+1)(2+1)=5\cdot3=15 So the correct option is C\boxed{C}." ::: :::question type="NAT" question="Find D(48)D(48)." answer="10" hint="Factorize 4848 first." solution="Prime factorization: 48=24β‹…3\qquad 48=2^4\cdot 3 Hence D(48)=(4+1)(1+1)=5β‹…2=10\qquad D(48)=(4+1)(1+1)=5\cdot2=10 Therefore the answer is 10\boxed{10}." ::: :::question type="MSQ" question="Which of the following forms can give exactly 66 divisors?" options=["p5p^5","p2qp^2q with distinct primes p,qp,q","pqpq with distinct primes p,qp,q","p3qp^3q with distinct primes p,qp,q"] answer="A,B" hint="Factor the number 66." solution="If D(n)=6D(n)=6, then the exponent-pattern product must equal 66.
  • p5p^5 gives 66 divisors.
  • p2qp^2q gives (2+1)(1+1)=6(2+1)(1+1)=6 divisors.
  • pqpq gives (1+1)(1+1)=4(1+1)(1+1)=4 divisors.
  • p3qp^3q gives (3+1)(1+1)=8(3+1)(1+1)=8 divisors.
Hence the correct answer is A,B\boxed{A,B}." ::: :::question type="SUB" question="Prove that a positive integer has an odd number of positive divisors if and only if it is a perfect square." answer="It is odd exactly for perfect squares." hint="Use divisor pairs or prime factorization." solution="Let nn be a positive integer. Usually divisors of nn come in pairs: dandnd\qquad d \quad \text{and} \quad \dfrac{n}{d} These are distinct unless d=nd\qquad d=\dfrac{n}{d}, that is, d2=n\qquad d^2=n. So an unpaired divisor occurs exactly when nn is a perfect square. Hence the number of divisors is odd exactly for perfect squares. Equivalently, if n=p1a1β‹―pkak\qquad n=p_1^{a_1}\cdots p_k^{a_k}, then D(n)=(a1+1)β‹―(ak+1)\qquad D(n)=(a_1+1)\cdots(a_k+1) is odd iff every factor (ai+1)(a_i+1) is odd, i.e. every aia_i is even, which is exactly the condition that nn is a perfect square. Therefore, a positive integer has an odd number of positive divisors if and only if it is a perfect square." ::: ---

Summary

❗ Key Takeaways for CMI

  • If n=p1a1β‹―pkakn=p_1^{a_1}\cdots p_k^{a_k}, then D(n)=(a1+1)β‹―(ak+1)D(n)=(a_1+1)\cdots(a_k+1).

  • To solve D(n)=kD(n)=k, factor kk and translate it into exponent patterns.

  • Numbers with 66 divisors are exactly of the form p5p^5 or p2qp^2q.

  • Perfect squares are exactly the integers with odd divisor count.

  • In bounded counting problems, case-splitting by prime-exponent form is the key method.

---

πŸ’‘ Next Up

Proceeding to Sum of divisors.

---

Part 2: Sum of divisors

Sum of Divisors

Overview

The sum-of-divisors function is one of the most important arithmetic functions in elementary number theory. It converts the divisor structure of an integer into an additive quantity. In exam-level problems, it is usually used to compute divisor sums, compare numbers, classify perfect numbers, or solve equations involving divisors. ---

Learning Objectives

❗ By the End of This Topic

After studying this topic, you will be able to:

  • Define and compute the sum-of-divisors function Οƒ(n)\sigma(n).

  • Use prime factorisation to evaluate Οƒ(n)\sigma(n) quickly.

  • Apply multiplicativity when factors are coprime.

  • Solve basic divisor-sum equations.

  • Recognize perfect, deficient, and abundant number patterns.

---

Core Idea

πŸ“– Sum-of-divisors function

For a positive integer nn, the sum-of-divisors function is

Οƒ(n)=βˆ‘d∣nd\qquad \sigma(n)=\sum_{d\mid n} d

that is, the sum of all positive divisors of nn.

Examples:
  • Οƒ(1)=1\qquad \sigma(1)=1
  • divisors of 66 are 1,2,3,61,2,3,6, so
Οƒ(6)=1+2+3+6=12\qquad \sigma(6)=1+2+3+6=12 ---

Prime Power Formula

πŸ“ For a prime power

If pp is prime and aβ‰₯0a\ge 0, then

Οƒ(pa)=1+p+p2+β‹―+pa\qquad \sigma(p^a)=1+p+p^2+\cdots+p^a

So

Οƒ(pa)=pa+1βˆ’1pβˆ’1\qquad \sigma(p^a)=\dfrac{p^{a+1}-1}{p-1}

This is the main computation formula. ---

Multiplicativity

πŸ“ When factors are coprime

If gcd⁑(m,n)=1\gcd(m,n)=1, then

Οƒ(mn)=Οƒ(m)Οƒ(n)\qquad \sigma(mn)=\sigma(m)\sigma(n)

So if n=p1a1p2a2β‹―pkak\qquad n=p_1^{a_1}p_2^{a_2}\cdots p_k^{a_k} then Οƒ(n)=∏i=1kpiai+1βˆ’1piβˆ’1\qquad \sigma(n)=\prod_{i=1}^{k}\dfrac{p_i^{a_i+1}-1}{p_i-1} ::: ---

Why Prime Factorisation Matters

❗ Fast Route

To compute Οƒ(n)\sigma(n):

  • factorise nn

  • apply the prime-power formula to each prime

  • multiply the results

This is much faster than listing divisors one by one for large nn. ---

Examples

Example 1 Find Οƒ(12)\sigma(12). Prime factorisation: 12=22β‹…3\qquad 12=2^2\cdot 3 So Οƒ(12)=Οƒ(22)Οƒ(3)\qquad \sigma(12)=\sigma(2^2)\sigma(3) =(1+2+4)(1+3)=7β‹…4=28\qquad =(1+2+4)(1+3)=7\cdot 4=28 Hence Οƒ(12)=28\qquad \sigma(12)=\boxed{28} --- Example 2 Find Οƒ(18)\sigma(18). Prime factorisation: 18=2β‹…32\qquad 18=2\cdot 3^2 So Οƒ(18)=Οƒ(2)Οƒ(32)\qquad \sigma(18)=\sigma(2)\sigma(3^2) =(1+2)(1+3+9)=3β‹…13=39\qquad =(1+2)(1+3+9)=3\cdot 13=39 Hence Οƒ(18)=39\qquad \sigma(18)=\boxed{39} ---

Proper Divisors and Perfect Numbers

πŸ“ Proper divisor sum

The sum of proper divisors of nn is

Οƒ(n)βˆ’n\qquad \sigma(n)-n

A positive integer nn is:
  • perfect if Οƒ(n)=2n\qquad \sigma(n)=2n
  • deficient if Οƒ(n)<2n\qquad \sigma(n)<2n
  • abundant if Οƒ(n)>2n\qquad \sigma(n)>2n
::: Example:
  • Οƒ(6)=12=2β‹…6\qquad \sigma(6)=12=2\cdot 6, so 66 is perfect.
---

Odd and Even Observations

❗ Useful Pattern

If nn is odd, then all its divisors are odd, so Οƒ(n)\sigma(n) is the sum of odd numbers.

Parity questions involving Οƒ(n)\sigma(n) often reduce to how many odd divisors there are.

---

Common Patterns

πŸ“ What Gets Asked Often

  • compute Οƒ(n)\sigma(n) from prime factorisation

  • solve equations such as Οƒ(n)=k\sigma(n)=k

  • find numbers with a given proper-divisor sum

  • classify numbers as perfect/abundant/deficient

  • combine divisor counting with divisor summing

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ confusing the number-of-divisors function with the sum-of-divisors function
    • ❌ forgetting that multiplicativity needs coprime factors
    • ❌ stopping at the prime-power sum without multiplying across all prime factors
    • ❌ forgetting whether the question asks for all divisors or proper divisors
    • ❌ writing Οƒ(m+n)=Οƒ(m)+Οƒ(n)\sigma(m+n)=\sigma(m)+\sigma(n), which is false in general
---

CMI Strategy

πŸ’‘ How to Solve Smart

  • Prime-factorise first.

  • Use the geometric-series formula on each prime power.

  • Multiply only after checking coprimeness of the factors.

  • For perfect-number style questions, compare Οƒ(n)\sigma(n) with 2n2n.

  • Be explicit whether you are summing all divisors or proper divisors.

---

Practice Questions

:::question type="MCQ" question="The value of Οƒ(12)\sigma(12) is" options=["2424","2626","2828","3030"] answer="C" hint="Use prime factorisation." solution="We have 12=22β‹…3\qquad 12=2^2\cdot 3 So Οƒ(12)=Οƒ(22)Οƒ(3)=(1+2+4)(1+3)=7β‹…4=28\qquad \sigma(12)=\sigma(2^2)\sigma(3)=(1+2+4)(1+3)=7\cdot 4=28 Hence the correct option is C\boxed{C}." ::: :::question type="NAT" question="Find Οƒ(18)\sigma(18)." answer="39" hint="Use 18=2β‹…3218=2\cdot 3^2." solution="Since 18=2β‹…32\qquad 18=2\cdot 3^2 we get Οƒ(18)=Οƒ(2)Οƒ(32)\qquad \sigma(18)=\sigma(2)\sigma(3^2) =(1+2)(1+3+9)=3β‹…13=39\qquad =(1+2)(1+3+9)=3\cdot 13=39 Therefore the answer is 39\boxed{39}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["Οƒ(p)=1+p\sigma(p)=1+p for a prime pp","If gcd⁑(m,n)=1\gcd(m,n)=1, then Οƒ(mn)=Οƒ(m)Οƒ(n)\sigma(mn)=\sigma(m)\sigma(n)","The sum of proper divisors of nn is Οƒ(n)βˆ’n\sigma(n)-n","Οƒ(m+n)=Οƒ(m)+Οƒ(n)\sigma(m+n)=\sigma(m)+\sigma(n) for all positive integers m,nm,n"] answer="A,B,C" hint="Use the definition and the standard formula." solution="1. True. The divisors of a prime pp are 11 and pp.
  • True. This is the multiplicative property of Οƒ\sigma for coprime integers.
  • True. Proper divisors exclude nn itself.
  • False. The sum-of-divisors function is not additive in this way.
  • Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Show that if n=p2n=p^2 where pp is prime, then Οƒ(n)=1+p+p2\sigma(n)=1+p+p^2." answer="Οƒ(p2)=1+p+p2\sigma(p^2)=1+p+p^2" hint="List the divisors of p2p^2." solution="If n=p2n=p^2 where pp is prime, then the positive divisors of nn are 1,Β p,Β p2\qquad 1,\ p,\ p^2 So by definition, Οƒ(n)=1+p+p2\qquad \sigma(n)=1+p+p^2 Hence Οƒ(p2)=1+p+p2\qquad \boxed{\sigma(p^2)=1+p+p^2}" ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Οƒ(n)\sigma(n) is the sum of all positive divisors of nn.

    • Prime factorisation is the main computation tool.

    • The prime-power formula and multiplicativity are the two core facts.

    • Proper-divisor sums are Οƒ(n)βˆ’n\sigma(n)-n.

    • Many divisor-based equations become easy after factorising first.

    ---

    πŸ’‘ Next Up

    Proceeding to Even and odd divisors.

    ---

    Part 3: Even and odd divisors

    Even and Odd Divisors

    Overview

    Questions about even and odd divisors are really questions about prime factorisation, especially the role of the factor 22. Once a number is written in the form n=2aβ‹…m\qquad n = 2^a \cdot m where mm is odd, the entire problem becomes transparent: odd divisors come from the odd part only, while even divisors are the divisors that use at least one factor of 22. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • Count the total number of positive divisors of an integer from its prime factorisation.

    • Separate odd and even divisors using the exponent of 22.

    • Count odd and even divisors of powers such as nkn^k.

    • Decide quickly whether all divisors, exactly half the divisors, or some other number are even.

    • Avoid common mistakes involving parity and divisor formulas.

    ---

    Prime Factorisation Is the Main Tool

    πŸ“– Prime-power form

    Every positive integer nn can be written uniquely as

    n=p1a1p2a2β‹―prar\qquad n = p_1^{a_1} p_2^{a_2} \cdots p_r^{a_r}

    where p1,p2,…,prp_1,p_2,\dots,p_r are distinct primes and a1,a2,…,ara_1,a_2,\dots,a_r are positive integers.

    A positive divisor of nn must be of the form d=p1b1p2b2β‹―prbr\qquad d = p_1^{b_1} p_2^{b_2} \cdots p_r^{b_r} where each exponent satisfies 0≀bi≀ai\qquad 0 \le b_i \le a_i ::: So divisor counting is really exponent-choice counting. ---

    Total Number of Positive Divisors

    πŸ“ Divisor Count Formula

    If

    n=p1a1p2a2β‹―prar\qquad n = p_1^{a_1} p_2^{a_2} \cdots p_r^{a_r}

    then the number of positive divisors of nn is

    (a1+1)(a2+1)β‹―(ar+1)\qquad (a_1+1)(a_2+1)\cdots(a_r+1)

    Reason:
    • exponent of p1p_1 can be chosen in a1+1a_1+1 ways
    • exponent of p2p_2 can be chosen in a2+1a_2+1 ways
    • and so on
    Multiply the choices. ---

    Separating the Even and Odd Parts

    πŸ“– Write the number as 2aβ‹…m2^a \cdot m

    For parity-based divisor questions, always write

    n=2aβ‹…m\qquad n = 2^a \cdot m

    where:

      • aβ‰₯0a \ge 0

      • mm is odd


    Then:
      • the factor 2a2^a controls whether a divisor is even or odd

      • the odd part mm controls the odd divisor structure

    ---

    Number of Odd Divisors

    πŸ“ Odd Divisors

    Suppose

    n=2aβ‹…p1b1p2b2β‹―prbr\qquad n = 2^a \cdot p_1^{b_1} p_2^{b_2}\cdots p_r^{b_r}

    where all pip_i are odd primes.

    A divisor of nn is odd if and only if it uses exponent 00 on the prime 22.

    So the number of odd positive divisors is

    (b1+1)(b2+1)β‹―(br+1)\qquad (b_1+1)(b_2+1)\cdots(b_r+1)

    In words: ignore the factor of 22 completely and count divisors of the odd part. ---

    Number of Even Divisors

    πŸ“ Even Divisors

    The number of even positive divisors is

    (totalΒ divisors)βˆ’(oddΒ divisors)\qquad \text{(total divisors)} - \text{(odd divisors)}

    If

    n=2aβ‹…p1b1p2b2β‹―prbr\qquad n = 2^a \cdot p_1^{b_1} p_2^{b_2}\cdots p_r^{b_r}

    then

    totalΒ divisors=(a+1)(b1+1)β‹―(br+1)\qquad \text{total divisors} = (a+1)(b_1+1)\cdots(b_r+1)

    and

    oddΒ divisors=(b1+1)β‹―(br+1)\qquad \text{odd divisors} = (b_1+1)\cdots(b_r+1)

    So

    evenΒ divisors<br>=<br>a(b1+1)(b2+1)β‹―(br+1)\qquad \text{even divisors} <br>= <br>a(b_1+1)(b_2+1)\cdots(b_r+1)

    This is the main formula for the topic. ---

    Why the Even-Divisor Formula Works

    ❗ Exponent of 2 Must Be Positive

    A divisor is even exactly when the exponent chosen for the prime 22 is one of

    1,2,…,a\qquad 1,2,\dots,a

    That gives aa choices for the exponent of 22.

    Each odd prime exponent can still be chosen freely.

    So the number of even divisors is

    a(b1+1)(b2+1)β‹―(br+1)\qquad a(b_1+1)(b_2+1)\cdots(b_r+1)

    This direct counting argument is often cleaner than subtracting odd divisors from total divisors. ---

    Powers of a Number

    πŸ“ Divisors of nkn^k

    If

    n=p1a1p2a2β‹―prar\qquad n = p_1^{a_1}p_2^{a_2}\cdots p_r^{a_r}

    then

    nk=p1ka1p2ka2β‹―prkar\qquad n^k = p_1^{ka_1}p_2^{ka_2}\cdots p_r^{ka_r}

    So divisor counts for nkn^k are handled by multiplying every exponent by kk first.

    This is extremely common in exam questions. ---

    Special Cases

    πŸ“ If nn is odd

    If nn is odd, then a=0a=0 in the decomposition

    n=2aβ‹…m\qquad n=2^a \cdot m

    So:

      • every positive divisor of nn is odd

      • the number of even divisors is 00

    πŸ“ If nn is a power of 2

    If

    n=2a\qquad n=2^a

    then:

      • total positive divisors: a+1\qquad a+1

      • odd positive divisors: 1\qquad 1

      • even positive divisors: a\qquad a

    ---

    Minimal Worked Examples

    Example 1 Find the number of even positive divisors of 72=23β‹…32\qquad 72 = 2^3 \cdot 3^2 Total divisors: (3+1)(2+1)=12\qquad (3+1)(2+1)=12 Odd divisors: 20β‹…3j,j=0,1,2\qquad 2^0 \cdot 3^j,\quad j=0,1,2 So there are 2+1=3\qquad 2+1=3 odd divisors. Hence even divisors: 12βˆ’3=9\qquad 12-3=9 Or directly: 3(2+1)=9\qquad 3(2+1)=9 --- Example 2 Find the number of odd positive divisors of 180=22β‹…32β‹…5\qquad 180 = 2^2 \cdot 3^2 \cdot 5 Ignore the factor 222^2. So odd divisors are divisors of 32β‹…5\qquad 3^2 \cdot 5 Hence count: (2+1)(1+1)=6\qquad (2+1)(1+1)=6 --- Example 3 Find the number of even positive divisors of (23β‹…32)2=26β‹…34\qquad (2^3\cdot 3^2)^2 = 2^6 \cdot 3^4 Even divisor count: 6(4+1)=30\qquad 6(4+1)=30 ---

    Standard Patterns

    πŸ“ High-Value Patterns

    If

    n=2aβ‹…m\qquad n = 2^a \cdot m

    with mm odd, and

    m=p1b1p2b2β‹―prbr\qquad m = p_1^{b_1}p_2^{b_2}\cdots p_r^{b_r}

    then:

      • total positive divisors:

    (a+1)(b1+1)β‹―(br+1)\qquad (a+1)(b_1+1)\cdots(b_r+1)

      • odd positive divisors:

    (b1+1)β‹―(br+1)\qquad (b_1+1)\cdots(b_r+1)

      • even positive divisors:

    a(b1+1)β‹―(br+1)\qquad a(b_1+1)\cdots(b_r+1)

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Counting odd divisors using the factor of 22
    βœ… Odd divisors must use exponent 00 on the prime 22
      • ❌ Forgetting to square the exponents when the number is n2n^2 or nkn^k
    βœ… First rewrite nkn^k in prime-power form
      • ❌ Using total divisors as the number of even divisors
    βœ… Even divisors are only those with positive exponent of 22
      • ❌ Forgetting that an odd number has no even divisors
    βœ… If 22 does not divide nn, then the even divisor count is 00
    ---

    CMI Strategy

    πŸ’‘ How to Attack These Problems

    • Prime-factorise the number completely.

    • Separate the power of 22 from the odd part.

    • Decide whether the question asks for total, odd, or even divisors.

    • If the number is a power like n2n^2 or n3n^3, multiply exponents first.

    • Use direct exponent-choice counting whenever possible.

    ---

    Practice Questions

    :::question type="MCQ" question="If n=24β‹…32n=2^4\cdot 3^2, then the number of odd positive divisors of nn is" options=["55","33","1010","1515"] answer="B" hint="Ignore the factor of 22 when counting odd divisors." solution="Odd divisors come only from the odd part 323^2. So the number of odd positive divisors is 2+1=3\qquad 2+1=3 Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the number of even positive divisors of 7272." answer="9" hint="Write 72=23β‹…3272=2^3\cdot 3^2." solution="We have 72=23β‹…32\qquad 72=2^3\cdot 3^2 Even divisors require the exponent of 22 to be chosen from 1,2,31,2,3, so there are 33 choices. For the prime 33, the exponent can be chosen in 2+1=32+1=3 ways. Hence the number of even positive divisors is 3β‹…3=9\qquad 3\cdot 3=9 Therefore the answer is 9\boxed{9}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If nn is odd, then every positive divisor of nn is odd","If n=2amn=2^a m with mm odd, then the number of odd divisors of nn equals the number of divisors of mm","If n=2amn=2^a m with mm odd, then the number of even divisors of nn is always equal to the number of odd divisors of nn","If n=2ap1b1β‹―prbrn=2^a p_1^{b_1}\cdots p_r^{b_r}, then the number of even divisors is a(b1+1)β‹―(br+1)a(b_1+1)\cdots(b_r+1)"] answer="A,B,D" hint="Compare the exponent choices for the prime 22." solution="1. True.
  • True.
  • False. This happens only in special cases such as a=1a=1.
  • True.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Let n=2ap1b1p2b2β‹―prbrn=2^a p_1^{b_1}p_2^{b_2}\cdots p_r^{b_r}, where p1,…,prp_1,\dots,p_r are odd primes. Show that the number of even positive divisors of nn is a(b1+1)(b2+1)β‹―(br+1)a(b_1+1)(b_2+1)\cdots(b_r+1)." answer="a(b1+1)(b2+1)β‹―(br+1)a(b_1+1)(b_2+1)\cdots(b_r+1)" hint="Count the exponent choices directly." solution="A positive divisor of nn has the form d=2ep1c1p2c2β‹―prcr\qquad d=2^e p_1^{c_1}p_2^{c_2}\cdots p_r^{c_r} where 0≀e≀a\qquad 0\le e\le a and 0≀ci≀bi\qquad 0\le c_i\le b_i For the divisor to be even, we need eβ‰₯1\qquad e\ge 1 So the exponent ee of 22 can be chosen in exactly a\qquad a ways, namely 1,2,…,a\qquad 1,2,\dots,a For each odd prime pip_i, the exponent cic_i can be chosen in bi+1\qquad b_i+1 ways. By the multiplication principle, the number of even positive divisors is a(b1+1)(b2+1)β‹―(br+1)\qquad a(b_1+1)(b_2+1)\cdots(b_r+1) Hence the required result is a(b1+1)(b2+1)β‹―(br+1)\boxed{a(b_1+1)(b_2+1)\cdots(b_r+1)}." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Prime factorisation is the starting point for every divisor-counting problem.

    • Odd divisors come from the odd part only.

    • Even divisors are those with a positive exponent of 22.

    • If n=2amn=2^a m with mm odd, then even divisor count is aa times the divisor count of mm.

    • For nkn^k, multiply all exponents by kk first.

    • Most errors come from forgetting to isolate the factor of 22.

    ---

    πŸ’‘ Next Up

    Proceeding to Ordered factor pairs.

    ---

    Part 4: Ordered factor pairs

    Ordered Factor Pairs

    Overview

    This topic sits at the intersection of factorisation, parity, and counting divisors. In many exam problems, an equation such as a2βˆ’b2=N\qquad a^2-b^2 = N is not solved directly. Instead, it is rewritten as a product (aβˆ’b)(a+b)=N\qquad (a-b)(a+b)=N and the problem becomes one of counting suitable factor pairs. The real skill is not just factoring, but understanding which factor pairs actually produce valid positive integers. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • Convert difference-of-squares equations into factor-pair problems.

    • Use parity conditions to decide which factor pairs are valid.

    • Count ordered positive integer solutions systematically.

    • Distinguish between ordered and unordered factor pairs.

    • Use divisor-counting formulas in solution-count problems.

    ---

    Core Definitions

    πŸ“– Factor and Ordered Factor Pair

    A positive integer dd is a factor of a positive integer nn if there exists a positive integer qq such that

    n=dq\qquad n=dq

    An ordered factor pair of nn is an ordered pair (u,v)(u,v) of positive integers such that

    uv=n\qquad uv=n

    Order matters:

      • (2,12)(2,12) and (12,2)(12,2) are different ordered factor pairs of 2424

      • but they correspond to the same unordered factor pair

    ---

    The Key Identity

    πŸ“ Difference of Squares

    For all real numbers a,ba,b,

    a2βˆ’b2=(aβˆ’b)(a+b)\qquad a^2-b^2 = (a-b)(a+b)

    This identity is the main bridge between quadratic-looking equations and divisor-counting problems. ---

    Standard Conversion

    πŸ“ Convert to Factor Pairs

    To solve

    a2βˆ’b2=N\qquad a^2-b^2 = N

    write

    (aβˆ’b)(a+b)=N\qquad (a-b)(a+b)=N

    Now set

    u=aβˆ’b,v=a+b\qquad u=a-b,\qquad v=a+b

    Then

    uv=N\qquad uv=N

    If we know uu and vv, then a=u+v2,b=vβˆ’u2\qquad a=\dfrac{u+v}{2},\qquad b=\dfrac{v-u}{2} ::: So every valid solution comes from a factor pair (u,v)(u,v) satisfying extra conditions. ---

    Validity Conditions

    ❗ When Does a Factor Pair Give Integers?

    For

    a=u+v2,b=vβˆ’u2\qquad a=\dfrac{u+v}{2},\qquad b=\dfrac{v-u}{2}

    to be positive integers, we need:

    • uv=N\qquad uv=N

    • u<v\qquad u<v so that b>0b>0

    • u\qquad u and vv have the same parity, so that u+vu+v and vβˆ’uv-u are even

    This third condition is crucial. ---

    Parity Logic

    πŸ“ Same-Parity Requirement

    Since

    u=aβˆ’b,v=a+b\qquad u=a-b,\qquad v=a+b

    the numbers uu and vv always have the same parity:

      • both odd, or

      • both even


    Therefore:

      • if NN is odd, then both uu and vv must be odd

      • if NN is divisible by 44, then both may be even

      • if N≑2(mod4)N \equiv 2 \pmod 4, then there are no integer solutions

    ---

    Important Solvability Criterion

    ❗ When is NN a Difference of Two Squares?

    A positive integer NN can be written as

    N=a2βˆ’b2\qquad N=a^2-b^2

    for integers a>bβ‰₯0a>b\ge 0 if and only if

    N≑̸2(mod4)\qquad N \not\equiv 2 \pmod 4

    So:
    • odd numbers work
    • multiples of 44 work
    • numbers of the form 4k+24k+2 do not work
    ::: ---

    Counting Solutions: Odd Case

    πŸ“ If NN is Odd

    If NN is odd, then all its positive factor pairs are odd-odd, so parity causes no extra restriction.

    Thus the number of positive integer solutions to

    a2βˆ’b2=N\qquad a^2-b^2=N

    equals the number of positive factor pairs (u,v)(u,v) of NN with

    u<v\qquad u<v

    If Ο„(N)\tau(N) is the number of positive divisors of NN, then:
    • if NN is not a perfect square, the number of such pairs is
    Ο„(N)2\qquad \dfrac{\tau(N)}{2}
    • if NN is a perfect square, the number of such pairs is
    Ο„(N)βˆ’12\qquad \dfrac{\tau(N)-1}{2} because the middle pair u=vu=v gives b=0b=0, not a positive solution. ::: ---

    Counting Solutions: Multiple of 4 Case

    πŸ“ If N=4MN=4M

    If

    a2βˆ’b2=4M\qquad a^2-b^2 = 4M

    then

    (aβˆ’b)(a+b)=4M\qquad (a-b)(a+b)=4M

    Since aβˆ’ba-b and a+ba+b must have the same parity, the valid pairs here are even-even. So write

    aβˆ’b=2r,a+b=2s\qquad a-b=2r,\qquad a+b=2s

    Then

    rs=M\qquad rs=M

    Hence the number of positive integer solutions to a2βˆ’b2=4M\qquad a^2-b^2=4M equals the number of positive factor pairs (r,s)(r,s) of MM with r<s\qquad r<s ::: So the problem reduces to counting strict factor pairs of MM. ::: ---

    Divisor Counting

    πŸ“ Divisor Function

    If

    n=p1Ξ±1p2Ξ±2β‹―pkΞ±k\qquad n=p_1^{\alpha_1}p_2^{\alpha_2}\cdots p_k^{\alpha_k}

    is the prime factorisation of nn, then the number of positive divisors of nn is

    Ο„(n)=(Ξ±1+1)(Ξ±2+1)β‹―(Ξ±k+1)\qquad \tau(n) = (\alpha_1+1)(\alpha_2+1)\cdots(\alpha_k+1)

    This is extremely useful when counting factor pairs. ---

    Minimal Worked Examples

    Example 1 Count the positive integer solutions of a2βˆ’b2=45\qquad a^2-b^2=45 Factor: (aβˆ’b)(a+b)=45\qquad (a-b)(a+b)=45 Since 4545 is odd, every positive factor pair is odd-odd. The positive factor pairs with smaller factor first are (1,45),Β (3,15),Β (5,9)\qquad (1,45),\ (3,15),\ (5,9) So there are 3\boxed{3} solutions. --- Example 2 Count the positive integer solutions of a2βˆ’b2=144\qquad a^2-b^2=144 Since 144=4β‹…36144=4\cdot 36, write aβˆ’b=2r,a+b=2s\qquad a-b=2r,\qquad a+b=2s Then rs=36\qquad rs=36 Now count factor pairs of 3636 with r<sr<s: (1,36),Β (2,18),Β (3,12),Β (4,9)\qquad (1,36),\ (2,18),\ (3,12),\ (4,9) The pair (6,6)(6,6) is excluded because it would give b=0b=0. So there are 4\boxed{4} positive solutions. ---

    PYQ-Type Insight

    ❗ What the PYQ Is Really Testing

    The PYQ is not just about difference of squares. It is testing whether you can do all of the following in one chain:

    • factor the expression correctly

    • convert to a factor-pair problem

    • enforce parity

    • exclude the case giving b=0b=0

    • count the valid strict factor pairs efficiently using prime factorisation

    This topic is therefore much more about controlled counting than about raw algebra. ::: ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Counting all factor pairs of NN without checking parity
    βœ… aβˆ’ba-b and a+ba+b must have the same parity
      • ❌ Allowing u=vu=v
    βœ… That gives b=0b=0, not a positive solution
      • ❌ Forgetting that ordered factor pairs are different from ordered (a,b)(a,b) pairs
    βœ… Once you impose u<vu<v, each valid factor pair gives exactly one positive pair (a,b)(a,b)
      • ❌ Forgetting the impossible case N≑2(mod4)N\equiv 2\pmod 4
    βœ… Then no integer solution exists
    ---

    CMI Strategy

    πŸ’‘ How to Attack These Problems

    • Rewrite as (aβˆ’b)(a+b)=N(a-b)(a+b)=N.

    • Set u=aβˆ’b,Β v=a+bu=a-b,\ v=a+b.

    • Translate back using

    a=u+v2,Β b=vβˆ’u2\qquad a=\dfrac{u+v}{2},\ b=\dfrac{v-u}{2}.
    • Enforce:

    - uv=Nuv=N
    - u<vu<v
    - same parity
    • Count strict valid factor pairs using divisor methods.

    ---

    Practice Questions

    :::question type="MCQ" question="To count positive integer solutions of a2βˆ’b2=Na^2-b^2=N, the most useful first step is to write" options=["a2+b2=Na^2+b^2=N","(aβˆ’b)(a+b)=N(a-b)(a+b)=N","(a+b)2=N(a+b)^2=N","ab=Nab=N"] answer="B" hint="Use the difference-of-squares identity." solution="The identity a2βˆ’b2=(aβˆ’b)(a+b)\qquad a^2-b^2=(a-b)(a+b) converts the problem into a factor-pair problem. Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="How many positive integer pairs (a,b)(a,b) satisfy a2βˆ’b2=45a^2-b^2=45?" answer="3" hint="Count valid strict factor pairs of 4545." solution="We have (aβˆ’b)(a+b)=45\qquad (a-b)(a+b)=45 Since 4545 is odd, all positive factor pairs are valid for parity. The strict factor pairs are (1,45),Β (3,15),Β (5,9)\qquad (1,45),\ (3,15),\ (5,9) So there are 3\boxed{3} positive integer pairs (a,b)(a,b)." ::: :::question type="MSQ" question="Which of the following are true?" options=["If N≑2(mod4)N\equiv 2\pmod 4, then NN cannot be written as a2βˆ’b2a^2-b^2 with integers a,ba,b","If a2βˆ’b2=Na^2-b^2=N, then aβˆ’ba-b and a+ba+b have the same parity","If NN is odd, then every positive factor pair of NN automatically has the same parity","If u=aβˆ’bu=a-b and v=a+bv=a+b, then a=uβˆ’v2a=\dfrac{u-v}{2}"] answer="A,B,C" hint="Use parity and the reconstruction formulas carefully." solution="1. True.
  • True.
  • True, because factors of an odd number are odd.
  • False. The correct formula is
  • a=u+v2\qquad a=\dfrac{u+v}{2} Hence the correct answer is A,B,C\boxed{A,B,C}." ::: :::question type="SUB" question="Show that no integer of the form 4k+24k+2 can be written as a2βˆ’b2a^2-b^2 for integers a,ba,b." answer="Use parity of aβˆ’ba-b and a+ba+b." hint="Write a2βˆ’b2=(aβˆ’b)(a+b)a^2-b^2=(a-b)(a+b)." solution="Suppose a2βˆ’b2=(aβˆ’b)(a+b)\qquad a^2-b^2 = (a-b)(a+b) Now aβˆ’ba-b and a+ba+b always have the same parity. So there are only two possibilities:
  • both are odd, in which case their product is odd
  • both are even, in which case their product is divisible by 44
  • Therefore a2βˆ’b2a^2-b^2 can be either odd or divisible by 44, but it can never be congruent to 22 modulo 44. Hence no integer of the form 4k+2\boxed{4k+2} can be expressed as a2βˆ’b2a^2-b^2." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • The key identity is a2βˆ’b2=(aβˆ’b)(a+b)a^2-b^2=(a-b)(a+b).

    • Valid factor pairs must satisfy same-parity and strict-inequality conditions.

    • Numbers congruent to 22 modulo 44 are impossible as differences of two squares.

    • Counting solutions is really counting strict valid factor pairs.

    • Divisor-count formulas make large problems manageable.

    Chapter Summary

    ❗ Divisor-based problems β€” Key Points

    The fundamental approach to divisor problems relies on the prime factorization of an integer n=p1a1p2a2β‹―pkakn = p_1^{a_1} p_2^{a_2} \cdots p_k^{a_k}.
    The number of divisors, Ο„(n)\tau(n) (or d(n)d(n)), is given by the product of one more than each exponent: Ο„(n)=(a1+1)(a2+1)β‹―(ak+1)\tau(n) = (a_1+1)(a_2+1)\cdots(a_k+1).
    The sum of divisors, Οƒ(n)\sigma(n), is calculated as Οƒ(n)=∏i=1k(piai+1βˆ’1piβˆ’1)\sigma(n) = \prod_{i=1}^k \left(\frac{p_i^{a_i+1}-1}{p_i-1}\right).
    Both Ο„(n)\tau(n) and Οƒ(n)\sigma(n) are multiplicative functions, meaning if gcd⁑(m,n)=1\operatorname{gcd}(m,n)=1, then f(mn)=f(m)f(n)f(mn)=f(m)f(n), simplifying calculations for composite numbers.
    The parity of the number of divisors Ο„(n)\tau(n) is odd if and only if nn is a perfect square.
    The number of odd divisors depends solely on the odd prime factors of nn, while the number of even divisors is linked to the exponent of 2 in nn's prime factorization.
    * The number of ordered factor pairs (x,y)(x,y) such that xy=nxy=n is precisely Ο„(n)\tau(n).

    Chapter Review Questions

    :::question type="MCQ" question="Let nn be an integer such that Ο„(n)=6\tau(n)=6 and Οƒ(n)=28\sigma(n)=28. What is the value of nn?" options=["8","12","18","24"] answer="12" hint="Consider nn to be of the form p5p^5 or p12p21p_1^2 p_2^1. Test the sum of divisors for each case." solution="Given Ο„(n)=6\tau(n)=6, nn must be of the form p5p^5 or p12p21p_1^2 p_2^1.
    Case 1: n=p5n=p^5.
    Οƒ(n)=p6βˆ’1pβˆ’1=28\sigma(n) = \frac{p^6-1}{p-1} = 28.
    If p=2p=2, Οƒ(25)=26βˆ’12βˆ’1=63β‰ 28\sigma(2^5) = \frac{2^6-1}{2-1} = 63 \ne 28.
    If p=3p=3, Οƒ(35)=36βˆ’13βˆ’1=7282=364β‰ 28\sigma(3^5) = \frac{3^6-1}{3-1} = \frac{728}{2} = 364 \ne 28. No prime pp satisfies this.

    Case 2: n=p12p21n=p_1^2 p_2^1.
    Οƒ(n)=(p13βˆ’1p1βˆ’1)(p22βˆ’1p2βˆ’1)=(p12+p1+1)(p2+1)=28\sigma(n) = \left(\frac{p_1^3-1}{p_1-1}\right)\left(\frac{p_2^2-1}{p_2-1}\right) = (p_1^2+p_1+1)(p_2+1) = 28.
    Since 28 is a small number, p1p_1 and p2p_2 must be small primes.
    Try p1=2p_1=2. Then (22+2+1)(p2+1)=7(p2+1)=28(2^2+2+1)(p_2+1) = 7(p_2+1) = 28.
    p2+1=4β€…β€ŠβŸΉβ€…β€Šp2=3p_2+1 = 4 \implies p_2=3.
    So n=22β‹…31=4β‹…3=12n=2^2 \cdot 3^1 = 4 \cdot 3 = 12.
    Let's verify: Ο„(12)=(2+1)(1+1)=3β‹…2=6\tau(12) = (2+1)(1+1) = 3 \cdot 2 = 6.
    Οƒ(12)=(22+2+1)(3+1)=7β‹…4=28\sigma(12) = (2^2+2+1)(3+1) = 7 \cdot 4 = 28.
    Both conditions are met. The value of nn is 12."
    :::

    :::question type="NAT" question="How many positive integers less than 100 have exactly 3 odd divisors?" answer="8" hint="A number has exactly 3 odd divisors if its odd part is the square of an odd prime. Consider numbers of the form 2kβ‹…p22^k \cdot p^2 where pp is an odd prime." solution="Let nn be a positive integer. We can write n=2kβ‹…mn = 2^k \cdot m, where mm is an odd integer. The divisors of nn are of the form 2aβ‹…d2^a \cdot d, where 0≀a≀k0 \le a \le k and dd is a divisor of mm.
    The odd divisors of nn are precisely the divisors of mm.
    We are given that nn has exactly 3 odd divisors, so Ο„(m)=3\tau(m)=3.
    For Ο„(m)=3\tau(m)=3, mm must be the square of a prime number. Since mm is odd, m=p2m=p^2 for some odd prime pp.

    We need to find numbers n<100n < 100 of the form 2kβ‹…p22^k \cdot p^2.

    Possible odd primes pp:

  • If p=3p=3, then m=32=9m=3^2=9.

  • k=0:n=9<100k=0: n=9 < 100
    k=1:n=2β‹…9=18<100k=1: n=2 \cdot 9 = 18 < 100
    k=2:n=4β‹…9=36<100k=2: n=4 \cdot 9 = 36 < 100
    k=3:n=8β‹…9=72<100k=3: n=8 \cdot 9 = 72 < 100
    k=4:n=16β‹…9=144<ΜΈ100k=4: n=16 \cdot 9 = 144 \not< 100
    (4 numbers)

  • If p=5p=5, then m=52=25m=5^2=25.

  • k=0:n=25<100k=0: n=25 < 100
    k=1:n=2β‹…25=50<100k=1: n=2 \cdot 25 = 50 < 100
    k=2:n=4β‹…25=100<ΜΈ100k=2: n=4 \cdot 25 = 100 \not< 100 (The question asks for numbers less than 100)
    (2 numbers)

  • If p=7p=7, then m=72=49m=7^2=49.

  • k=0:n=49<100k=0: n=49 < 100
    k=1:n=2β‹…49=98<100k=1: n=2 \cdot 49 = 98 < 100
    k=2:n=4β‹…49=196<ΜΈ100k=2: n=4 \cdot 49 = 196 \not< 100
    (2 numbers)

  • If pβ‰₯11p \ge 11, then p2β‰₯121<ΜΈ100p^2 \ge 121 \not< 100. So no more cases.
  • Total numbers: 4+2+2=84 + 2 + 2 = 8.
    The numbers are: 9, 18, 36, 72, 25, 50, 49, 98."
    :::

    :::question type="MCQ" question="Which of the following numbers has an odd number of ordered factor pairs?" options=["10","12","18","25"] answer="25" hint="The number of ordered factor pairs of an integer nn is Ο„(n)\tau(n). Recall when Ο„(n)\tau(n) is odd." solution="The number of ordered factor pairs (x,y)(x,y) such that xy=nxy=n is equal to Ο„(n)\tau(n).
    We need to find which of the given numbers has an odd value for Ο„(n)\tau(n).
    It is a known property that Ο„(n)\tau(n) is odd if and only if nn is a perfect square.

    Let's check the options:
    * n=10=21β‹…51n=10 = 2^1 \cdot 5^1. Ο„(10)=(1+1)(1+1)=2β‹…2=4\tau(10) = (1+1)(1+1) = 2 \cdot 2 = 4 (even).
    * n=12=22β‹…31n=12 = 2^2 \cdot 3^1. Ο„(12)=(2+1)(1+1)=3β‹…2=6\tau(12) = (2+1)(1+1) = 3 \cdot 2 = 6 (even).
    * n=18=21β‹…32n=18 = 2^1 \cdot 3^2. Ο„(18)=(1+1)(2+1)=2β‹…3=6\tau(18) = (1+1)(2+1) = 2 \cdot 3 = 6 (even).
    * n=25=52n=25 = 5^2. Ο„(25)=(2+1)=3\tau(25) = (2+1) = 3 (odd).

    Since 25 is a perfect square, it has an odd number of ordered factor pairs (which are (1,25), (5,5), (25,1))."
    :::

    What's Next?

    πŸ’‘ Continue Your CMI Journey

    Having established a strong foundation in divisor-based problems, your journey into Number Theory can naturally progress to other related concepts. Consider exploring further properties of Multiplicative Functions, including Euler's totient function Ο•(n)\phi(n), which shares many structural similarities with Ο„(n)\tau(n) and Οƒ(n)\sigma(n). This will deepen your understanding of how number-theoretic functions behave. Additionally, the concept of Perfect Numbers is directly linked to the sum of divisors Οƒ(n)\sigma(n), offering a fascinating application of these principles.

    🎯 Key Points to Remember

    • βœ“ Master the core concepts in Divisor-based problems before moving to advanced topics
    • βœ“ Practice with previous year questions to understand exam patterns
    • βœ“ Review short notes regularly for quick revision before exams

    Related Topics in Number Theory

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    πŸ“š

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    πŸ“Š

    Smart Analytics

    Track your progress with subject-wise performance insights

    πŸ”–

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation β†’

    No credit card required β€’ Free forever for basic features