/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 31 Find the distance between the po... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Find the distance between the points. $$ (-2,6),(3,-6) $$

Short Answer

Expert verified
The distance between the points (-2,6) and (3,-6) is 13 units.

Step by step solution

01

Identify the coordinates

The coordinates of the first point are -2 and 6. Similarly, the coordinates of the second point are 3 and -6.
02

Apply the Euclidean distance formula

The Euclidean distance between two points \((x1, y1)\) and \((x2, y2)\) in a 2D space can be given by the formula \[d = \sqrt { (x2-x1)^2 + (y2-y1)^2 }\]. Plug in the given coordinates into the formula: \[d = \sqrt {(3-(-2))^2 + ((-6)-6)^2 }\]
03

Simplify the calculation

Simplify the expression inside the square root: \[d = \sqrt {(5)^2 + (-12)^2} = \sqrt {25 + 144} = \sqrt {169}\]
04

Calculate the distance

The square root of 169 is 13. Therefore, the distance between the points (-2,6) and (3,-6) is 13 units.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Study anywhere. Anytime. Across all devices.