Math Operations: The 4 Basic Operations Explained
Math operations are the rules we use to work with numbers. Whether you are adding prices, comparing measurements, calculating distance, or sharing objects equally, you are using mathematical operations.
The four basic math operations are addition, subtraction, multiplication, and division. These operations are the foundation of arithmetic and help prepare students for fractions, decimals, algebra, and more advanced mathematics.
What Are Math Operations?
A math operation is a process that changes numbers or combines them to produce a result. Each operation has its own symbol and purpose.
For example:
- Addition (+) combines quantities.
- Subtraction (-) finds the difference between quantities.
- Multiplication (×) combines equal groups.
- Division (÷) separates a quantity into equal groups.
Here are four simple examples:
- 5 + 3 = 8
- 9 - 4 = 5
- 6 × 2 = 12
- 20 ÷ 5 = 4
These are known as the four basic arithmetic operations.
The Four Basic Arithmetic Operations
1. Addition
Addition combines two or more numbers to find a total. The numbers being added are called addends, and the answer is called the sum.
Example:
15 + 8 = 23
In this equation:
- 15 and 8 are the addends.
- 23 is the sum.
You might use addition to calculate the total cost of several items, find the number of students in different groups, or combine measurements.
Real-life example:
If you have 12 apples and buy 5 more, you have:
12 + 5 = 17 apples
2. Subtraction
Subtraction removes one quantity from another or compares two numbers. The answer is called the difference.
Example:
25 - 9 = 16
In this equation:
- 25 is the minuend.
- 9 is the subtrahend.
- 16 is the difference.
Real-life example:
If you have $30 and spend $12, the amount remaining is:
30 - 12 = $18
Subtraction is also useful for finding how much larger or smaller one number is than another.
3. Multiplication
Multiplication is a quick way to combine equal groups. It can also be understood as repeated addition.
Example:
7 × 4 = 28
This means there are 7 groups of 4:
4 + 4 + 4 + 4 + 4 + 4 + 4 = 28
The numbers being multiplied are called factors, and the answer is called the product.
Real-life example:
If 6 boxes each contain 8 pencils, the total number of pencils is:
6 × 8 = 48 pencils
4. Division
Division separates a quantity into equal groups or determines how many times one number fits into another.
Example:
36 ÷ 6 = 6
This can mean that 36 objects are divided into 6 equal groups, with 6 objects in each group.
The number being divided is the dividend, the number dividing it is the divisor, and the answer is the quotient.
Real-life example:
If 24 students are placed into 4 equal teams, each team has:
24 ÷ 4 = 6 students
Some division problems produce a remainder. For example:
17 ÷ 5 = 3 remainder 2
This means 5 fits into 17 three full times, with 2 left over.
What Is an Arithmetic Operation?
An arithmetic operation is a calculation performed with numbers. The most common arithmetic operations are addition, subtraction, multiplication, and division.
The symbols used for these operations are called arithmetic operators:
| Operator | Operation | Example |
|---|---|---|
| + | Addition | 5 + 3 = 8 |
| - | Subtraction | 9 - 4 = 5 |
| × | Multiplication | 6 × 2 = 12 |
| ÷ | Division | 20 ÷ 5 = 4 |
In programming, calculators, and spreadsheets, multiplication may be written with an asterisk (*), while division may be written with a slash (/).
Math Operations With Different Types of Numbers
The same basic operations can be used with many types of numbers, including:
- Whole numbers
- Integers
- Fractions
- Decimals
- Rational numbers
- Real numbers
For example:
1/2 + 1/4 = 3/4
2.5 × 4 = 10
7 - 12 = -5
The rules may require additional steps when working with fractions, negative numbers, or decimals, but the purpose of each operation remains the same.
What Is the Order of Operations?
The order of operations is a set of rules that tells you which calculations to complete first when an expression contains more than one operation.
The standard order is:
- Grouping symbols, such as parentheses
- Exponents
- Multiplication and division from left to right
- Addition and subtraction from left to right
This order is sometimes remembered with the acronym PEMDAS:
- Parentheses
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
Remember that multiplication and division have equal priority. Addition and subtraction also have equal priority. When operations have the same priority, solve them from left to right.
Example: Multiplication Before Addition
Consider:
6 + 4 × 3
Multiply first:
4 × 3 = 12
Then add:
6 + 12 = 18
Therefore:
6 + 4 × 3 = 18
Example: Parentheses Change the Answer
Now consider:
(6 + 4) × 3
The parentheses must be solved first:
6 + 4 = 10
Then multiply:
10 × 3 = 30
So:
(6 + 4) × 3 = 30
Do You Add or Multiply First?
When addition and multiplication appear in the same expression, perform the multiplication first, unless parentheses change the order.
Example:
5 + 3 × 4
First multiply:
3 × 4 = 12
Then add:
5 + 12 = 17
The correct answer is:
5 + 3 × 4 = 17
However:
(5 + 3) × 4 = 32
The parentheses require the addition to be completed before multiplication.
Do You Add or Subtract First?
Addition and subtraction have the same priority. When they appear together, solve the expression from left to right.
Example:
20 - 7 + 3
Start on the left:
20 - 7 = 13
Then add 3:
13 + 3 = 16
Therefore:
20 - 7 + 3 = 16
Do not automatically perform all addition before subtraction. The left-to-right rule applies because both operations have equal priority.
How to Solve an Expression Step by Step
Use this process whenever an expression contains multiple operations:
- Look for parentheses or other grouping symbols.
- Solve exponents.
- Complete multiplication and division from left to right.
- Complete addition and subtraction from left to right.
- Check that each step follows the correct order.
Example:
18 - 2 × (3 + 4)
First solve the parentheses:
3 + 4 = 7
The expression becomes:
18 - 2 × 7
Next multiply:
2 × 7 = 14
Finally subtract:
18 - 14 = 4
The answer is:
18 - 2 × (3 + 4) = 4
Practice Examples
Try solving these expressions using the order of operations:
Example 1
12 + 15 = 27
Example 2
30 - 18 = 12
Example 3
9 × 7 = 63
Example 4
48 ÷ 8 = 6
Example 5
10 + 6 × 2
Multiply first:
6 × 2 = 12
Then add:
10 + 12 = 22
So the answer is:
10 + 6 × 2 = 22
Frequently Asked Questions
What are the four basic math operations?
The four basic math operations are addition, subtraction, multiplication, and division.
What is a math operation?
A math operation is a process used to combine, separate, compare, or transform numbers and mathematical expressions.
What is an arithmetic operation?
An arithmetic operation is a basic calculation performed with numbers. Addition, subtraction, multiplication, and division are the main arithmetic operations.
What is an arithmetic operator?
An arithmetic operator is a symbol that identifies the calculation to perform. Common operators include +, -, ×, and ÷.
What comes first, multiplication or addition?
Multiplication comes before addition when there are no parentheses. For example, in 2 + 3 × 4, multiply 3 by 4 before adding 2.
Do you add or subtract first?
Addition and subtraction have the same priority, so solve them from left to right.
Why is the order of operations important?
The order of operations ensures that everyone solves a mathematical expression in the same way and reaches the same answer.
Final Summary
Math operations are the basic tools used to calculate and solve problems with numbers. Addition combines quantities, subtraction finds differences, multiplication works with equal groups, and division separates quantities into equal parts.
When an expression contains multiple operations, use the order of operations: grouping symbols, exponents, multiplication and division from left to right, and addition and subtraction from left to right. Practicing these rules builds a strong foundation for fractions, algebra, geometry, and more advanced math.