The Six Operations
The four operations in arithmetic are called addition (+), subtraction (-), multiplication (·), and division (/). Algebra adds two more operations called exponentiation, and radicalization. Together these six operations are called advanced arithmetic. Arithmetic means adding numbers. It is the beginning of all math. Algebra does more than add numbers, it takes numbers and organizes them by using variables, performing functions, graphing, and using formulas.
The six operations have symbols called operators. The operator tells you what operation to do. Every operation has an opposite operation called its reciprocal operation. The word reciprocal and inverse almost mean the same thing, but are used slightly differently depending on context. In general all math from arithmetic to calculus is just adding numbers. Here is a table to show some language and what symbol to use:
Inverse Operators
Every operation has an inverse operation that takes the answer and works backwards to find the starting number. This can be used to check your work. Checking your work can be used to prove you are correct. Later in geometry you will be asked to show formal proofs.
Addition is adding any numbers:
Multiplication is repeated addition using the same addend:
Powering is repeated multiplication using the same factor:
Subtraction is the reciprocal operation of addition; it removes numbers:
Division is the reciprocal operation of multiplication; it is repeated subtraction using the same subtrahend:
Rooting is the reciprocal operation of division; it is repeated division using the same divisor:
It is important to distinguish what number or symbol you are referring to instead of saying "The number", "squiggle line", or "that thing over there". This is especially important in complex equations that have multiple objects that may refer to the say name. In general math is a binary process where only two numbers are being used at a time. There is the initial value and the number performing the operation. Typically the left number is our "seed" or starting value and the right number is our operating number.
Explanation of Arithmetic notation
Every equation has 5 parts and they are:
- The starting number
- The operator
- The second number
- The equals sign
- The answer
For addition subtraction multiplication division exponents, radicals:
- [ ] + [ ] = [ ]
- [ ] − [ ] = [ ]
- [ ] × [ ] = [ ]
- [ ] ÷ [ ] = [ ]
- [ ] ^ [ ] = [ ]
- [ ] √ [ ] = [ ]
Which in English are called :
- [sum] + [sum] = [total]
- [sum] − [sum] = [difference]
- [1st factor] × [2nd factor]  or   [m] × [n] = [product]
- [numerator] ÷ [denominator] = [quotient]
- [exponent] √ [radicand] = [root]
More formal names that can be used are:
- [augend] + [addend] = [total]
- [minuend] - [subtrahend] = [difference]
- [f1] · [f2] = [product]
- [dividend] ÷ [divisor] = [quotient]
- [index] √ [radicand] = [root]
In math "notation" means the format of how we write our equations. Notation often means the order and symbols used. This can also be called the "syntax" of math. Different operations use different notation. Different branches of math have different syntax.
- Addition: \(1 + 2 = 3\) 2 is the addend.
- Subtraction: \(10 - 1 = 9\) 1 is the subtrahend.
- Multiplication: \(2 ∙ 3 = 6\) 2 is first factor.
- Division: \(10 ÷ 2 = 5\) 2 is the divisor.
- Exponentiation: \(4^2 = 16\) 4 is the base and 2 is the exponent (also called power)
- Radicalization: \(2^√9 = 3\) 9 is the radicand (also called product), 2 is called the exponent or index, and 3 is the root (also called base).
As you can see all the operations have the left most number as the starting point except radicals which start under the radical sign.
Naming Conventions
There are multiple names for the same number being used:
Addition
A numberal is a symbol that represents a number. For any operation a value can be called a "number", "value", or a "sum". Addition can call both augend and addend an "addend", or simply "a sum", "sum", or "sums". The result of addition can be called a total or sum. Less common though valid is to call any number a "total", however "sum" is preferred. In any case both "sum" and "total" imply addition or the result of it. The operator for addition uses this symbol " + " and is called "plus sign" or "addition sign".
Subtraction
In subtraction we can say "ten minus one", "one subtracted from ten", "one less than ten", "the difference between ten and one", and so on because math allows non fixed use of English phrases. This is semantically valid as long as the sentence uttered is logically true. The result of subtraction is called "the difference", "a difference", or even a "total" or "sum". The symbol for subtraction is " - " and is called the subtraction or minus sign.
Multiplication
In arithmetic the raised x symbol " × " is used for multiplication. It is commonly called the "times" symbol. We say "two times three equals six" or "two multiplied by three equals six". In algebra we use the raised dot symbol " ∙ " and language stays the same. Multiplication can also be implied by parentheses or brackets such as 2(3) = 6. Putting variables infront of a number also implies multiplication. When variables are introduced you will see that "2a" = "2 ∙ a".
Division
In division we usually say "ten divided by two equals five". The format has the "number to be divided" on the left of the division operator followed the number that is "doing the dividing". In this case 10 is the dividend (thing which is to be divided), 2 is the divisor (number which is doing the dividing), and 5 is the quotient (number which is the result of the division.) We will learn that there are many symbols for divison such as the obelus " ÷ ", the forward slash " / ", The horizontal fraction bar, the division box, and the pipe symbol " | ". The pipe symbol is rare and mostly used in computing. It reverses the order of dividend and divisor such that \(10 ÷ 2 = 5\) becomes \(2|10 = 5\). This is spoken as " ten divided by two equals five" and "two divides ten = equals five". Pipe is not used in Malone Math courses but is in Malone Computer Science courses.
Fractions and ratios also imply division but they are not quite the same and will be discussed deeper later. Fractions call the dividend a "numerator" and the divisor a "denominator". This closely follows standard division and you may call a fraction a "quotient" such that \(1/4 = 0.25\), where both \(1/4\) and 0.25 are quotients of \(1 ÷ 4\).
Powers
When a number is being multiplied by itself over and over we call this a "power" or "exponent" operation. Exponentiation is used to show a number being mulitpled by itself many times. Therefore exponentiation is the way of writing "repeated multiplication of the same number". Example: \(2×2×2 = 2^3 = 8, 2×2×2×2 = 2^4 = 16\). 2 is the base or root number, the 3 and 4 are called the exponents, and the answers given as 8 and 16 are called the "products". Because the answer to a multiplication problem is called a product we use the same word for the result of an exponent operation. Exponents are also called "powers", which is a bit confusing since the word "power" can be used for the exponent, the answer, and the entire equation! To avoid confusion pick a naming convention and stick with it. Malone Math uses "base", "exponent", and "power" to avoid ambiguity of terms.
Radicals
Radicals are the result of undoing an exponential equation. Just as division seems harder than multiplication, radicals are harder than exponents. Since exponents are repeated multiplication, radicals are repeated division. \(2×2×2×2 = 16\) which means: \(2^4 = 16\) and since: \(16 ÷ 2 ÷ 2 ÷ 2 = 2\) then: \(^4√16 = 2\)
Terminology and Intuition
There are six basic operators, 3 are positive and make number bigger, the other 3 are negative and make the number smaller.
The parent operators are + and – . All operations come from these as you will see.
Please note there are other symbols for division such as long division box “ ⟌ †, horizontal fraction bar, and sometimes ratio colon “ : †although a ratio is slightly different meaning and values at times.
The plus sign + is the parent of multiplication and powers.
The minus sign is the parent of division and radicals
Adding is simply adding. Different numbers may be added.
Multiplying is adding groups of the same number. Count the number of terms and multiply this number (groups) by the value of the term (amount per group).
Powering is multiplying groups of the same number. Count the number of factors and write it as an exponent.
34 = (3∙3∙3∙3) = 3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3+3 = 81
Subtracting is the reciprocal operation of addition.
Dividing is subtracting groups of the same number. Count number of terms and divide by this number (groups).
Rooting is dividing in groups of the same number. Count number of factors and divide by n – 1 factors.
∜81 = 81÷(3∙3∙3) = 81–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3–3 = 3
If we add 27 terms of 3 we have 81. We can group this as 4 groups, means 4 terms, of 3. Groups is the number of terms, amount is the numerical of the term. Numerals are the symbol for a number as opposed to an English word. “Two†is an English word while “2†is an Arabic numeral. When describing a value we use numerals, anything else we use words. And so four groups of 3 is written as 3∙3∙3∙3 or 3+3+3+3 not 4∙4∙4 or 4+4+4. If we have four groups of three we can write it as a power 34. This grouped our multiplication, which was a grouping of our addition. We have groups of groups written in a more compact way.
27 terms of 3 gave 81. If we subtract all these terms we have zero. If we instead subtract n–1 terms we will be left with a single term and have 3. Division and rooting removes all but 1 term of a summation. The exponent is the number of factors we multiply by or the number of roots we are taking. If multiplying we multiply all factors, if rooting we divide by n–1 factors. We needed the 4th root of 81 so “n–1 roots†is 4–1 is 3, we divide by 3 factors.
All values in math can be called numbers. To be more specific certain numbers have names to distinguish them from others in an equation. This creates classifications of numbers. Also a number may be referred to by many names depending on the context and associated action or operation to be performed.
Addition: augend + addend = Total
Subtraction: subtrahend – minuend = Difference
Multiplication: factor ∙ factor = Product
Division: dividend ÷ divisor = Quotient
All of these words call also be called numbers but this creates more specify. “A number plus a number equals a number†isn't really informative. Sum simply means number so can be used anywhere. It can be used in subtraction like “ a sum minus a sum equals a differenceâ€. Addition and subtraction are very basic so I will not spend much time on them. You can sum positive or negative numbers, summing negatives is like subtraction, you can call two numbers in a subtraction problem sums but subtrahend and minuend are more specific as it distinguishes them from sums in an addition problem. For basic math not important for hard math actually useful. The goal is not to be rigorous or pedantic but provide more clarity when needed, not at the expense of it.
The plus sign births 3 ways to multiply:
Early math: 2 × 3 = 6
Algebra: 2 ∙ 3 = 6
Reciprocal: 2 ÷ \( {\frac{1}{3}}
\)
= 6
Dividing by a fraction invokes multiplication. It doesn't need to be proven here but will show anyways:
2 ÷ 1/3 We are asking how many times 1/3 goes into 2
1/3 + 1/3 + 1/3 = 1 We know this (3/3 =1 so that 1/3 goes into 1 three times)
1/3 + 1/3 + 1/3 + 1/3 + 1/3 + 1/3 = 2 So we know this
This is not the cleanest approach but natural. It shows that 1/3 goes into 2 six times.
Said differently 6 times 1/3 equals 2: \( 6∙1/3 = 2\)
\(6 ∙ 1/3 = 2\)      This appears to be a multiplication
\(6/1 ∙ 1/3 = 2\)
\(6∙1/1∙3 = 2\)
\({\frac{6}{3}} = 2\)
\(6÷3 = 2\)      This appears to be a division
Understand that a fraction is a division problem and that the fraction bar is a division operator. We went from a multiplication operator to a division operator. This is because the fraction is really a division problem we are scaling or multiplying by the first number.
We use the reciprocal operator and the reciprocal number to create this equivalence:
\(2 ÷ {\frac{1}{3}}\)   =
  \(2 ∙ {\frac{3}{1}}\)   =   \(6\)
We could find the quotient directly:
2 ÷ \( {\frac{1}{3}}\)
\(2 ÷ 0.\overline{3}\)
\(0.\overline{3} ⟌2\) This is long division with 2 in a division box
3.3 | 20 For clarity move the numbers by a power of 10
How many times does 3.3 go into 20? The answer is 6. If we divide 20 by 6 we get 3.3 and if we divide 20 by 3 we get 6.6. This is just something known about repeating decimals but we find it through long division for ourselves. This bring up a separate topic in math about repeating numbers. After exhaustive research we summarize the rule to be that when dividing by a fraction we multiply by the reciprocal, affectionately known as “flip and multiplyâ€.
For a clearer demonstration to prove that “ \( {\frac{a}{b}}\) ÷ \( {\frac{c}{d}}\) = \( {\frac{a}{b}}\) ⋅ \( {\frac{d}{c}}\) †we chose a non repeating decimal:
Reciprocal division: \(10 ÷ {\frac{1}{2}}\)
Obelus: 10÷0.5
Box: 0.5⟌10
Long divison using the division box:
0.5 goes into 1 two times:
2
0.5⟌10
2 times 0.5 is 1, we write the 1 and subtract:
2
0.5⟌10
– 1
0
We bring down the next number which is 0:
2
0.5⟌10
– 1
00
0.5 goes into 0 to times so we write 0 after 2 and we are finshed:
20
0.5⟌10
– 1
00
There are other ways to do long division such as clearing the decimal. We would then ask 100÷5 and get 20 but this is not as direct as I showed since it changes the numbers slightly.
10 ÷ ½ = 10 ∙ 2 = 20
10 ÷ ½ equals 10 ∙ 2 since ½ goes into “10†twenty times.
It can be written different ways but all equal the correct answer 20.
Using flip and multiply is fastest and cleanest. You can cross multiply:
10 ÷ ½ 10 ÷ ½ 10 ÷ ½
10/1 ÷ ½ 10/1 ÷ ½ 10∙2
10∙2 ÷1∙1 10∙2 /1∙1 20
20 ÷1 20 /1
20 20
This gives 3 ways to multiply. The parent operation minus births 3 ways to divide:
Early math: 10 ÷ 2
Algebra: 10/2
Reciprocal: 10 ∙ ½
Conclusion
All math is a binary process meaning you can only operate with two numbers and one operator at a time. All rooting problems break down to division and division breaks down to subtraction. Subtraction is the parent operator of higher negative operations. Likewise powering breaks down to multiplication which breaks down to addition with addition being the parent operation of higher positive operations. This is the meaning of addition gives birth to multiplication which gives birth to powering and subtraction gives birth to division which gives birth to rooting.
