There is a secret operator $F$ that takes two whole numbers and outputs a new number. For example
$$\begin{split}F(6,9) &= 15\\ F(66,11) &= 110 \\ F(86,18) &= 179\end{split}$$
Can you find what $F$ does and what is the output of $F(601,81)$ ?
Hint:
F may not be defined for all inputs
-is a unary operator because-xapplies the operator to the variablex, and+is a binary operator becausex+yapplies the operator to x and y. – Ross Presser Jul 15 '20 at 17:40