The total lines you can draw using 2 points is 3 lines
Combination and permutation are two different ways of grouping elements of a set into subsets. In a combination, the elements of the subset can be listed in any order and it has to do with selection. In a permutation, the order of arrangement does not matter.
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 = 6/2!
3C2 = 3ways
Hence the total lines you can draw using 2 points is 3 lines
Learn more on combination here: https://brainly.com/question/11732255
#SPJ1