For example, suppose we have two numbers $x, y \in$ N with their corresponding bases $a$ and $b$
$ x_{a} = y_{b} $
How do you determine $a$ and $b$ such that the equation is satisfied?
I tried interpreting the problem as a equation, such that each digit in my numbers x and y are a coefficient. For example, I have the numbers $241$ and $27$, and my idea was that I try to solve the equation $2a^2+4a+1=2b+7$. Unfortunately, I can't seem to get past that.