Concept:For an equilateral triangle, all sides are equal. Use the distance formula to equate squared side lengths.Explanation:Let A(0,0), B(p,1), C(1,q). Compute squared distances:AB2=(p−0)2+(1−0)2=p2+1AC2=(1−0)2+(q−0)2=1+q2BC2=(1−p)2+(q−1)2=(1−p)2+(q−1)2Since triangle is equilateral, AB2=AC2 gives p2+1=1+q2, so p2=q2. As p,q in (0,1), we have p=q. Let p=q=t.Now equate AB2 and BC2: t2+1=2(1−t)2. Expand right side: 2(1−2t+t2)=2−4t+2t2. Thus t2+1=2−4t+2t2. Rearranging gives 0=t2−4t+1. Solve: t=24±16−4​​=2±3​. Since 0<t<1, choose t=2−3​. Hence p=q=2−3​.Therefore p+q=2(2−3​)=4−23​.Answer:p+q=4−23​ which corresponds to option D.