Let $a,b\in\mathbb{Q}$
How can I do the operation $a*b$ without knowing multiplication tables and without the help of a calculator? (Well, is it posible?)
If only one of them were whole numbers, it would be really easy: If $a\in\mathbb{Z}$ just add/substract $b$, $a$ times.
But if $a\in\mathbb{Q}$ then I'm missing a part of $b$ to add, the decimal part of $a$. If we had division, then it would be trivial, calculate $c=\frac{1}{a}$, and then $result=\frac{b}{c}$ but we cannot use divisions either.