To solve the equation \(\frac{1}{2}\log x + \frac{1}{2}\log y + \log 2 = \log(x+y)\), we will use the properties of logarithms. Specifically, we'll use the following properties:
Given the equation:
\(\frac{1}{2}\log x + \frac{1}{2}\log y + \log 2 = \log(x+y)\)
First, we express the terms with coefficients as powers:
\(\log x^{1/2} + \log y^{1/2} + \log 2 = \log(x+y)\)
Using the first property of logarithms, combine them:
\(\log((xy)^{1/2} \cdot 2) = \log(x+y)\)
Since the logarithms are equal, their arguments must be equal:
\((xy)^{1/2} \cdot 2 = x+y\)
Simplifying further, we have:
\(2 \sqrt{xy} = x + y\)
Squaring both sides to remove the square root:
\(4xy = (x+y)^2\)
Expanding the right side:
\(4xy = x^2 + 2xy + y^2\)
Rearranging the terms gives:
\(x^2 + 2xy + y^2 - 4xy = 0\)
Which simplifies to:
\(x^2 - 2xy + y^2 = 0\)
This expression can be factored as:
\((x-y)^2 = 0\)
The principal root of this equation is:
\(x = y\)
Thus, the correct answer is \(x = y\).