asked 104k views
4 votes
What is the distance between (-5, 3) and (7, 3)? Please explain using absolute values.

1 Answer

2 votes
Use pythagoras theorem
d = √((x₁ - x₂)² + (y₁ - y₂)²)
d = √((-5 - 7)² + (3 - 3)²)
d = √((-12)² + 0)
d = √144
d = 12

The distance is 12
answered
User Galuoises
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.