maths.freeArithmetic › Order of operations

Order of operations

Brackets, powers, multiply/divide, add/subtract — and why the order is not optional.

An expression like 3 + 4 × (2 − 1)² has only one correct value because everyone agrees on the order: brackets first, then exponents, then multiplication and division left to right, then addition and subtraction left to right. The animation below performs exactly one operation per step, in that order.

工作范例: 3 + 4 * (2 - 1)^2

Evaluate 7

7

一步

  1. 3 + 4 \left(2 - 1\right)^{2} = 7

    Evaluate.

发送答案
7

试试你自己试试

更多 Arithmetic