Arithmetic
Addition (top) and division (bottom)
Arithmetic refers to a number of operations performed on numbers:
- addition
- subtraction
- multiplication
- division
- exponentiation
- root taking
- logarithm taking
Numbers are represented using the numerals 0 … 9.
Operations can be grouped by parentheses.
The order in which operations should be performed, are:
- operations in parentheses
- exponentiation and root taking
- multiplication and division
- addition and subtraction
Related concepts