Concept:The differential equation is manipulated into a form involving d(yx), enabling direct integration to find the particular solution.Explanation:Start with xdy=ydx+y2dy.Rearranging gives xdy−ydx=y2dy.Divide both sides by y2: y2xdy−ydx=dy.Recall that d(yx)=y2ydx−xdy=−y2xdy−ydx.Thus y2xdy−ydx=−d(yx).Substitute: −d(yx)=dy.Integrate both sides: −yx=y+c.Apply initial condition y(1)=1: −11=1+c⇒c=−2.Hence −yx=y−2.Multiply by y: −x=y2−2y, or y2−2y+x=0.To find y(−3), put x=−3: y2−2y−3=0.Factor: (y−3)(y+1)=0, giving y=3 or y=−1.Since y>0, the valid answer is y=3.Answer:y(−3)=3, corresponding to option A (3 only).