Concept:Three points are collinear if the area of the triangle formed by them is zero.Area of a triangle with vertices (x1,y1), (x2,y2), (x3,y3) is given by 21[x1(y2−y3)+x2(y3−y1)+x3(y1−y2)].Explanation:Let the points be A(−5,0), B(5p2,10p), and C(5q2,10q).Since they are collinear, Area of △ABC=0.Using the area formula:0=21[−5(10p−10q)+5p2(10q−0)+5q2(0−10p)]Simplify step by step:0=21[−50p+50q+50p2q−50q2p]Multiply both sides by 2:0=−50p+50q+50p2q−50q2pRearrange: 0=50(q−p)+50pq(p−q)Factor 50(p−q): 0=50(p−q)(−1+pq)Since p=q, p−q=0, thus pq−1=0.Therefore, pq=1.Answer:pq=1