Math Basics: Complete Arithmetic & Algebra Reference

Master arithmetic operations, order of operations (PEMDAS), fractions, decimals, percentages, exponents, and basic algebra with worked examples

Introduction

Welcome to the most comprehensive Math Basics Guide. Mathematics is the universal language of science, engineering, finance, and everyday life. Whether you're balancing a checkbook, calculating a tip, solving an equation, or designing a building, the fundamentals covered in this guide are essential building blocks.

4
Core Operations
Applications
5000+
Years of History
100%
Universal

This guide is designed for students, professionals, and anyone looking to strengthen their mathematical foundation. We'll cover everything from basic arithmetic to introductory algebra, with clear explanations, formulas, and real-world worked examples.

What You'll Learn

This guide covers the 4 basic operations, order of operations (PEMDAS/BODMAS), fractions, decimals, percentages, exponents and roots, basic algebra, geometry fundamentals, common mistakes to avoid, and worked examples to help you master math basics.

The 4 Basic Operations

All of mathematics is built on four fundamental operations: addition, subtraction, multiplication, and division. Mastering these is essential for every other mathematical concept.

Addition (+)

Combining two or more numbers to find their total (sum).

Example: 5 + 3 = 8
Properties: Commutative, Associative

Subtraction (−)

Finding the difference between two numbers.

Example: 10 − 4 = 6
Properties: NOT commutative

Multiplication (×)

Repeated addition of the same number.

Example: 4 × 3 = 12
Properties: Commutative, Associative

Division (÷)

Splitting a number into equal parts.

Example: 12 ÷ 3 = 4
Rule: Never divide by zero!

Key Properties of Operations

Property Definition Example
Commutative Order doesn't matter (a + b = b + a) 3 + 5 = 5 + 3 = 8
Associative Grouping doesn't matter ((a + b) + c = a + (b + c)) (2 + 3) + 4 = 2 + (3 + 4) = 9
Distributive a × (b + c) = (a × b) + (a × c) 3 × (4 + 2) = 12 + 6 = 18
Identity (Add) a + 0 = a 7 + 0 = 7
Identity (Mult) a × 1 = a 9 × 1 = 9

Order of Operations (PEMDAS)

When an expression contains multiple operations, you must follow a specific order to get the correct answer. This rule is known as PEMDAS (in the US) or BODMAS (in the UK).

PEMDAS / BODMAS
Parentheses → Exponents → Multiplication/Division → Addition/Subtraction

The Complete Order

1
Parentheses / Brackets
Simplify expressions inside ( ) or [ ] first.
2
Exponents / Orders
Calculate powers and roots (e.g., 2³, √9).
3
Multiplication & Division
Work left to right. They have equal priority.
4
Addition & Subtraction
Work left to right. They have equal priority.
Common PEMDAS Mistake

Multiplication does NOT always come before division! They have equal priority and should be evaluated left-to-right. Same for addition and subtraction. For example: 8 ÷ 2 × 4 = 4 × 4 = 16 (NOT 8 ÷ 8 = 1).

Fractions

A fraction represents a part of a whole. It consists of a numerator (top number) and a denominator (bottom number).

Fraction Structure
Numerator / Denominator = Part / Whole

Fraction Operations

Operation Formula Example
Addition (same denom) a/c + b/c = (a+b)/c 1/4 + 2/4 = 3/4
Addition (diff denom) a/b + c/d = (ad + bc)/bd 1/2 + 1/3 = 5/6
Multiplication (a/b) × (c/d) = ac/bd 2/3 × 3/4 = 6/12 = 1/2
Division (a/b) ÷ (c/d) = (a/b) × (d/c) 2/3 ÷ 4/5 = 10/12 = 5/6
Simplifying Fractions

Always reduce fractions to lowest terms. Find the Greatest Common Divisor (GCD) of the numerator and denominator, then divide both by it. For example: 12/18 → divide by 6 → 2/3.

Decimals

Decimals are another way to represent fractions, using the base-10 place value system. Every decimal can be converted to a fraction and vice versa.

Decimal ↔ Fraction Conversion

// Decimal to Fraction 0.75 = 75/100 = 3/4 (simplified) // Fraction to Decimal 3/8 = 3 ÷ 8 = 0.375 // Common conversions to memorize: 1/2 = 0.5 1/3 = 0.333... 1/4 = 0.25 1/5 = 0.2 1/8 = 0.125

Decimal Operations

Percentages

A percentage is a fraction with a denominator of 100. The word "percent" literally means "per hundred."

Percentage Formula
Percentage = (Part / Whole) × 100

Common Percentage Calculations

Calculation Formula Example
Find % of a number Number × (% / 100) 20% of 80 = 16
What % is A of B? (A / B) × 100 15 is what % of 60? → 25%
Percentage Increase ((New - Old) / Old) × 100 $80 → $100 = 25% increase
Percentage Decrease ((Old - New) / Old) × 100 $100 → $80 = 20% decrease
Quick Percentage Tricks

x% of y = y% of x. For example, 8% of 25 is the same as 25% of 8, which is 2. This trick makes mental math much easier!

Exponents & Roots

An exponent indicates how many times a number (the base) is multiplied by itself. A root is the inverse operation.

Exponent Notation
aⁿ = a × a × a × ... (n times)

Exponent Rules

Rule Formula Example
Product Rule aᵐ × aⁿ = aᵐ⁺ⁿ 2³ × 2⁴ = 2⁷ = 128
Quotient Rule aᵐ ÷ aⁿ = aᵐ⁻ⁿ 5⁶ ÷ 5² = 5⁴ = 625
Power Rule (aᵐ)ⁿ = aᵐⁿ (3²)³ = 3⁶ = 729
Zero Exponent a⁰ = 1 7⁰ = 1
Negative Exponent a⁻ⁿ = 1/aⁿ 2⁻³ = 1/8

Square Roots & Cube Roots

// Square root (²√): what number squared gives this? 16 = 4 (because 4² = 16) 25 = 5 (because 5² = 25) // Cube root (³√): what number cubed gives this? ³√27 = 3 (because 3³ = 27) ³√64 = 4 (because 4³ = 64) // nth root general formula: ⁿ√a = a(1/n)

Basic Algebra

Algebra uses letters (variables) to represent unknown numbers. The goal is usually to solve for the variable by isolating it on one side of the equation.

Golden Rule of Algebra
Whatever you do to one side of an equation, you must do to the other side.

Solving Linear Equations

A linear equation is an equation where the variable has an exponent of 1 (e.g., 2x + 3 = 11).

// Example: Solve 3x + 5 = 20 // Step 1: Subtract 5 from both sides 3x + 5 - 5 = 20 - 5 3x = 15 // Step 2: Divide both sides by 3 3x / 3 = 15 / 3 x = 5 // Verify: 3(5) + 5 = 15 + 5 = 20 ✓

Common Algebraic Formulas

Name Formula Use
Slope-Intercept y = mx + b Linear equations (m = slope, b = y-intercept)
Quadratic Formula x = (-b ± √(b²-4ac)) / 2a Solving ax² + bx + c = 0
Distance Formula d = √((x₂-x₁)² + (y₂-y₁)²) Distance between two points
Midpoint Formula M = ((x₁+x₂)/2, (y₁+y₂)/2) Midpoint between two points

Geometry Basics

Geometry is the study of shapes, sizes, and spatial relationships. Here are the essential formulas for common shapes.

2D Shapes (Area & Perimeter)

Shape Area Formula Perimeter Formula
Square A = s² P = 4s
Rectangle A = l × w P = 2(l + w)
Triangle A = ½ × b × h P = a + b + c
Circle A = πr² C = 2πr
Trapezoid A = ½(a + b) × h P = a + b + c + d

3D Shapes (Volume & Surface Area)

Shape Volume Formula Surface Area Formula
Cube V = s³ SA = 6s²
Rectangular Prism V = l × w × h SA = 2(lw + lh + wh)
Sphere V = (4/3)πr³ SA = 4πr²
Cylinder V = πr²h SA = 2πr² + 2πrh
Cone V = (1/3)πr²h SA = πr² + πrl

The Pythagorean Theorem

For Right Triangles
a² + b² = c²

Where c is the hypotenuse (longest side), and a and b are the other two sides.

Common Mistakes

Even experienced students make these errors. Being aware of them is half the battle.

Ignoring Order of Operations

Calculating left-to-right without considering PEMDAS.

Fix: Always apply PEMDAS first.

Sign Errors

Mixing up positive and negative numbers.

Fix: Write signs explicitly and double-check.

Dividing by Zero

Attempting division by zero (undefined).

Fix: Always check denominators first.

Forgetting Units

Leaving answers without units (cm, kg, $).

Fix: Always include units in final answers.

Confusing Area & Perimeter

Using the wrong formula for the question asked.

Fix: Read the question carefully (boundary vs. space).

Not Verifying Answers

Accepting the first answer without checking.

Fix: Plug your answer back into the original equation.

Worked Examples

Let's apply these concepts to real problems.

Example 1: Order of Operations

Problem: Evaluate: 3 + 4 × 2² − (6 ÷ 3)

// Step 1: Parentheses 6 ÷ 3 = 2 Expression: 3 + 4 × 2² - 2 // Step 2: Exponents 2² = 4 Expression: 3 + 4 × 4 - 2 // Step 3: Multiplication 4 × 4 = 16 Expression: 3 + 16 - 2 // Step 4: Addition & Subtraction (left to right) 3 + 16 = 19 19 - 2 = 17 // Answer: 17 ✓

Example 2: Fraction Addition

Problem: Calculate: 2/3 + 1/4

// Step 1: Find common denominator (LCD of 3 and 4 = 12) // Step 2: Convert each fraction 2/3 = (2 × 4)/(3 × 4) = 8/12 1/4 = (1 × 3)/(4 × 3) = 3/12 // Step 3: Add numerators 8/12 + 3/12 = 11/12 // Answer: 11/12 ✓ (already in lowest terms)

Example 3: Percentage Calculation

Problem: A shirt costs $80 and is on sale for 25% off. What's the sale price?

// Step 1: Calculate the discount amount Discount = $80 × (25/100) Discount = $80 × 0.25 Discount = $20 // Step 2: Subtract from original price Sale Price = $80 - $20 Sale Price = $60 // Answer: $60 ✓

Example 4: Solving an Algebra Equation

Problem: Solve for x: 5x − 7 = 2x + 8

// Step 1: Move all x terms to one side (subtract 2x) 5x - 2x - 7 = 8 3x - 7 = 8 // Step 2: Move constants to other side (add 7) 3x = 8 + 7 3x = 15 // Step 3: Divide by 3 x = 15 / 3 x = 5 // Verify: 5(5) - 7 = 25 - 7 = 18 // 2(5) + 8 = 10 + 8 = 18 ✓

Example 5: Pythagorean Theorem

Problem: A right triangle has legs of 3 cm and 4 cm. What is the hypotenuse?

// Use: a² + b² = c² 3² + 4² = c² 9 + 16 = c² 25 = c² // Take the square root of both sides c = 25 c = 5 cm // Answer: 5 cm ✓ // (This is the famous 3-4-5 right triangle!)

Example 6: Circle Area & Circumference

Problem: A circle has a radius of 7 cm. Find its area and circumference. (Use π ≈ 3.14159)

// Area: A = πr² A = 3.14159 × 7² A = 3.14159 × 49 A ≈ 153.94 cm² // Circumference: C = 2πr C = 2 × 3.14159 × 7 C = 43.98 cm // Answer: Area ≈ 153.94 cm², Circumference ≈ 43.98 cm ✓
Practice Makes Perfect

Math is a skill built through practice. Use our free calculators to verify your work, and try solving problems by hand before checking with tools. The more you practice, the more intuitive math becomes.

Conclusion

Math basics are the foundation upon which all advanced mathematics is built. By mastering arithmetic, fractions, decimals, percentages, exponents, algebra, and geometry, you equip yourself with tools that apply to virtually every field—from science and engineering to finance and everyday life.

Key Takeaways

Mathematics is not about numbers, equations, computations, or algorithms: it is about understanding. The basics are the key that unlocks all higher-level thinking.

— William Paul Thurston (Mathematician)
Keep Learning

Math is a journey, not a destination. Once you've mastered the basics, explore algebra, trigonometry, calculus, and statistics. Each new topic builds on what you've learned here. Use our calculators and guides to support your learning journey. You've got this! 🔢📐✨