I've never encountered the following type of logarithmic simultaneous equations. I'm supposed to solve for x and y, but I just can't seem to figure it out. $$ \log_9 {(xy)} = \frac {5}{2}$$ $$ \log_3 {x} \times \log_3 {y} = -6$$
That second equation is the main problem here, I think. I have never really dealt with multiplying logarithms before, not in this form at least.
Substitute $a = \log_3 x = 2 \log_9 x$ and $b = \log_3 y = 2 \log_9 y$. Then $a + b = 5$ and $ab = -6$, so either $a = 6$ and $b=-1$ (so $x = 729$ and $y = 1/3$), or $a = 1$ and $b = -6$ (so $x = 1/3$ and $y = 729$).