Get Ready!
Sign In
Pay close attention to the order of operations.
55
Notice also that even within this parenthetical expression, we must obey the order of operations. 3*5-4 For this, we must remember to evaluate the multiplication first.
Operation | Before Simplification | After Simplification |
---|---|---|
Multiply | 5( 3*5-4) | 5( 15-4) |
Subtract term | 5( 15-4) | 5( 11) |
Multiply | 5(11) | 55 |
We can also evaluate this expression using a calculator. To do so, type it as shown below.