The distance between these two points (7,4) and (10,2) will be 3.6 units.
The shortest distance (length of the straight line segment's length connecting both given points) between points ( p,q) and (x,y) is:
D² = (x-p)² + (y-q)²
Estimate the line of best fit using two points on the line. (7,4) and (10,2).
The distance between these two points (7,4) and (10,2) will be
D² = (10 - 7)² + (2 - 4)²
D² = 9 + 4
D² = 13
D = 3.6
Learn more about the distance between two points here:
brainly.com/question/16410393
#SPJ1