Number System

The foundation of all math. Master Divisibility Rules, Unit Digits, and Remainder Theorems to solve complex problems without calculation.

1. Classification of Numbers

Understand the family tree of numbers to avoid theoretical traps.

  • Real Numbers: Everything on the number line.
  • Rational (Q): Can be p/q (e.g., 2/3, 5). Terminating or Repeating decimals.
  • Irrational: Non-terminating, Non-repeating (e.g., 2,╧А\sqrt{2}, \pi).
  • Integers (Z): ...-2, -1, 0, 1, 2...
  • Prime Numbers: Only two factors (1 and itself). 2 is the only even prime. 1 is NEITHER prime NOR composite.

Example:

Q: Is ╧А\pi rational or irrational?
Solution: ╧А\pi (3.14159...) never ends and never repeats pattern. It is Irrational. However, 22/722/7 is Rational (approximation).

2. Unit Digit Strategy (Cyclicity)

To find the last digit of ana^n, focus only on the unit digit of base and dividing power by 4.

  • 0, 1, 5, 6: Same unit digit always. (5nтЖТ55^n \to 5, 6nтЖТ66^n \to 6)
  • 4, 9: Cycle of 2. (4oddтЖТ4,4evenтЖТ64^{odd} \to 4, 4^{even} \to 6; 9oddтЖТ9,9evenтЖТ19^{odd} \to 9, 9^{even} \to 1)
  • 2, 3, 7, 8: Cycle of 4. Divide power by 4, take remainder (RR). If R=0R=0, use power 4.

Example:

Q: Find unit digit of 2332^{33}.
Solution: Step 1: Divide power 33 by 4. Remainder = 1.
Step 2: 21=22^1 = 2.
Ans: 2.

3. Divisibility Rules (The Sniper Tool)

Check divisibility without dividing.

  • 3 & 9: Sum of digits must be divisible by 3 or 9.
  • 4: Last 2 digits divisible by 4.
  • 8: Last 3 digits divisible by 8.
  • 11: (Sum of Odd places) - (Sum of Even places) = 0 or multiple of 11.
  • 7, 11, 13: Subtract last 3 digits from remaining part. Result divisible by 7/11/13?

Example:

Q: Is 9182736 divisible by 9?
Solution: Sum: 9+1+8+2+7+3+6=369+1+8+2+7+3+6 = 36.
36 is divisible by 9.
Yes.

4. Remainder Theorems (Power Tricks)

Solve an/da^n / d instantly.

  • Negative Remainder: If remainder is large, take negative. (e.g., 17/18oRemтИТ117/18 o Rem -1).
  • Fermat's Little Theorem: apтИТ1/poRem1a^{p-1}/p o Rem 1 (if p is prime).
  • Wilson's Theorem: (pтИТ1)!/poRem(pтИТ1)(p-1)!/p o Rem (p-1).

Example:

Q: Find remainder: 17200div1817^{200} div 18.
Solution: 17div18oтИТ117 div 18 o -1.
(тИТ1)200=+1(-1)^{200} = +1.
Ans: 1.

5. Factors & HCF/LCM

Decompose numbers into prime factors (N=apbqcrN = a^p b^q c^r).

  • Total Factors: (p+1)(q+1)(r+1)(p+1)(q+1)(r+1).
  • HCF: Lowest power of common primes.
  • LCM: Highest power of all primes.
  • Product Rule: HCFimesLCM=N1imesN2HCF imes LCM = N_1 imes N_2.

Example:

Q: Factors of 24?
Solution: 24=23imes3124 = 2^3 imes 3^1.
Factors = (3+1)(1+1)=4imes2=8(3+1)(1+1) = 4 imes 2 = 8.