First, just for your own edification, it's log, not lg; anyway:
We first write out the logarithms in a simple manner:
log(x) = m
log

= n
As we want to isolate x and y to multiply together, we raise both sides to 10^:
10^(log(x)) = 10^m
10^(log

) = 10^n
We can simplify from here: 10^log will cancel, leaving x or y:
x = 10^m
y = 10^n
Now, we multiply these together:
x*y = (10^m)*(10^n)
x*y = 10^(m+n)
There you go. Hope that helps.