Final answer:
To find the distance between two points in a coordinate plane, you can use the distance formula. Using the given points (7, 7) and (-7, 7), the distance is 14.
Step-by-step explanation:
To find the distance between two points in a coordinate plane, you can use the distance formula. The distance formula is derived from the Pythagorean theorem and is given by:
distance = sqrt((x2 - x1)^2 + (y2 - y1)^2)
Using the given points (7, 7) and (-7, 7), we can plug in the values to find the distance:
distance = sqrt((-7 - 7)^2 + (7 - 7)^2)
distance = sqrt((-14)^2 + 0)
distance = sqrt(196)
distance = 14