Arithmetic
The four operations and the order they run in — the foundation of all of maths.
Topics in this branch
Branch formulas
Branch: Arithmetic
Addition
Sum
addend + addend = sum
Commutativity
the order of addends does not change the result
Associativity
the grouping of addends does not change the result
Identity element
zero does not change the number
Subtraction
Difference
minuend − subtrahend = difference
Check
check subtraction with addition
Subtracting zero
zero leaves the number unchanged
Difference of equals
a number minus itself is zero
Multiplication
Product
factor · factor = product
Commutativity
the order of factors does not change the result
Associativity
grouping of factors does not change the result
Distributivity
multiplication distributes over addition
Identity element
multiplying by one leaves the number unchanged
Multiplying by zero
a product with zero is always zero
Division
Quotient
dividend : divisor = quotient (b ≠ 0)
Check
check division with multiplication
Division with remainder
the remainder satisfies 0 ≤ r < b
Dividing by one
dividing by one leaves the number unchanged
Dividing by itself
for a ≠ 0
Order of operations
Multiplication before addition
first 3 · 4 = 12, then 2 + 12
Brackets first
brackets change the order: first 2 + 3
Power before multiplication
first 2³ = 8, then 8 · 2
Left to right
operations of the same rank are done left to right
