š Key Points
- Euclid's Division Lemma: For positive integers a and b, a = bq + r where 0 ⤠r < b
- Euclid's algorithm: Repeatedly apply division lemma until remainder = 0. The last divisor is HCF.
- Fundamental Theorem of Arithmetic: Every composite number = unique product of primes
- Rational Numbers: Can be expressed as p/q (p, q integers, q ā 0)
- Rational Decimals: Terminating (0.5, 0.25) or non-terminating repeating (0.333...)
- Irrational Numbers: Cannot be expressed as p/q. Examples: ā2, ā3, Ļ, e
- Irrational Decimals: Non-terminating, non-repeating (Ļ = 3.141592...)
- Proving āp (p prime) is irrational: Assume āp = a/b, square both sides, show p divides both a and b (contradiction)
- Real Numbers = Rational + Irrational. Every real number belongs to exactly one category.
- Terminating decimal: Denominator (in lowest form) has only factors of 2 and 5
- Non-terminating repeating: Denominator (in lowest form) has factors other than 2 and 5
- HCF Ć LCM = a Ć b (for any two positive integers a and b)
- HCF of numbers: Product of common prime factors with lowest powers
- LCM of numbers: Product of all prime factors with highest powers
- For three numbers: Find HCF and LCM step-by-step (pairwise if needed)
- Operations on irrationals: Rational + Irrational = Irrational; Rational Ć Irrational (non-zero) = Irrational
- Between any two rationals, infinitely many irrationals exist (and vice versa)
- ān is irrational if n is not a perfect square. ā4 = 2 (rational), ā5 is irrational.
- Prime factorization method: Divide by smallest prime repeatedly until quotient becomes 1
- Coprime/Co-prime numbers: Two numbers with HCF = 1. Example: 7 and 10
š Important Definitions
š¢ Formulas & Laws
Euclid's Division Lemma
a = bq + r, where 0 ⤠r < b
Used to find HCF using division algorithm
HCF and LCM Relationship
HCF(a, b) Ć LCM(a, b) = a Ć b
Always verify HCF and LCM using this relationship
Rational Number
p/q where p, q ā ā¤, q ā 0
Can be expressed as fraction with integer numerator and denominator
Prime Factorization
n = pā^aā Ć pā^aā Ć ... Ć pā^aā
Every composite number has unique prime factorization
HCF from Prime Factorization
Product of common prime factors with lowest powers
For 12 = 2² à 3 and 18 = 2 à 3², HCF = 2 à 3 = 6
LCM from Prime Factorization
Product of all prime factors with highest powers
For 12 = 2² à 3 and 18 = 2 à 3², LCM = 2² à 3² = 36
Decimal Expansion (Rational)
Either terminating or non-terminating repeating
1/4 = 0.25 (terminating); 1/3 = 0.333... (repeating)
Converting Repeating Decimal
For 0.aāaā...aā repeating: x = (aāaā...aā)/(10āæ - 1)
For 0.23Ģ: x = 23/99
Terminating Decimal Condition
p/q terminates iff q = 2^m Ć 5^n (in lowest form)
1/8 terminates (8 = 2³), but 1/6 doesn't (6 = 2 à 3)
Sum/Difference of Rational and Irrational
Rational ± Irrational = Irrational
Example: 2 + ā2 is irrational
Product (Non-zero Rational Ć Irrational)
Rational Ć Irrational = Irrational
Example: 3 Ć ā2 = 3ā2 is irrational
Irrationality of āp (p prime)
āp cannot be expressed as p/q (proved by method of contradiction)
ā2, ā3, ā5, ā7 are all irrational
ā ļø Common Mistakes
ā Wrong: Confusing rational and irrational numbers
ā Correct: Rational: can be expressed as p/q; Irrational: cannot be expressed as p/q
ā Wrong: Thinking ā4 is irrational because it's a square root
ā Correct: ā4 = 2 (rational); only ān for non-perfect square n is irrational
ā Wrong: Forgetting that remainder must satisfy 0 ⤠r < b
ā Correct: In Euclid's lemma a = bq + r, the remainder must always be less than divisor
ā Wrong: Mixing up HCF and LCM applications
ā Correct: HCF: maximum/largest (e.g., maximum length); LCM: minimum/least (e.g., next occurrence)
ā Wrong: Thinking 22/7 is irrational because it approximates Ļ
ā Correct: 22/7 is rational (fraction of integers); Ļ itself is irrational
ā Wrong: Confusing terminating and repeating decimals as both terminating
ā Correct: 0.5 is terminating; 0.333... is non-terminating repeating (both are rational)
ā Wrong: Not verifying HCF Ć LCM = a Ć b
ā Correct: Always use this relationship to check your answers
š Exam Focus
These questions are frequently asked in CBSE exams:
šÆ Last-Minute Recall
Close your eyes and try to recall: Key definitions, formulas, and 3 common mistakes. If you can recall 80% without looking, you're exam-ready!