Raymond B. answered 11/25/19
Math, microeconomics or criminal justice
distance = square root of the sum of squares of the differences between the x and y values of the two points.
d2 = (3.9+.3)2 + (`1.5-.3)2 but I can't tell if that last value is 0.3 or 03? You probably had the 0 to indicate 0.3
Most people write just 3 rather than 03 if they mean 3.
d2 = 4.22 + 1.22 = 17.64 + 1.44 = 19.08
d = square root of 19.08 = (19.08)1/2 4<d<5 4 squared is 16, 5 squared is 25. d is closer to 4 than 5, since 16 is closer to 19.08 than 25 is to 19.08
d is approximately 4.368065934.... which is about as "exact" as you can get with up to 10 decimal places.