This is an addition example, which adds numbers together.
1412 + 5912 = 7324
This is a subtration example, which subtracts numbers.
89 - 56 = 33
This is a multiplication example, which multiplies given numbers.
12 * 8 = 96
This is a division example, which divides given numbers.
122222 / 2 = 61111
This is a modular division example, which gives you the remainder of the division problem.
10 % 3 = 1