Answered by AI, Verified by Human Experts
Final answer:The distance between (4, 7) and (2, 2) is sqrt(29).Explanation:The distance between two points in a coordinate plane can be found using the distance formula. The distance formula is derived from the Pythagorean theorem. Given two points (x1, y1) and (x2, y2), the distance between them is given by:d = sqrt((x2 - x1)^2 + (y2 - y1)^2)In this case, the coordinates of the two points are (4, 7) and (2, 2). Plugging these values into the formula, we get:d = sqrt((2 - 4)^2 + (2 - 7)^2)= sqrt((-2)^2 + (-5)^2)= sqrt(4 + 25)= sqrt(29)Therefore, the distance between (4, 7) and (2, 2) issqrt(29).Learn more about Calculating distance between two points in a coordinate plane here:brainly.com/question/34336071...