For three points to be collinear, they must lie on the same straight line. This means the slope between any two pairs of points must be equal.
Given points: (a,b), (c,d), and (a+c,b+d)
Slope from (a,b) to (a+c,b+d):
Slope1=(a+c)−a(b+d)−b
Slope1=cd
Slope from (c,d) to (a+c,b+d):
Slope2=(a+c)−c(b+d)−d
Slope2=ab
Since the points are collinear, the slopes must be equal:
cd=ab
Cross-multiplying:
ad=bc
Therefore, ad=bc.