What is a prime number? โ A whole number greater than 1 that has exactly two factors: 1 and itself. Examples: 2, 3, 5, 7, 11, 13, 17, 19, 23. 2 is the only even prime. 1 is NOT prime.
What is a composite number? โ A whole number greater than 1 that has more than two factors (divisible by something other than 1 and itself). Examples: 4, 6, 8, 9, 10. Every composite number has a unique prime factorization.
What is the Fundamental Theorem of Arithmetic? โ Every integer greater than 1 can be written as a unique product of prime numbers (unique prime factorization). Example: 60 = 2ยฒ ร 3 ร 5.
What are the divisibility rules? โ รท2: ends in 0,2,4,6,8. รท3: digit sum divisible by 3. รท4: last two digits divisible by 4. รท5: ends in 0 or 5. รท6: divisible by both 2 and 3. รท9: digit sum divisible by 9. รท10: ends in 0.
What is the HCF (Highest Common Factor) / GCD? โ The largest number that divides exactly into two or more numbers. Find using prime factorization โ multiply shared prime factors. Example: HCF(12,18) = 2ร3 = 6.
What is the LCM (Lowest Common Multiple)? โ The smallest number that is a multiple of two or more numbers. Find using prime factorization โ multiply all prime factors at their highest power. Example: LCM(4,6) = 12.
What is the relationship between HCF and LCM? โ HCF(a,b) ร LCM(a,b) = a ร b. Example: HCF(4,6)=2, LCM(4,6)=12. 2ร12 = 4ร6 = 24. โ Useful shortcut when one is known.
What are rational and irrational numbers? โ Rational: Can be expressed as p/q where p,q are integers and qโ 0. Decimals terminate or repeat. Examples: ยฝ, 0.75, 3. Irrational: Cannot โ decimals are non-terminating, non-repeating. Examples: ฯ, โ2, e.
What are surds? โ Irrational roots that cannot be simplified to whole numbers or fractions. Example: โ2, โ3, โ5 are surds. โ4=2 is NOT a surd. Surds are left in root form for exact answers.
What are the surd rules? โ โ(ab) = โa ร โb. โ(a/b) = โa / โb. โa ร โa = a. (โa + โb)(โa โ โb) = a โ b (rationalizing the denominator).
What is rationalizing the denominator? โ Eliminating surds from the denominator. Multiply numerator and denominator by the conjugate or the surd. Example: 1/โ2 = โ2/2. 1/(โ3โ1) = (โ3+1)/2.
What are the types of numbers in the number system? โ Natural (โ): 1,2,3... Whole: 0,1,2,3... Integer (โค): ...โ2,โ1,0,1,2... Rational (โ): p/q form. Irrational: non-repeating decimals. Real (โ): all rational + irrational. Complex (โ): includes โ(โ1)=i.
What is scientific notation (standard form)? โ A number written as a ร 10โฟ where 1 โค a < 10 and n is an integer. Example: 0.00045 = 4.5 ร 10โปโด. 3,200,000 = 3.2 ร 10โถ.
What is percentage change formula? โ (New โ Old) / Old ร 100%. Positive result = increase. Negative result = decrease. Example: price rises from 50 to 65 โ (65โ50)/50 ร 100 = 30% increase.
What are set notation symbols? โ โ: element of. โ: not element of. โ: subset. โช: union (in A or B or both). โฉ: intersection (in both A and B). A': complement of A (not in A). โ or {}: empty set.
What is a Venn diagram used for? โ To visually represent sets and their relationships โ showing union, intersection, and complement. Two circles that overlap show which elements are in only A, only B, or both.
What is proof by contradiction? โ Assume the opposite of what you want to prove, then show this leads to a contradiction (an impossibility), proving the original statement must be true. Example: proof that โ2 is irrational.
What is mathematical induction? โ A proof technique for statements about all natural numbers. Step 1 (Base case): Prove true for n=1. Step 2 (Inductive step): Assume true for n=k, prove true for n=k+1. Therefore true for all n.
What is the floor and ceiling function? โ Floor โxโ: The greatest integer โค x. Example: โ3.7โ=3, โโ2.3โ=โ3. Ceiling โxโ: The smallest integer โฅ x. Example: โ3.2โ=4, โโ2.3โ=โ2.
What is the modulo operation? โ a mod m gives the remainder when a is divided by m. Example: 17 mod 5 = 2 (because 17 = 3ร5 + 2). Essential in number theory, cryptography, and computer science.
What is Euler's formula (complex numbers)? โ eโฑแถฟ = cos ฮธ + i sin ฮธ. The famous special case: eโฑแต + 1 = 0 (Euler's identity) โ connects e, i, ฯ, 1, and 0 in one equation.
What is the factorial (n!) and its formula? โ n! = n ร (nโ1) ร (nโ2) ร ... ร 2 ร 1. Example: 5! = 120. Special cases: 0! = 1 and 1! = 1. Used in permutations, combinations, and the binomial theorem.
What is direct proportion vs inverse proportion? โ Direct: y = kx โ as x increases, y increases by the same factor. Inverse: y = k/x โ as x increases, y decreases. k is the constant of proportionality in both cases.
What are significant figures and decimal places? โ Significant figures (SF): Count from the first non-zero digit. 0.00420 has 3 SF. Decimal places (dp): Count digits after the decimal point. Round using the next digit โ โฅ5 round up, <5 round down.
Number Theory and Fundamentals
Mathematics
Question
Click card or press Space to reveal answer
Answer
Click to flip back