1. Multiplying Integers
Sign In
Pay close attention to the order of operations.
900
4* (25* 3^2) Notice also that even within this parenthetical expression, we must follow the order of operations. This means evaluating the exponent expression first before finding the product. 25* 3^2 Let's do it!
Operation | Before Simplification | After Simplification |
---|---|---|
Calculate Power | 4* (25* 3^2) | 4* (25* 9) |
Multiply | 4* ( 25* 9) | 4* 225 |
Multiply | 4* 225 | 900 |
We can also evaluate this expression using a calculator. To do so, we type it as shown below.