Order of Operations

Learn the correct sequence to solve mathematical expressions using the PEMDAS method.

1 Why Order Matters: The Traffic Rules of Math

A split cartoon illustration. Left side: A chaotic intersection with cars honking and tangling because there are no traffic lights. Right side: A happy math student solving an equation on a whiteboard while cars flow smoothly behind them obeying a traffic light.

Imagine a busy intersection with no stop signs and no traffic lights. πŸš—πŸ’₯ Chaos, right? Just like drivers need rules to stay safe, numbers need rules to make sense!

πŸ€” The Big Question

Let's look at this math problem: 3 + 5 × 2. What is the answer?

Student A says 16:
They added 3 + 5 first (to get 8), then multiplied by 2.
Student B says 13:
They multiplied 5 × 2 first (to get 10), then added 3.

Who is right? Without rules, we cannot agree on the answer!

🚦 The Traffic Lights of Math

In mathematics, we have a specific set of rules called the Order of Operations. These rules tell us which part of an equation to solve first, second, and last. It ensures that a student in New York gets the exact same answer as a student in Tokyo!

Remember: Just like you put on socks before shoes, in math, you must do certain operations before others. If you switch the order, the result changes completely!
Key Facts
🤷‍♂️ Without a specific order, one math problem could have multiple different answers.
🌍 Math is a universal language because everyone follows the same rules.

2 Meet PEMDAS: The Roadmap for Success

A colorful cartoon treasure map where the path is made of stepping stones labeled P, E, M, D, A, and S leading to a chest of gold numbers.

Imagine trying to bake a cake πŸŽ‚ but you put the frosting on before you bake it! It would be a mess, right? Math is the same way. We need a specific order to solve problems correctly.

🚦 What is PEMDAS?

PEMDAS is an acronym (a word made from the first letters of other words) that acts as our roadmap. It tells us exactly which part of a math problem to solve first.

LetterStands ForAction
PParentheses( ) or [ ] - Do this FIRST!
EExponentsxΒ² - Powers and roots
M / DMultiply / Divideβœ–οΈ or βž— (Left to Right)
A / SAdd / Subtractβž• or βž– (Left to Right)
Example: 10 - 2 + 3 = ?
If we just follow PEMDAS letters strictly, we might add (A) before subtracting (S). But they are tied! So we go left to right:
1. 10 - 2 = 8
2. 8 + 3 = 11 βœ… (Correct answer)
Key Facts
📝 PEMDAS stands for Parentheses, Exponents, Multiplication, Division, Addition, Subtraction.
🤝 Multiplication and Division are 'Best Friends'—they have equal power!
➡️ Always solve ties from Left to Right.

3 Step 1: Parentheses, Brackets, and Braces

A diagram showing nested boxes: a small box labeled 'Parentheses' inside a medium box labeled 'Brackets', which is inside a large box labeled 'Braces'.

Welcome to the VIP Section of mathematics! 🎟️ In the Order of Operations, grouping symbols are the most important guestsβ€”they always get served first.

1st

()

Parentheses
Start here!

2nd

[]

Brackets
Solve these next.

3rd

{}

Braces
Solve these last.

⚑ Let's try it: 4 + { 10 - [ 2 + (3 + 1) ] }
  1. Find the innermost ( ):
    3 + 1 = 4 β†’ 4 + { 10 - [ 2 + 4 ] }
  2. Now solve the [ ]:
    2 + 4 = 6 β†’ 4 + { 10 - 6 }
  3. Next, solve the { }:
    10 - 6 = 4 β†’ 4 + 4
  4. Finish:
    4 + 4 = 8 βœ…
Key Facts
🎯 Always solve the innermost group first.
🔢 Order: ( ) first, then [ ], then { }.
⚠️ Grouping symbols change the answer! (2+3)×4 is not 2+3×4.

4 Step 2: Exponents and Powers

A cartoon illustration showing a large number 5 (the base) lifting weights, with a small number 2 (the exponent) floating near its shoulder, representing strength and power.

Welcome to the 'E' in PEMDAS! After you finish the Parentheses, look for Exponents. These are the tiny numbers that float above the big numbers. πŸš€

What are they?

An exponent tells you how many times to multiply the base (the big number) by itself.

34

Means: 3 Γ— 3 Γ— 3 Γ— 3

(The base '3' is multiplied 4 times)
⚠️ The Danger Zone

Don't get tricked! A common mistake is multiplying the big number by the little number.

Expression❌ Wrong Wayβœ… Right Way
525 Γ— 2 = 105 Γ— 5 = 25
232 Γ— 3 = 62 Γ— 2 Γ— 2 = 8
Key Facts
✖️ Exponents represent repeated multiplication, not addition.
🥈 Solve Exponents immediately after Parentheses.
🧊 A number to the power of 2 is 'squared'. A number to the power of 3 is 'cubed'.

5 Step 3: Multiplication and Division (Left to Right!)

An illustration showing the numbers 20 divided by 5 multiplied by 2. A large green arrow points from left to right indicating the direction to solve, while a red 'stop' sign blocks the user from starting at the right side.

Now that we have handled Parentheses and Exponents, we meet the Power Couple of math: Multiplication and Division! 🀝

Let's Try It: 20 ÷ 5 × 2
βœ… The Correct Way (Left to Right)

First, we see division on the left:

20 ÷ 5 = 4

Then, we multiply by 2:

4 × 2 = 8

Result: 8

❌ The Wrong Way (Skipping Ahead)

If you multiply first just because 'M' comes before 'D' in PEMDAS:

5 × 2 = 10

20 ÷ 10 = 2

Result: 2 (Oops!)

Think of Multiplication and Division as siblings who share a room. Neither is the boss; whoever gets to the door first (on the left) goes first! πŸƒπŸ’¨

Key Facts
⚖️ Multiplication and Division are tied for 2nd place in priority.
➡️ Always solve them from Left to Right.

6 Step 4: Addition and Subtraction (Left to Right!)

A split-screen illustration showing a math problem '10 - 4 + 3'. On the left (green checkmark), a character solves 10-4 first. On the right (red X), a character wrongly solves 4+3 first.

We have finally reached the bottom of the Order of Operations pyramid! πŸ—οΈ Here sit Addition and Subtraction.

When you only have addition and subtraction left in your math problem, you must solve them exactly like you read a book: from Left to Right ➑️.

βœ… The Right Way (Left to Right)
10 - 4 + 3

1. Start at the left: 10 - 4 = 6
2. Then add: 6 + 3 = 9

Result: 9

❌ The Wrong Way (Addition First)
10 - 4 + 3

1. Adding first (oops!): 4 + 3 = 7
2. Then subtracting: 10 - 7 = 3

Result: 3

Think of it like a Bus Route 🚌:
Imagine a bus starts with 10 people. At the first stop, 4 people get off (minus). At the next stop, 3 people get on (plus). You have to count the passengers in the order the stops happen!

Key Facts
⚖️ Addition and Subtraction are on the same level.
➡️ Always solve them from Left to Right.
🔄 They are inverse operations (opposites).

7 Level Up: Solving Nested Parentheses

Illustration showing a set of Matryoshka nesting dolls, labeled with mathematical operations, symbolizing how to solve equations from the inside out.

You've mastered basic parentheses, but what happens when they are inside each other? Welcome to the world of Nested Parentheses! 🎁

Let's Solve: 40 - [2 + (3 × 4)]

Here we have parentheses ( ) inside of brackets [ ].

StepActionEquation
1Find the innermost group40 - [2 + (3 × 4)]
2Solve the inside: 3 × 4 = 1240 - [2 + 12]
3Now solve the outer brackets40 - [2 + 12]
4Solve the brackets: 2 + 12 = 1440 - 14
5Finish the math!26 βœ…
Round: ( )Square: [ ]Curly: { }
Key Facts
🎯 Always start solving with the innermost set of parentheses.
🧩 Brackets [ ] and Braces { } work just like Parentheses ( ).
📝 Rewrite the equation after every step to avoid mistakes.

8 The Fraction Bar: Invisible Grouping Symbols

Illustration showing a math problem written as a fraction. Ghostly, transparent parentheses appear around the numerator and denominator to show they are grouped separately.

The Sneaky Separator!

Did you know the fraction bar is actually a secret grouping symbol? πŸ•΅οΈβ€β™€οΈ

When you see a long fraction bar, it acts like a wall between the upstairs (numerator) and the downstairs (denominator). It tells you: 'Hey! Solve everything on top and everything on the bottom BEFORE you divide!'

Let's Solve a Mystery: The Two-Story House 🏠

The Problem:

$$\frac{10 + 2 \times 3}{8 - 4}$$

StepActionResult
1. UpstairsMultiply then add ($10 + 6$)16
2. DownstairsSubtract ($8 - 4$)4
3. DivideDivide the top by the bottom ($16 \div 4$)4

* Remember: If you try to divide too early, the whole house collapses! Finish the floors first.

Key Facts
⬆️ Solve the top (numerator) completely first.
⬇️ Solve the bottom (denominator) completely second.
Division is the very last step!

9 Warning: Common Mistakes to Avoid

A cartoon illustration of a math traffic sign. One path leads to a cliff labeled 'Wrong Order', and a safe bridge is labeled 'PEMDAS/GEMDAS Rules'.

Math is like a recipe πŸͺ: if you mix the ingredients in the wrong order, the cookies won't taste right! In the Order of Operations, skipping steps or guessing can lead to completely different answers. Watch out for these common traps!

🚫 Trap #1: The 'Left-to-Right' Rush

The biggest mistake is solving a problem exactly like you read a sentence (left to right) without checking for multiplication or division first.

Problem: 4 + 3 Γ— 2
❌ Wrong: Adding first (4+3=7), then multiplying by 2 = 14
βœ… Right: Multiply first (3Γ—2=6), then add 4 = 10
⚠️ Trap #2: The 'Siblings' Confusion

Multiplication (M) and Division (D) are siblings with equal power. The same goes for Addition (A) and Subtraction (S). When they appear together, you must go left to right!

Problem: 20 Γ· 5 Γ— 2
❌ Wrong: Doing 'M' before 'D' just because of the acronym (5Γ—2=10), then 20Γ·10 = 2
βœ… Right: Left to right! (20Γ·5=4), then 4Γ—2 = 8
πŸ’‘ Pro Tip: The 'Hidden' Multiplication

Sometimes multiplication is invisible! If you see a number touching a parenthesis like 2(3+1), it means 2 Γ— (3+1). Don't forget to multiply after you solve the inside!

Key Facts
⚖️ Multiplication does NOT always beat Division. They are equals!
⬅️ Subtraction can happen before Addition if it's on the left.
🛡️ Always solve grouping symbols (parentheses) first.

10 Writing Numerical Expressions from Words

A cartoon illustration of a student acting as a detective, holding a magnifying glass over the words 'The Sum of' and revealing a math symbol '+' and parentheses underneath.

πŸ•΅οΈβ€β™€οΈ Be a Math Translator!

Mathematics is its own language! Just like you translate Spanish to English, you can translate words into numbers and symbols. This is the first step before we use the Order of Operations to solve a problem.

πŸ”‘ Keyword Decoder
OperationClue Words
+ (Add)Sum, plus, increased by, more than, total
- (Subtract)Difference, minus, decreased by, less than
× (Multiply)Product, times, twice, double, 'of'
÷ (Divide)Quotient, split, ratio, shared equally
πŸ›‘οΈ The Power of Parentheses

In the Order of Operations (PEMDAS), parentheses come first. In words, phrases like 'the sum of' or 'the difference of' often act like a verbal hugβ€”they tell you to group those numbers together inside parentheses!

Example:
'Twice the sum of 4 and 5'
❌ Wrong: 2 × 4 + 5
βœ… Right: 2 × (4 + 5)
Key Facts
🗣️ Math is a language: We translate words into symbols.
🛡️ Phrases like 'the sum of' usually mean you need parentheses.
🔄 'Less than' means you subtract from the second number.

11 Key Vocabulary

Master these important terms for your exam:

Term Definition
Order of Operations
Orden de las operaciones
The set of rules that determines the sequence in which calculations should be done.
El conjunto de reglas que determina la secuencia en la que se deben realizar los cálculos.
PEMDAS
PEMDAS
An acronym to remember the order: Parentheses, Exponents, Multiplication, Division, Addition, Subtraction.
Un acrónimo para recordar el orden: Paréntesis, Exponentes, Multiplicación, División, Suma, Resta.
Numerical Expression
Expresión numérica
A mathematical phrase involving numbers and operation symbols, but no variables.
Una frase matemática que incluye números y símbolos de operación, pero sin variables.
Evaluate
Evaluar
To find the value of a numerical expression.
Encontrar el valor de una expresión numérica.
Simplify
Simplificar
To perform operations to combine numbers and get a single value.
Realizar operaciones para combinar números y obtener un solo valor.
Grouping Symbols
Símbolos de agrupación
Symbols like parentheses ( ), brackets [ ], and braces { } that tell you which operations to perform first.
Símbolos como paréntesis ( ), corchetes [ ] y llaves { } que indican qué operaciones realizar primero.
Parentheses
Paréntesis
Curved symbols ( ) used to group parts of an expression together.
Símbolos curvos ( ) utilizados para agrupar partes de una expresión.
Brackets
Corchetes
Square symbols [ ] used as a second level of grouping outside of parentheses.
Símbolos cuadrados [ ] utilizados como un segundo nivel de agrupación fuera de los paréntesis.
Exponents
Exponentes
A small number placed to the upper right of a base number that shows how many times the base is multiplied by itself.
Un número pequeño colocado en la parte superior derecha de un número base que muestra cuántas veces se multiplica la base por sí misma.
Base
Base
The number that is being multiplied by itself when using an exponent.
El número que se multiplica por sí mismo cuando se usa un exponente.
Power
Potencia
The result of using an exponent; for example, 3 to the power of 2.
El resultado de usar un exponente; por ejemplo, 3 a la potencia de 2.
Squared
Al cuadrado
A number raised to the second power (exponent of 2).
Un número elevado a la segunda potencia (exponente de 2).
Cubed
Al cubo
A number raised to the third power (exponent of 3).
Un número elevado a la tercera potencia (exponente de 3).
Left to Right
De izquierda a derecha
The direction you must follow when solving multiplication and division, or addition and subtraction.
La dirección que debes seguir al resolver multiplicación y división, o suma y resta.
Product
Producto
The answer to a multiplication problem.
El resultado de un problema de multiplicación.
Quotient
Cociente
The answer to a division problem.
El resultado de un problema de división.
πŸ“

Time to Practice!

There are 7 questions waiting for you. Questions are shuffled each attempt.

Take the Quiz