Step 1: Find the least common denominator
The given equation is:
\[
\frac{1}{x+3} + \frac{1}{x+5} = \frac{1}{6}
\]
To solve this, we first find the least common denominator (LCD) of the left-hand side. The LCD is \( (x+3)(x+5) \).
Step 2: Rewrite the equation with the LCD
Multiply both terms on the left-hand side by \( (x+5) \) and \( (x+3) \) respectively:
\[
\frac{(x+5)}{(x+3)(x+5)} + \frac{(x+3)}{(x+3)(x+5)} = \frac{1}{6}
\]
This simplifies to:
\[
\frac{(x+5) + (x+3)}{(x+3)(x+5)} = \frac{1}{6}
\]
\[
\frac{2x + 8}{(x+3)(x+5)} = \frac{1}{6}
\]
Step 3: Cross-multiply to solve for \( x \)
Now, cross-multiply to eliminate the fractions:
\[
6(2x + 8) = (x+3)(x+5)
\]
Step 4: Expand both sides
Expand both sides of the equation:
\[
12x + 48 = x^2 + 8x + 15
\]
Step 5: Rearrange the terms
Move all terms to one side of the equation:
\[
0 = x^2 + 8x + 15 - 12x - 48
\]
\[
0 = x^2 - 4x - 33
\]
Step 6: Solve the quadratic equation
We need to solve the quadratic equation \( x^2 - 4x - 33 = 0 \). We can either factor or use the quadratic formula. Let's use the quadratic formula:
\[
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
\]
For \( x^2 - 4x - 33 = 0 \), \( a = 1 \), \( b = -4 \), and \( c = -33 \).
\[
x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(1)(-33)}}{2(1)}
\]
\[
x = \frac{4 \pm \sqrt{16 + 132}}{2}
\]
\[
x = \frac{4 \pm \sqrt{148}}{2}
\]
\[
x = \frac{4 \pm 12.17}{2}
\]
\[
x = \frac{4 + 12.17}{2} \quad \text{or} \quad x = \frac{4 - 12.17}{2}
\]
\[
x = \frac{16.17}{2} \quad \text{or} \quad x = \frac{-8.17}{2}
\]
\[
x \approx 8.085 \quad \text{or} \quad x \approx -4.085
\]
Answer:
Therefore, the solution to the equation is approximately \( x = -4 \). So, the correct answer is option (3).