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.
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.
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).
Properties: Commutative, Associative
Subtraction (−)
Finding the difference between two numbers.
Properties: NOT commutative
Multiplication (×)
Repeated addition of the same number.
Properties: Commutative, Associative
Division (÷)
Splitting a number into equal parts.
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).
The Complete Order
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 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 |
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 Operations
- Addition/Subtraction: Line up the decimal points vertically.
- Multiplication: Multiply as whole numbers, then count total decimal places.
- Division: Move the decimal point to make the divisor a whole number.
Percentages
A percentage is a fraction with a denominator of 100. The word "percent" literally means "per hundred."
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 |
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 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
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.
Solving Linear Equations
A linear equation is an equation where the variable has an exponent of 1 (e.g., 2x + 3 = 11).
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
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.
Sign Errors
Mixing up positive and negative numbers.
Dividing by Zero
Attempting division by zero (undefined).
Forgetting Units
Leaving answers without units (cm, kg, $).
Confusing Area & Perimeter
Using the wrong formula for the question asked.
Not Verifying Answers
Accepting the first answer without checking.
Worked Examples
Let's apply these concepts to real problems.
Example 1: Order of Operations
Problem: Evaluate: 3 + 4 × 2² − (6 ÷ 3)
Example 2: Fraction Addition
Problem: Calculate: 2/3 + 1/4
Example 3: Percentage Calculation
Problem: A shirt costs $80 and is on sale for 25% off. What's the sale price?
Example 4: Solving an Algebra Equation
Problem: Solve for x: 5x − 7 = 2x + 8
Example 5: Pythagorean Theorem
Problem: A right triangle has legs of 3 cm and 4 cm. What is the hypotenuse?
Example 6: Circle Area & Circumference
Problem: A circle has a radius of 7 cm. Find its area and circumference. (Use π ≈ 3.14159)
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
- Master the 4 operations: Addition, subtraction, multiplication, and division are the building blocks.
- Always follow PEMDAS: Order of operations ensures consistent, correct answers.
- Fractions, decimals, and percentages are related: They're different representations of the same concept.
- Exponents are repeated multiplication: Understanding them unlocks algebra and beyond.
- Algebra is about balance: Whatever you do to one side, do to the other.
- Geometry formulas are practical: They apply to real-world shapes and measurements.
- Verify your answers: Always check your work by plugging answers back in.
Mathematics is not about numbers, equations, computations, or algorithms: it is about understanding. The basics are the key that unlocks all higher-level thinking.
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! 🔢📐✨