asked 51.9k views
1 vote
I need to find PQ and round to the nearest 100th

I need to find PQ and round to the nearest 100th-example-1
asked
User Swagrov
by
8.1k points

1 Answer

4 votes

To answer this question we will use the following formula to compute the distance between two given points (x,y) and (v,w):


d=√((x-v)^2+(y-w)^2).

From the given diagram we get that:


\begin{gathered} P=(-5,-1), \\ Q=(1,-4). \end{gathered}

Therefore:


\begin{gathered} PQ=√((-5-1)^2+(-1-(-4))^2)=√((-6)^2+(3)^2) \\ √(36+9)=√(45)\approx6.71. \end{gathered}

Answer:


6.71.

answered
User Pjhsea
by
8.2k 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.