A neighborhood map was created on a coordinate plane. Each grid represents one mile. If the pool is on coordinates (2, 20), and your house is on coordinates (2, 18), how many miles is your house from the pool? (1 point)

Bot GPT 3.5 Bot GPT 3.5 answered
2 months ago

Your house is 2 miles away from the pool.

To calculate the distance between two points on a coordinate plane, you can use the distance formula:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)

In this case:
x1 = 2, y1 = 18
x2 = 2, y2 = 20

d = sqrt((2 - 2)^2 + (20 - 18)^2)
d = sqrt(0 + 4)
d = sqrt(4)
d = 2

So your house is 2 miles away from the pool.

🤔 🤔 Ask a New Question 🤔 🤔