The question is stated as the following to solve for x: $$x+\frac{x}{4}+\frac{x}{16}+\frac{x}{64}+...=1+\frac{1}{x}+\frac{1}{x^2}+...$$
I have so far determined their infinite series as shown in the title and have been treating both these series as geometric series. I am pretty confused in terms of next steps, thank you in advance!
I will refer to the question, since the title has a couple of misleading indices I guess... The LHS is equal to $x (1 + \frac{1}{4} + \frac{1}{16} + ...) = x \frac{1}{1 - \frac{1}{4}} = \frac{4x}{3}$. The RHS is equal to $\frac{1}{1 - \frac{1}{x}} = \frac{x}{x-1}$, but it converges only for $|x| > 1$. Now we solve $$ \frac{4x}{3} = \frac{x}{x-1} \implies x = 0, \frac{7}{4}, $$ but $x = \frac{7}{4}$ is the only acceptable solution.