lightbulb
Key Concepts
< div id = "study-notes" style = "background: rgba(255,255,255,0.03); padding: 1.5rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; line-height: 1.6;" >
1. Euclid's Division Lemma
Given positive integers a and b, there exist unique integers q and r satisfying a = bq + r, where 0 ≤ r < b.
2. Fundamental Theorem of Arithmetic
Every composite number can be expressed as a product of primes, and this factorization is unique.
- HCF: Product of the smallest power of each common prime factor.
- LCM: Product of the greatest power of each prime factor.
3. Irrational Numbers
A number is irrational if it cannot be written in the form p/q (e.g., √2, √3, π). Theorem: If p is prime and p divides a², then p divides a.