Is it possible to solve logarithm equation when the base of the logarithm is unknown but the result is known. Here is an example:
$$ \log_{X} (\frac{223}{150}) = 20 $$
This basically means that if x multiplied 20 times we will get the fraction $\frac{223}{150}$. My guess is that this is the same as:
$$\sqrt[x]{\frac {223}{150}}$$
But it seems that it is incorrect. Appreciate any help, comment.