Which list contains four points on the same line?
A)
{ (0,0), (1, 1), (2, 4), (3,9)}
B)
{(0,0), (1, 1), (2, 2), (3, 3) }
C)
{ (0, 1), (1, 2), (2, 4), (3, 8) }
D)
{(0,0), (1, 1), (2, 8), (3, 27) }