The word 'ternary' refers to which number?
Correct answer: Three
That Cøunt, Ray Bumpkin
The explanation's example is very poorly copied and pasted. What it is trying to show is a function called T which takes three values and performs an operation on them returning a result. So "T(a, b, c)" is the definition of the function and "ab + c" is the operation (a multiplied by b and then add c). For example T(2, 4, 5) = 2 x 4 + 5 = 8 + 5 = 13.
diamondgeezer11
knew that the answer was three, but the explanation was unnecessarily confusing