Distance and Midpoints Quiz (5 Questions)
-
Find the distance between points (1,2) and (4,6).
-
Find the midpoint of points (3,5) and (7,9).
-
True or False: The distance formula comes from the Pythagorean Theorem.
-
Find the distance between points (-1,-2) and (3,2).
-
Give a real-world example of using the distance formula.
Answer Key
-
d = sqrt{(4-1)^2 + (6-2)^2} = sqrt{9+16} = sqrt{25} = 5
-
M = ( {3+7}/{2}, {5+9}/{2} ) = (5,7)
-
True
-
d = sqrt{(3-(-1))^2 + (2-(-2))^2} = sqrt{16+16} = sqrt{32} = 4sqrt{2}
-
GPS distances, navigation, map measurements, robotics, etc.