Find distance in (3,8) and (0,0)

Posted on


Find distance in (3,8) and (0,0)

✒️FINDING DISTANCE

==================================

\largenderline{\mathbb{QUESTION}:}

Find the distance between (3,8) and (0, 0)

==================================

\largenderline{\mathbb{ANSWER}:}

  • \sqrt{73}

==================================

\largenderline{\mathbb{SOLUTION}:}

Find the distance between (3,8) and (0, 0)

  • d = \sqrt{(x_2-x_1)^{2} + (y_2-y_1)^{2} }
  • d = \sqrt{(3-0)^{2} +(8-0)^{2} }
  • d = \sqrt{(3)^{2} + (8)^{2} }
  • d = \sqrt{9+64}
  • d = \sqrt{73}

So the distance between (3,8) and (0,0) is \sqrt{73} units.

==================================

#CarryOnLearning

Leave a Reply

Your email address will not be published.