Mr. Mattson's Online Math Notes

Contact

Order of Operations (BEDMAS)

When a mathematical expression has multiple operations, we need a specific sequence to follow so that everyone arrives at the same answer. This sequence is called the Order of Operations.


The BEDMAS Rule

The acronym BEDMAS helps us remember the correct order:

B

Brackets (or Parentheses)

Calculate everything inside grouping symbols first. Work from the innermost pair outwards. Examples: `( )`, `[ ]`, `{ }`.

Example: $10 - (\mathbf{2+3}) \rightarrow 10 - 5 = 5$

E

Exponents

Evaluate any powers (numbers raised to an exponent).

Example: $5 + \mathbf{3^2} \rightarrow 5 + 9 = 14$

DM

Division & Multiplication

These have equal priority. Perform them as they appear, working from LEFT to RIGHT.

Ex 1 (Division first): $12 \div \mathbf{6 \times 2} \rightarrow \mathbf{2} \times 2 = 4$

Ex 2 (Multiplication first): $10 \times \mathbf{4 \div 5} \rightarrow \mathbf{40} \div 5 = 8$

AS

Addition & Subtraction

These also have equal priority. Perform them as they appear, working from LEFT to RIGHT.

Ex 1 (Subtraction first): $9 - \mathbf{4 + 2} \rightarrow \mathbf{5} + 2 = 7$

Ex 2 (Addition first): $5 + \mathbf{6 - 3} \rightarrow \mathbf{11} - 3 = 8$


Key Points & Common Mistakes:

  • Left-to-Right Rule: Always work from left to right when dealing with operations of equal priority (DM or AS).
  • Exponents on Negatives: Be careful! $(-3)^2 = (-3) \times (-3) = 9$. The brackets mean the exponent applies to the negative base. BUT $-3^2 = -(3 \times 3) = -9$. Without brackets, the exponent applies only to the 3.
  • Implied Multiplication: $2(3+4)$ means $2 \times (3+4)$. Do the brackets first: $2(7) = 14$.

Examples with Step-by-Step Solutions

(The example divs remain the same as in the previous version, using \boxed{} for steps)

Example 1: Simplify $3 + 5 \times 2$

Example 2: Simplify $(3 + 5) \times 2$

Example 3: Simplify $10 - 6 \div 2 + 4^2$

Example 4 (Nested Brackets): Simplify $20 - [12 \div (2 + 4)]$

Example 5 (Exponents & Negatives): Simplify $5 + (-2)^3 - 3^2$

Example 6 (Fractions & Mixed Operations): Simplify $\left(-\frac{3}{4}\right) \div \frac{1}{5} + \left(\left(-\frac{1}{3}\right) \times \left(-\frac{5}{2}\right)\right)$