asked 147k views
3 votes
Pi owns a cornfield and has placed fences around four polls, A, B, C, D that delimit the edges of the field. He needs to drive around the field every day to check whether anybody has tried to break in. The four poles are located at:

A (-2,1)
B (3,-11)
C (-2,-23)
D (-7,-11)

How many miles will pi drive if he starts at pole A and drives around the entire border of the field?

(please show the work)

asked
User Magda
by
7.2k points

1 Answer

5 votes

Answer:

52 miles

Explanation:

A to B:

sqrt( (3 - (-2))^2 + (-11 - 1)^2 )

sqrt( (5)^2 + (-12)^2 )

sqrt( 25 + 144 )

sqrt( 169 )

13

B to C:

sqrt( (-2 - 3)^2 + (-23 - (-11))^2 )

sqrt( (-5)^2 + (-12)^2 )

sqrt( 25 + 144 )

sqrt( 169 )

13

C to D:

sqrt( (-7 - (-2))^2 + (-11 - (-23))^2 )

sqrt( (-5)^2 + (12)^2 )

sqrt( 25 + 144 )

sqrt( 169 )

13

D to A:

sqrt( (-2 - (-7))^2 + (1 - (-11))^2 )

sqrt( (5)^2 + (12)^2 )

sqrt( 25 + 144 )

sqrt( 169 )

13

Adding:

13 + 13 + 13 + 13

52

answered
User Brad Jones
by
7.9k points

Related questions

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