Number Theory Foundation
Core Concept
Integers include all whole numbers and their negatives: …−3, −2, −1, 0, 1, 2, 3… Absolute value |x| is the distance from zero — always non-negative.
🧠 Must Memorize
- Negative × Negative = Positive
- Negative × Positive = Negative
- |−7| = 7, |7| = 7, |0| = 0
- Adding integers with same sign: add & keep sign
- Adding integers with different signs: subtract, keep sign of larger absolute value
📝 Example
Evaluate: (−3) × (−4) − |−5|
Step 1: (−3) × (−4) = +12
Step 2: |−5| = 5
Step 3: 12 − 5 = 7 ✓
PEMDAS / BODMAS
Core Concept
Always evaluate expressions in this strict order to get correct results.
🧠 Must Memorize
- Please Excuse My Dear Aunt Sally
- Multiply and Divide are EQUAL priority (left to right)
- Add and Subtract are EQUAL priority (left to right)
📝 Example
Evaluate: 3 + 2² × (8 − 6) ÷ 4
Step 1 (Parentheses): 8 − 6 = 2
Step 2 (Exponents): 2² = 4
Step 3 (Multiply): 4 × 2 = 8
Step 4 (Divide): 8 ÷ 4 = 2
Step 5 (Add): 3 + 2 = 5 ✓
Rational Number Operations
Core Concept
Fractions represent parts of a whole. Operations require a common denominator for addition/subtraction; multiplication multiplies numerators and denominators directly.
🧠 Must Memorize
- To divide fractions: Keep · Change · Flip (KCF)
- Converting: 3/4 = 0.75 = 75%
- Mixed number: 2½ = 5/2
- LCD = Least Common Denominator
📝 Example
Calculate: 2/3 + 3/4
LCD of 3 and 4 = 12
2/3 = 8/12, 3/4 = 9/12
8/12 + 9/12 = 17/12 = 1 5/12 ✓
Proportional Reasoning
Core Concept
A ratio compares two quantities. A proportion states two ratios are equal. Cross-multiplication solves proportions.
🧠 Must Memorize
- % means "per hundred": 45% = 45/100 = 0.45
- Part = Percent × Whole
- % Change = (New − Old)/Old × 100
- % Discount: multiply by (1 − rate)
📝 Example
What is 35% of 80?
0.35 × 80 = 28 ✓
Powers and Radicals
Core Concept
An exponent tells how many times to multiply the base by itself. Square root asks: what number times itself gives this value?
🧠 Must Memorize
- a⁰ = 1 (any nonzero base)
- a⁻ⁿ = 1/aⁿ
- Perfect squares: 1,4,9,16,25,36,49,64,81,100,121,144
- √144 = 12, √169 = 13, √225 = 15
📝 Example
Simplify: 2³ × 2⁴
= 2³⁺⁴ = 2⁷ = 128 ✓
Algebraic Thinking
Core Concept
A variable is a letter representing an unknown value. An expression combines variables, numbers, and operations. Like terms have identical variable parts and can be combined.
🧠 Must Memorize
- Like terms: 3x and 7x (can combine → 10x)
- Unlike terms: 3x and 7y (cannot combine)
- Coefficient: the number in front of a variable
- 3(x + 4) = 3x + 12
📝 Example
Simplify: 4x + 3y − 2x + y
Combine x-terms: 4x − 2x = 2x
Combine y-terms: 3y + y = 4y
Result: 2x + 4y ✓
Linear Equations
Core Concept
Solve equations by isolating the variable using inverse operations. Whatever you do to one side, do to the other.
🧠 Must Memorize
- Inverse of + is −, inverse of × is ÷
- Undo operations in reverse PEMDAS order
- Always check your answer by substituting back!
📝 Example
Solve: 3x − 7 = 14
Step 1: 3x = 14 + 7 = 21
Step 2: x = 21 ÷ 3 = 7
Check: 3(7) − 7 = 21 − 7 = 14 ✓
Comparing & Graphing
Core Concept
Inequalities show relationships where values are not necessarily equal. Solving follows same rules as equations with one key exception.
🧠 Must Memorize
- < (less than): open dot on number line
- ≤ (less than or equal): closed dot on number line
- −2x < 6 → divide by −2 → x > −3 (FLIP!)
📝 Example
Solve: −4x + 2 > 10
Step 1: −4x > 8
Step 2: x < −2 (divide by −4, flip!)
Area, Perimeter, Volume
Core Concept
Essential geometric formulas for 2D and 3D shapes used throughout algebra and beyond.
🧠 Must Memorize
- π ≈ 3.14
- Pythagorean Theorem: a² + b² = c²
- Rectangle: A = lw
- Rectangular Prism Volume: V = lwh
📝 Example
Rectangle: l = 8 cm, w = 5 cm
Area = 8 × 5 = 40 cm²
Perimeter = 2(8 + 5) = 2 × 13 = 26 cm ✓
Data Analysis
Core Concept
Statistics describes data sets. The three averages (mean, median, mode) each measure the center differently. Probability measures likelihood of events.
🧠 Must Memorize
- Mean: add all, divide by count
- Median: middle value of ordered list (average of two middles if even count)
- Mode: most frequently occurring value
- Range = Maximum − Minimum
- Probability always: 0 ≤ P ≤ 1
📝 Example
Data: 3, 7, 7, 10, 13
Mean: (3+7+7+10+13)/5 = 40/5 = 8
Median: 7 (middle value)
Mode: 7 (appears twice) ✓