The total lines you can draw using 2 points is 3 lines
Collinear points are points that lines on the same line compared to coplanar points that lies on the same plane.
Combination and permutation are two different ways of grouping elements of a set into subsets. Combination has to do with selection while permutation has to do with arrangement.
From the given question, we are to randomly draw two points from the given 3 points. This is a combination question since it is selection. The combination formula is given as;
nCr = n!/(n-r)!r!
3C2 = 3!/(3-2)!2!
3C2 = 3*2/2*1
3C2 3/1
3C2 = 3ways
Hence the total lines you can draw using 2 points is 3 lines
Learn more on combination here: https://brainly.com/question/23327040
#SPJ1