Concept:Use simple numeric values to evaluate the expression and find the required value.Explanation:Assume convenient values for a, b, and c that satisfy the conditions (all distinct).Let a=1, b=2, c=3.Compute p:p=(b−a)(c−a)a2=(2−1)(3−1)12=21.Compute q:q=(c−b)(a−b)b2=(3−2)(1−2)22=(1)(−1)4=−4.Compute r:r=(a−c)(b−c)c2=(1−3)(2−3)32=(−2)(−1)9=29.Now find p+q+r:p+q+r=21+(−4)+29=21+9−4=210−4=5−4=1.Then (p+q+r)2=(1)2=1.Answer:1 (Option C).