Concept:Cross-multiply the given rational expression, then isolate terms and square both sides to remove square roots.Explanation:Start with p+x−p−xp+x+p−x=p.Cross-multiply: p+x+p−x=p(p+x−p−x).Expand: p+x+p−x=pp+x−pp−x.Bring like terms together: p+x−pp−x=−p−x−pp−x is messy; better: move p−x terms to left and p+x terms to right: p+x+pp−x=pp+x−p−x is not correct. Actually reorganize: p+x+p−x=pp+x−pp−x => p+x−pp+x=−pp−x−p−x => (1−p)p+x=−(1+p)p−x.Square both sides: (1−p)2(p+x)=(1+p)2(p−x).Expand: (1−p)2p+(1−p)2x=(1+p)2p−(1+p)2x.Bring x terms to left, constants to right: (1−p)2x+(1+p)2x=(1+p)2p−(1−p)2p.Factor: x[(1−p)2+(1+p)2]=p[(1+p)2−(1−p)2].Simplify squares: (1−p)2=1−2p+p2, (1+p)2=1+2p+p2. Their sum is 2(1+p2), their difference is 4p.Thus x⋅2(1+p2)=p⋅4p => 2(1+p2)x=4p2 => x=p2+12p2.Answer:x=p2+12p2, which is option D.