Operation: An action that can be done with two numbers, like addition or multiplication.

Operator: A symbol that defines the operation enacted between two numbers.

There are a set of rules in the event that a calculation has multiple operations. These rules are called (i think) the order of operations

The set of rules, in order, are as follows:

  1. Parentheses:
  2. Exponents:
  3. Multiplication and division:
  4. Addition and subtraction: If multiple operations of the same level exists, you go left to right (see numbers above boxes)

An example of this can be the following:

next article

The next article will go over integer and prime factorisation