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.
For permutation and combination, combination has to do with selection while permutation has to do with arrangement.
In order to randomly draw two points from the given 3 points, we will select two points randomly and use it to create a line since a line is the shortest distance between two points. According to the formua;l
nCr = n!/(n-r)!r!
where n = 3 and r = 2 to have;
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/2292539
#SPJ1