Facebook Pixel
Mathos AI logo

Order of Operations with Exponents

Order of Operations with Exponents

When evaluating mathematical expressions that have multiple operations, you must follow a specific set of rules to get the correct answer. This rule is commonly known as PEMDAS.

The PEMDAS Rule

PEMDAS tells you the exact order to solve parts of an expression:

  1. Parentheses: Solve anything inside parentheses () first.
  2. Exponents: Calculate powers and roots (like 222^2 or 333^3).
  3. Multiplication and Division: Solve these from left to right.
  4. Addition and Subtraction: Solve these from left to right.

The key addition here is Exponents. Always evaluate exponents after parentheses but before you multiply or divide.

Step-by-Step Examples

Let's apply PEMDAS to a few expressions.

Example 1: Evaluate 3+22×43 + 2^2 \times 4

  • Step 1 (Exponents): Calculate 222^2. Since 22=42^2 = 4, the expression becomes 3+4×43 + 4 \times 4.
  • Step 2 (Multiplication): Multiply 4×4=164 \times 4 = 16. The expression becomes 3+163 + 16.
  • Step 3 (Addition): Add 3+16=193 + 16 = 19.
  • Answer: 1919

Example 2: Calculate (52)3+4×2(5 - 2)^3 + 4 \times 2

  • Step 1 (Parentheses): Solve inside the parentheses: 52=35 - 2 = 3. The expression becomes 33+4×23^3 + 4 \times 2.
  • Step 2 (Exponents): Calculate 333^3. Since 3×3×3=273 \times 3 \times 3 = 27, the expression becomes 27+4×227 + 4 \times 2.
  • Step 3 (Multiplication): Multiply 4×2=84 \times 2 = 8. The expression becomes 27+827 + 8.
  • Step 4 (Addition): Add 27+8=3527 + 8 = 35.
  • Answer: 3535

Example 3: Evaluate 2×32(4+1)2 \times 3^2 - (4 + 1)

  • Step 1 (Parentheses): Solve 4+1=54 + 1 = 5. The expression becomes 2×3252 \times 3^2 - 5.
  • Step 2 (Exponents): Calculate 32=93^2 = 9. The expression becomes 2×952 \times 9 - 5.
  • Step 3 (Multiplication): Multiply 2×9=182 \times 9 = 18. The expression becomes 18518 - 5.
  • Step 4 (Subtraction): Subtract 185=1318 - 5 = 13.
  • Answer: 1313