Simplify any expressions in parentheses you see. You no longer have to write the parentheses in later steps.
Example:
4 * (10 - 5) - 21 / 3 + 2^2
4 * 5 - 21 / 3 + 2^2
Simplify any exponents.
Example:
4 * 5 - 21 / 3 + 2^2
4 * 5 - 21 / 3 + 4
Simplify any multiplication or division. Do not prioritize one over the other; instead, work from left to right in the order that you find them.
Example:
4 * 5 - 21 / 3 + 4
20 - 21 / 3 + 4
20 - 7 + 4
Simplify any addition or subtraction. Do not prioritize one over the other; instead, work from left to right in the order that you find them.
Example:
20 - 7 + 4
13 + 4
17 (answer)