1. Multiplying Integers
Sign In
Pay close attention to the order of operations.
For the given expression, this means evaluating the expression inside the parentheses completely before adding the product. 2+1* (- 7+5) Let's do it!
Operation | Before Simplification | After Simplification |
---|---|---|
Add Terms | 2+1* ( - 7+ 5) | 2+1* ( - 2) |
Multiply | 2+ 1* ( - 2) | 2+( - 2) |
Add terms | 2+( - 2) | 0 |
We can also evaluate this expression using a calculator. To do so, we type it as shown below.