We are given the differential equation: dxey=x+2First, rewrite it in the form: eydxdy=x+2Now, separate the variables y and x: eydy=(x+2)dxIntegrate both sides: ∫eydy=∫(x+2)dxThe integral of ey with respect to y is ey, and the integral of (x+2) with respect to x is: ∫(x+2)dx=2(x+2)2+CThus, the solution is: ey=2(x+2)2+CSolving for y, we get: y=log(x+2)+CThus, the correct answer is option (B): y=(x+2)log(x+2)−x+CThus, the correct answer is option (B). Quick Tip: For solving first-order differential equations, use the separation of variables method, then integrate each side. Don’t forget to solve for the dependent variable at the end.