Number Theory and Fundamentals
Build a solid mathematical foundation with this number theory and fundamentals flashcard deck. These core concepts underpin all of mathematics and are essential for GCSE, SAT, AMC (American Mathematics Competition), and everyday mathematical reasoning. This deck covers prime and composite numbers, factors and multiples, HCF and LCM, divisibility rules, fractions and decimals, percentages and ratios, indices and surds, set theory and Venn diagrams, types of numbers (natural, integer, rational, irrational, real), and basic proof techniques including proof by contradiction and mathematical induction. Based on publicly available educational resources including OpenStax Prealgebra and CK-12 Number Theory.
All Cards in This Deck
Question
What is a prime number?
Answer
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.
Question
What is a composite number?
Answer
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.
Question
What is the Fundamental Theorem of Arithmetic?
Answer
Every integer greater than 1 can be written as a unique product of prime numbers (unique prime factorization). Example: 60 = 2ยฒ ร 3 ร 5.
Question
What are the divisibility rules?
Answer
รท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.
Question
What is the HCF (Highest Common Factor) / GCD?
Answer
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.
Question
What is the LCM (Lowest Common Multiple)?
Answer
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.
Question
What is the relationship between HCF and LCM?
Answer
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.
Question
What are rational and irrational numbers?
Answer
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.
Question
What are surds?
Answer
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.
Question
What are the surd rules?
Answer
โ(ab) = โa ร โb. โ(a/b) = โa / โb. โa ร โa = a. (โa + โb)(โa โ โb) = a โ b (rationalizing the denominator).
Question
What is rationalizing the denominator?
Answer
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.
Question
What are the types of numbers in the number system?
Answer
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.
Question
What is scientific notation (standard form)?
Answer
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โถ.
Question
What is percentage change formula?
Answer
(New โ Old) / Old ร 100%. Positive result = increase. Negative result = decrease. Example: price rises from 50 to 65 โ (65โ50)/50 ร 100 = 30% increase.
Question
What are set notation symbols?
Answer
โ: 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.
Question
What is a Venn diagram used for?
Answer
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.
Question
What is proof by contradiction?
Answer
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.
Question
What is mathematical induction?
Answer
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.
Question
What is the floor and ceiling function?
Answer
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.
Question
What is the modulo operation?
Answer
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.
Question
What is Euler's formula (complex numbers)?
Answer
eโฑแถฟ = cos ฮธ + i sin ฮธ. The famous special case: eโฑแต + 1 = 0 (Euler's identity) โ connects e, i, ฯ, 1, and 0 in one equation.
Question
What is the factorial (n!) and its formula?
Answer
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.
Question
What is direct proportion vs inverse proportion?
Answer
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.
Question
What are significant figures and decimal places?
Answer
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.