First, discuss what the expression x^2y means. Is it x2y or x2y?
Fortunately, we know the answers, and we can check them.
log(x) = 3, so x = 1000; log(y) = -2, so y = 0.01.
Then log(x2y) = log(10000.02) = log(100.06) = 0.06, but log(x2y) = log(10002 * 0.01) = log(104) = 4.
Similar, x^4/y^3 should mean x4/y3,
then log(x4/y3) = log(10004/0.013) = log(1012/10-6) = log(1018) = 18.
Now we have found the correct interpretation and could solve the problem.
log(x2y) = 4 and log(x4/y3) = 18.
Use properties of logarithms.
log(x2y) = 2log(x) + log(y), log(x4/y3) = 4log(x) – 3log(y).
We have 2 equations:
2log(x) + log(y) = 4
4log(x) – 3log(y) = 18
If we use the substitution a = log(x), b = log(y), we obtain the linear system in two variables:
2a + b = 4
4a – 3b = 18
I am sure that you are able to solve linear systems. The solution is a = 3, b = -2
Finally, log(x) = 3, log (y) = -2.