LESSON: Order of Operations

Order of Operations

READ: Evaluating Expressions

Evaluating Numerical Expressions with the Four Operations

What is an expression? To understand what an expression is, let’s compare it with an equation. An equation is a number sentence that can be solved. It has an equal sign where one side of the equals sign is equal to the other side of the equals sign.

Example

3 + 4 = 7

This is an equation. It has an equals sign and can be solved.


What is an expression then? An expression is a number sentence without an equals sign. It can be simplified and/or evaluated.

Example

4 + 3 \times 5

Now this expression can be confusing because it has both addition and multiplication in it. Do we need to add or multiply first? To figure this out, we are going to learn something called the Order of Operations. The Order of Operation is a way of evaluating expressions. It lets you know what order to complete each operation in.


Order of Operations

P - parentheses

E - exponents

MD - multiplication or division in order from left to right

AS - addition or subtraction in order from left to right


Take a few minutes to write these down in a notebook.


Example

4 + 3 \times 5

Here we have an expression with addition and multiplication. We can look at the order of operations and see that multiplication comes before addition. We need to complete that operation first.

& 4 + 3 \times 5\ & 4 + 15\ & = {20}

When we evaluate this expression using order of operations, our answer is 20.


What would have happened if we had NOT followed the order of operations?

Example

4 + 3 \times 5

We probably would have solved the problem in order from left to right.

& 4 + 3 \times 5\ & 7 \times 5\ & = 35

This would have given us an incorrect answer. It is important to always follow the order of operations.