I understand the following two identities, however could use guidance on on this applies to multiplication of numbers. I think the antilog() gets applied somewhere after the result of $log_b(x) + log_b(y)$ is established, but am not sure.
Can anyone provide an example?
Thank you


Here's a rather simplistic example: suppose that you want to multiply 1000 by 100000. Let's use base-10 logs :-) The log of 1000 is 3, the log of 100000 is 5. Adding these two we get 8. Then we take the antilog of 8: that's $10^8$ - lo and behold, that's the product of 1000 and 100000.
That's the exact same procedure for other numbers, but for those you'll have to use the log tables to figure the log of the number and then after adding them together, use the log tables "backwards" to calculate the antilog. Of course, you can use your calculator instead of log tables, although you cannot use your calculator to multiply the two original numbers together: that would be cheating :-)