Most sums use a single operation at a time. But what should you do with an expression that
mixes them, like
One person adds first —
The rule sorts the four operations into two tiers. Multiplication and division are the "strong" pair — they happen first. Addition and subtraction come after.
So
When the operations are on the same tier, just work left to right, like reading a sentence.
(Not
What if you really do want to add first? Wrap it in parentheses (round brackets). Whatever sits inside parentheses is worked out before anything else:
Same numbers, same operations — but the parentheses flip the answer from
A handy way to remember it is the word BODMAS: Brackets, Orders (powers), Division, Multiplication, Addition, Subtraction. "Brackets" are the parentheses, and "Orders" are powers — a lesson for later.
One trap to watch: DM is a single tier and so is AS. Do each pair left to right — don't always do division before multiplication, or addition before subtraction. (Some countries spell the very same rule PEMDAS.)