Concept:Points are collinear if they all lie on the same straight line.Explanation:Check if all four points satisfy the line through (0,0) and (a,b).Slope m=a−0b−0=ab.Equation of the line: y=abx or ay=bx.Verify each point:• (a,b): a(b)=b(a) holds.• (0,0): a(0)=b(0) holds.• (−a,−b): a(−b)=b(−a)→−ab=−ab holds.• (ab,b2): a(b2)=b(ab)→ab2=ab2 holds.All points satisfy ay=bx, so they lie on the same line.Answer:The points are collinear.