1. Solving One-Step Equations
Sign In
Pay close attention to the order of operations.
25/36
According to the order of operations, expressions inside parentheses are evaluated first, while addition and subtraction are evaluated last. For the given expression, this means evaluating the expression inside the parentheses completely before evaluating the power.
(1/2+1/3)^2
| Operation | Before Simplification | After Simplification |
|---|---|---|
| Add fractions | ( 3/6+ 2/6)^2 | ( 3+2/6)^2 |
| Add terms | (3+2/6)^2 | (5/6)^2 |
| (a/b)^m=a^m/b^m | (5/6)^2 | 5^2/6^2 |
| Calculate power | 5^2/6^2 | 25/36 |
The expression equals 2536.