2. Order of Operations
Sign In
Pay close attention to the order of operations.
38
7 * 5 +3 For the given expression, this means evaluating the multiplication first, then the addition. Let's simplify the expression.
| Operation | Before Simplification | After Simplification |
|---|---|---|
| Multiply | 7 * 5+3 | 35+3 |
| Add terms | 35+3 | 38 |
We can also evaluate this expression using a calculator. To do so, we type it as shown below.