Question 1107098
Rewrite each expression as a single logarithm:
a) log 2 + log x – (log 3 + log y)
----
Adding logs --> multiply
Subtracting logs --> divide
================
Use parentheses
---
log(2) + log(x) – (log(3) + log(y))
= log(2x) – (log(3y)
= log(2x/3y)
==================
Do the others the same way.