Solve simultaneous equations $\log(x-2)+\log2=2\log y$, $\log(x-3y+3)=0$ (Not sure of solutions in book)
My method: $\log(x-2)+\log 2-\log y^2=0 \Rightarrow \log\left(\frac{x}{y^2}\right)=0 \Rightarrow y^2=x$
$\log(x-3y+3)=0 \Rightarrow y^2-3y+2=0 \Rightarrow (y-1)(y-2)=0$
When $y=1,x=1; y=2,x=4$
Book solutions: When $y=4,x=10;y=2,x=4$
HINT: the first equation is $\log(2(x-2))=\log(y^2)$ thus we have $$2(x-2)=y^2$$ the second equation is equivalent to $$x-3y+3=1$$ Can you proceed? from the second equation we get $$y=\frac{x+2}{3}$$ plugging this in the first one we obtain $$2x-4=\left(\frac{x+2}{3}\right)^2$$