Branch of mathematics

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

    a+b=ca + b = c

    addend + addend = sum

  • Commutativity

    a+b=b+aa + b = b + a

    the order of addends does not change the result

  • Associativity

    (a+b)+c=a+(b+c)(a + b) + c = a + (b + c)

    the grouping of addends does not change the result

  • Identity element

    a+0=aa + 0 = a

    zero does not change the number

Subtraction

  • Difference

    ab=ca - b = c

    minuend − subtrahend = difference

  • Check

    ab=c    b+c=aa - b = c \iff b + c = a

    check subtraction with addition

  • Subtracting zero

    a0=aa - 0 = a

    zero leaves the number unchanged

  • Difference of equals

    aa=0a - a = 0

    a number minus itself is zero

Multiplication

  • Product

    ab=ca \cdot b = c

    factor · factor = product

  • Commutativity

    ab=baa \cdot b = b \cdot a

    the order of factors does not change the result

  • Associativity

    (ab)c=a(bc)(a \cdot b) \cdot c = a \cdot (b \cdot c)

    grouping of factors does not change the result

  • Distributivity

    a(b+c)=ab+aca \cdot (b + c) = a \cdot b + a \cdot c

    multiplication distributes over addition

  • Identity element

    a1=aa \cdot 1 = a

    multiplying by one leaves the number unchanged

  • Multiplying by zero

    a0=0a \cdot 0 = 0

    a product with zero is always zero

Division

  • Quotient

    a:b=ca : b = c

    dividend : divisor = quotient (b ≠ 0)

  • Check

    a:b=c    cb=aa : b = c \iff c \cdot b = a

    check division with multiplication

  • Division with remainder

    a=bq+ra = b \cdot q + r

    the remainder satisfies 0 ≤ r < b

  • Dividing by one

    a:1=aa : 1 = a

    dividing by one leaves the number unchanged

  • Dividing by itself

    a:a=1a : a = 1

    for a ≠ 0

Order of operations

  • Multiplication before addition

    2+34=142 + 3 \cdot 4 = 14

    first 3 · 4 = 12, then 2 + 12

  • Brackets first

    (2+3)4=20(2 + 3) \cdot 4 = 20

    brackets change the order: first 2 + 3

  • Power before multiplication

    232=162^3 \cdot 2 = 16

    first 2³ = 8, then 8 · 2

  • Left to right

    2043=1320 - 4 - 3 = 13

    operations of the same rank are done left to right

Related articles