How do I find all the bases which $11^2 < 122$ is correct for them?

52 Views Asked by At

I tried to go all over the bases but it doesn't work well. I don't know how to present multiplying in general... I believe I somehow have to compute 11 times 11 in every base and convert it to decimal number and check if it bigger than 122. Any thoughts?

1

There are 1 best solutions below

0
On

If the basis is greater than two, then $$\begin{array}{ccc} &1&1\\ \times&1&1\\ \hline &1&1\\ 1&1\\ \hline 1&2&1 \end{array}$$