If $2 \cdot log_e{(x -2y)} = log_e{y} + log_e{x}$, then find the numerical value of $\frac{x}{y}$
My try:
$2 \cdot log_e{(x -2y)} = log_e{y} + log_e{x}$
$log_e{(x-2y)^2} = log_e{xy}$
$(x - 2y)^2 = xy$
But expanding the LHS doesn't give the result. What should I do further?
Hint :
$$2 \cdot \ln(x -2y) = \ln y + \ln x\Rightarrow \ln(x-2y)-\ln y=\ln x-\ln (x-2y)$$
i.e., $$\log \bigg(\frac{x-2y}{y}\bigg)=\log\bigg(\frac{x}{x-2y}\bigg)$$
i.e.,
$$\dfrac{x}{y}-2=\dfrac{1}{1-2\left(\dfrac{y}{x}\right)}$$ Can you complete this...?