Logo The School of Mathematics
The School of Mathematics
HomeExamsAbout usBlogs
LoginSign Up
Logo The School of Mathematics

The School of Mathematics

Structured exam preparation with rigorous quizzes and targeted practice to improve your score.

Navigation

  • Home
  • About Us
  • Contact Us
  • Blogs

Exams

  • All Exams

Information

  • Terms of Service
  • Privacy Policy
  • Contact Us

© 2026 The School of Mathematics. All rights reserved.

Made with ❤️ for quiz enthusiasts

All articles
ACT Math, ACT Prep, Numbers & Operations

ACT Math Numbers & Operations Complete Guide

June 15, 2026
ACT Math: Numbers & Operations – Complete Guide | The School of Mathematics
SoM › ACT Math › Numbers & Operations
ACT Math — Full Lesson

Numbers & Operations

A complete, test-focused breakdown of every Numbers & Operations concept tested on the ACT — from integer rules to complex number arithmetic — with worked examples and strategy notes so you know exactly what to do on test day.

~25 min read ~20–25% of ACT Math 4 Practice Quizzes
🧮
Free Practice
2,000+ ACT Math Practice Problems
Full ACT Math QBank — Numbers, Algebra, Geometry, Trig & more · No account needed
Start Practicing →

In This Lesson

  • 01 Integers & Absolute Value
  • 02 Fractions & Mixed Numbers
  • 03 Decimals & Place Value
  • 04 Ratios & Proportions
  • 05 Percents
  • 06 Exponents & Roots
  • 07 Order of Operations
  • 08 Factors, Multiples & Primes
  • 09 Sequences & Patterns
  • 10 Complex Numbers
  • 11 Number Line & Inequalities
  • → Practice Quizzes
01 · Integers

Integers & Absolute Value

An integer is any whole number — positive, negative, or zero. No fractions, no decimals. The ACT tests your fluency with integer arithmetic, especially with negatives.

Arithmetic with Negative Numbers

OperationRuleExample
Adding same signAdd magnitudes, keep sign(−4) + (−3) = −7
Adding opposite signsSubtract magnitudes, take sign of larger(−7) + 3 = −4
SubtractingAdd the opposite5 − (−3) = 5 + 3 = 8
Multiplying / DividingSame signs → positive; Different signs → negative(−2)(−5) = 10; (−6)÷2 = −3

Absolute Value

Absolute value |x| gives the distance from zero — always non-negative.

|x| = x   if x ≥ 0
|x| = −x   if x < 0
// |−8| = 8, |5| = 5, |0| = 0
📐 Worked Example
Evaluate: |3 − 11| − |−4 + 1|
01Inside first absolute value: 3 − 11 = −8, so |−8| = 8
02Inside second: −4 + 1 = −3, so |−3| = 3
038 − 3 = 5
Answer: 5
⚠️

ACT trap: When a negative sign sits outside absolute value brackets, apply it after resolving the absolute value. −|−9| = −9, not 9.

02 · Fractions

Fractions & Mixed Numbers

The Four Operations

Addition & Subtraction Common denominator required.
a/b ± c/d = (ad ± bc) / bd
Multiplication Multiply straight across.
(a/b) × (c/d) = ac / bd
Division Flip the second fraction, then multiply.
(a/b) ÷ (c/d) = (a/b) × (d/c)
Mixed Numbers Convert to improper fractions first:
2¾ = (2×4+3)/4 = 11/4

Simplifying Fractions

Always divide numerator and denominator by their GCF (Greatest Common Factor). On multiple-choice ACT, answers always appear in simplest form.

📐 Worked Example
Simplify: (3/4) ÷ (9/16)
01Flip second fraction: 9/16 → 16/9
02Multiply: (3/4) × (16/9) = 48/36
03GCF of 48 and 36 is 12 → 4/3
Answer: 4/3 (or 1⅓)
💡

Speed trick: Cross-cancel before multiplying. In (3/4) × (16/9), cancel the 3 and 9 (÷3) and the 4 and 16 (÷4) to get 1/1 × 4/3 instantly.

03 · Decimals

Decimals & Place Value

Place Value Chart

PositionNameValue
… | 1 0 0 0 .Thousands to Ones×1000, ×100, ×10, ×1
. 1Tenths×0.1
. 0 1Hundredths×0.01
. 0 0 1Thousandths×0.001

Decimal ↔ Fraction Conversions

0.75 = 75/100 = 3/4
0.3333... = 1/3
0.125 = 1/8
// Memorize: 1/8=0.125, 1/6≈0.167, 1/3≈0.333, 2/3≈0.667

Rounding Rules

  • Identify the digit to round to. Look at the digit immediately to its right.
  • If the next digit is 0–4: round down (keep current digit).
  • If the next digit is 5–9: round up (add 1).
⚠️

Multiplication trap: When multiplying decimals, count the total decimal places in both factors — that's how many appear in the answer. 1.2 × 0.04 = 0.048 (3 decimal places total).

04 · Ratios

Ratios & Proportions

A ratio compares two quantities. A proportion states that two ratios are equal — and is your go-to tool for scaling problems.

Setting Up a Proportion

a/b = c/d   →   ad = bc   (cross-multiply)
📐 Worked Example
A recipe uses 3 cups of flour for every 2 cups of sugar. How many cups of flour are needed for 5 cups of sugar?
01Set up: 3/2 = x/5
02Cross-multiply: 2x = 15
03x = 7.5 cups
Answer: 7.5 cups of flour

Part-to-Part vs. Part-to-Whole

Key Distinction

If the ratio of boys to girls is 3:5, there are 3+5 = 8 parts total. Boys = 3/8 of the whole; girls = 5/8. The ACT frequently asks for part-to-whole when you're given part-to-part.

Rate Problems

Rate = Distance / Time (or more generally, quantity / unit). Always identify what the rate's units are — this alone often points to the correct setup.

Distance = Rate × Time
D = R × T   →   R = D/T   →   T = D/R
05 · Percents

Percents

Percent means "per hundred." The ACT tests three core percent calculation types, plus percent change and multi-step percent problems.

The Three Core Questions

Question TypeFormulaExample
What is P% of W?Answer = (P/100) × WWhat is 30% of 80? → 24
X is what % of W?P = (X/W) × 10018 is what % of 72? → 25%
X is P% of what?W = X ÷ (P/100)15 is 20% of what? → 75

Percent Change

% Change = [(New − Old) / Old] × 100
// Positive = increase; Negative = decrease
📐 Worked Example
A jacket costs $80 and goes on sale for $68. What is the percent decrease?
01Change: 68 − 80 = −12
02% Change: (−12/80) × 100 = −15%
Answer: 15% decrease

Successive Percents (Multiplier Method)

Critical Concept

A 20% increase followed by a 20% decrease does NOT return to the original. Multiply the multipliers:

Original × 1.20 × 0.80 = Original × 0.96 → a 4% net decrease.

💡

Shortcut: To increase by P%, multiply by (1 + P/100). To decrease by P%, multiply by (1 − P/100). Chain multiplications for multi-step problems.

06 · Exponents

Exponents & Roots

Exponent Rules

RuleFormulaExample
Product Rulexᵃ · xᵇ = xᵃ⁺ᵇx³ · x⁴ = x⁷
Quotient Rulexᵃ / xᵇ = xᵃ⁻ᵇx⁶ / x² = x⁴
Power Rule(xᵃ)ᵇ = xᵃᵇ(x³)² = x⁶
Zero Exponentx⁰ = 1 (x ≠ 0)7⁰ = 1
Negative Exponentx⁻ⁿ = 1/xⁿ2⁻³ = 1/8
Fractional Exponentx^(m/n) = ⁿ√(xᵐ)8^(2/3) = (∛8)² = 4

Square Roots & Simplifying Radicals

√(a · b) = √a · √b
√(a/b) = √a / √b
√(a²) = |a|
// Simplify: √72 = √(36·2) = 6√2
📐 Worked Example
Simplify: 2⁻³ × 4²
012⁻³ = 1/8
024² = 16
03(1/8) × 16 = 16/8 = 2
Answer: 2
⚠️

Common mistake: (−3)² = 9, but −3² = −9. Parentheses change everything. The exponent only applies to what it directly touches.

07 · Order of Operations

Order of Operations

PEMDAS

Parentheses → Exponents → Multiplication & Division (left to right) → Addition & Subtraction (left to right)

📐 Worked Example
Evaluate: 3 + 4² ÷ (8 − 6) × 2
PParentheses: (8 − 6) = 2 → 3 + 4² ÷ 2 × 2
EExponents: 4² = 16 → 3 + 16 ÷ 2 × 2
MDLeft to right: 16 ÷ 2 = 8, then 8 × 2 = 16 → 3 + 16
ASAddition: 3 + 16 = 19
Answer: 19
08 · Factors & Primes

Factors, Multiples & Prime Numbers

Key Definitions

Factor A number that divides evenly into another.
Factors of 12: 1, 2, 3, 4, 6, 12.
Multiple A product of the number and any integer.
Multiples of 4: 4, 8, 12, 16, …
GCF Greatest Common Factor — the largest factor shared by two numbers.
GCF(18, 24) = 6
LCM Least Common Multiple — the smallest multiple shared.
LCM(4, 6) = 12

Prime Numbers

A prime has exactly two distinct factors: 1 and itself. 1 is NOT prime. 2 is the only even prime.

Primes under 30: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29
// Memorize these — the ACT tests them often

Prime Factorization

Break any integer into its prime building blocks. This is the foundation for finding GCF and LCM.

📐 Worked Example — LCM via Prime Factorization
Find LCM(18, 24)
0118 = 2 × 3²
0224 = 2³ × 3
03Take the highest power of each prime: 2³ × 3² = 8 × 9 = 72
LCM(18, 24) = 72
💡

Fast GCF trick: GCF × LCM = Product of the two numbers. So GCF(18,24) = (18 × 24) / 72 = 432/72 = 6.

09 · Sequences

Sequences & Patterns

Arithmetic Sequences

Each term increases (or decreases) by a constant amount called the common difference d.

aₙ = a₁ + (n − 1)d
// aₙ = nth term, a₁ = first term, d = common difference

Sum of first n terms: Sₙ = n/2 × (a₁ + aₙ)
📐 Worked Example
Find the 20th term of the sequence: 5, 11, 17, 23, …
01d = 11 − 5 = 6
02a₂₀ = 5 + (20 − 1)(6) = 5 + 114 = 119
Answer: 119

Geometric Sequences

Each term is multiplied by a constant called the common ratio r.

aₙ = a₁ × r^(n−1)
// Example: 2, 6, 18, 54… → r = 3 → a₅ = 2 × 3⁴ = 162

Pattern Recognition

  • Look at differences between consecutive terms first (arithmetic).
  • If differences aren't constant, look at ratios (geometric).
  • If neither, look at second differences (quadratic) or other patterns.
  • For repeating decimal/digit patterns, divide out the cycle length.
10 · Complex Numbers

Complex Numbers

The ACT (especially at higher score levels) tests basic arithmetic with imaginary and complex numbers.

Foundation

i = √(−1)    i² = −1    i³ = −i    i⁴ = 1    then the cycle repeats every 4.

Powers of i — Cycle of 4

i¹ = i
i² = −1
i³ = −i
i⁴ = 1
i⁵ = i   (cycle restarts)
// To find iⁿ: divide n by 4, use the remainder

Arithmetic with Complex Numbers

A complex number takes the form a + bi where a is the real part and b is the imaginary part.

OperationMethodExample
AdditionAdd real parts, add imaginary parts(3+2i)+(1−4i) = 4−2i
SubtractionSubtract real parts, subtract imaginary parts(5+3i)−(2+i) = 3+2i
MultiplicationFOIL, then replace i²=−1(2+i)(3−2i)=6−4i+3i−2i²=8−i
📐 Worked Example
What is i²⁷?
01Divide exponent by 4: 27 ÷ 4 = 6 remainder 3
02i²⁷ = i³ = −i
Answer: −i
11 · Number Line

Number Line & Inequalities

Number Sets

SetSymbolContains
Natural Numbersℕ1, 2, 3, 4, …
Whole Numbers𝕎0, 1, 2, 3, …
Integersℤ…, −2, −1, 0, 1, 2, …
Rational NumbersℚAny fraction a/b (b≠0), including repeating decimals
Irrational Numbers√2, π, e — non-repeating, non-terminating decimals
Real NumbersℝAll rational + irrational

Inequality Rules

Critical Rule

When you multiply or divide both sides of an inequality by a negative number, you must flip the inequality sign.

Example: −2x > 6 → x < −3   (sign flipped when dividing by −2).

Absolute Value Inequalities

|x| < k   →   −k < x < k   (AND — one interval)
|x| > k   →   x < −k OR x > k   (OR — two intervals)
💡

Memory trick: "Less than" → Less than k is a single connected interval (think: small, together). "Greater than" → Greater than k splits into two separate pieces (think: big, apart).

📐 Worked Example
Solve: |2x − 3| ≤ 7
01Set up: −7 ≤ 2x − 3 ≤ 7
02Add 3 throughout: −4 ≤ 2x ≤ 10
03Divide by 2: −2 ≤ x ≤ 5
Answer: −2 ≤ x ≤ 5
Test Day Strategy

What to Do on Test Day

Common ACT Traps

  • Forgetting to flip the inequality sign when multiplying/dividing by a negative.
  • Applying percent change to the wrong base (always use the original).
  • Treating 1 as a prime number (it isn't).
  • Ignoring order of operations — especially with exponents outside parentheses.
  • Confusing part-to-part ratios with part-to-whole fractions.

Must-Know Facts

  • Powers of i cycle every 4: i, −1, −i, 1.
  • Percent change always divides by the original.
  • GCF × LCM = product of the two numbers.
  • √2 ≈ 1.41, √3 ≈ 1.73, √5 ≈ 2.24 — useful for estimation.
  • Any number to the 0 power = 1 (except 0⁰, which is undefined).
~5–8 questions per test High ROI topic Appears on every ACT
Practice — Numbers & Operations

Put It to the Test

You've reviewed the concepts. Now lock them in with timed ACT-style questions. Start with Quiz 1 and work your way through — each quiz adds difficulty.

01
Numbers & Operations
Integers, fractions, decimals
→
02
Numbers & Operations
Ratios, percents, rates
→
03
Numbers & Operations
Exponents, primes, sequences
→
04
Numbers & Operations
Complex numbers & mixed
→

Comments

Share your thoughts or ask a question. Comments are moderated before publication.

Loading comments…

Leave a comment