Does the following condense to the following:
$\log_2z+(\log_2x)/2+(\log_2y)/2 = \log_2(z\sqrt{x}\sqrt{y})$ or to $\log_2(z\sqrt{xy})$ ?
2026-04-09 02:03:12.1775700192
On
Condensing Fractional Logarithms
39 Views Asked by user169562 https://math.techqa.club/user/user169562/detail At
2
There are 2 best solutions below
0
On
Both of your answers are correct!
$$\log_2 z+ \frac{\log_2 x}{2}+\frac{\log_2 y}{2}=\log_2 z+\log_2 x^{\frac{1}{2}}+\log_2 y ^{\frac{1}{2}}=\log_2 (z \cdot \sqrt{x} \cdot \sqrt{y})=\log_2 (z \cdot \sqrt{x \cdot y})$$
We used the identities:
$$\log a+ \log b=\log (a \cdot b) $$ $$ x \cdot \log a=\log a^x$$
and
$$\sqrt{a} \cdot \sqrt{b}=\sqrt{a \cdot b}$$
Both are the same, since $ \sqrt {xy} = \sqrt {x} \cdot \sqrt y $.