What is the radix (base) of number $(9)_r$ if its decimal representation is $(21)_{10}$?

283 Views Asked by At

I want to find $r$. The method that I followed is:

$(9\times r^0) = (2\times 10^1) + (1\times 10^0)$

which gives no solution.