Pemdas
When a calculation requires performing more than one operation, those operations must be carried out in the correct order. For decades, students have memorized the sentence “Please Excuse My Dear Aunt Sally,” or just the first letters, PEMDAS, to remember the proper order of operations.
PEMDAS stands for:
- Parentheses: first do whatever appears in parentheses, following PEMDAS within the parentheses if necessary.
- Exponents: next evaluate all terms with exponents.
- Multiplication and Division: next do all multiplications and divisions in order from left to right—do not multiply first and then divide.
- Addition and Subtraction: finally do all additions and subtractions in order from left to right—do not add first and then subtract.
To be sure you get the right answer, when you enter numbers in your calculator, always use parentheses around negative numbers and fractions.
For example:
- 2 × 32 = 2 × 9 = 18, whereas
(2 × 3)2 = 62 = 36
- 12 ÷ 6 × 2 = 2 × 2 = 4, whereas
12 ÷ (6 × 2) = 12 ÷ 12 = 1
- 3 × 4 + 5 = 12 + 5 = 17, whereas
3 × (4 + 5) = 3 × 9 = 27
- –52 = –25, whereas
(–5)2 = 25
Key Fact A19