194k views
1 vote
What is the distance

What is the distance-example-1
User Nbooo
by
4.6k points

1 Answer

3 votes

Answer:

123

Explanation:

Formula

distance = sqrt( (y2 - y1)^2 + (x2 - x)^2 )

Givens

  • y2 = 17
  • y1 = -10
  • x2 = - 117
  • x1 = 3

Solution

distance = sqrt( (17 - -10)^2 + (-117 - 3)^2 )

distance = sqrt( ( 27^2) + (-120)^2 )

distance = sqrt( 729 + 14400)

distance = sqrt(15129)

distance = 123

distance = sqrt

User Jonathan Lisic
by
5.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.