3.3k views
1 vote
Calculate the distance between points A(4, 6) and B(-3, 9)

1 Answer

6 votes

Explanation:

Hey there!

The points are; A(4,6) and B(-3,9).

Using distance formula,


d = \sqrt{ {(x2 - x1)}^(2) + {(y2 - y1)}^(2) }

Putc all values .


d = \sqrt{ {( - 3 - 4)}^(2) + ( {9 - 6)}^(2) }

Simplify it.


d = \sqrt{ {( - 7)}^(2) + {3}^(2) }


d = √(49 + 9)


= √(58)

Therefore the distance between two points is root 58 units Or 7.61 units.

Hope it helps...

User Mudokonman
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.