Number Theory and Fundamentals

๐Ÿƒ 24 cards ๐Ÿ‘ 1 views ๐Ÿ—‚ Mathematics

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.

๐Ÿš€ Study Now

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.

More in Mathematics