Working With Ordered Pairs

From Hobowiki
Revision as of 11:51, 20 April 2021 by Brendan (talk | contribs) (distance numbers are all listed as 1, instead of 1, 2 3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Right Triangle Verification

Now, when faced with a set of three coordinates or ordered pairs, these coordinates must add up to a2+b2=c2 which is the Pythagorean Theorem. Then simply find the distance between each set of coordinates. Once you have the distance between each set of coordinates, see if the Pythagorean Theorem applies to the set of coordinates, if so, then it is indeed a right triangle.

Example: Find the distance between line 2 and line 1.

Find the distance between line 3 and line 2.

Find the distance between line 3 and line 1.

Now to find out if it works, lets plug in our values into the Pythagorean Theorem:

The squared square roots cancel each other out and we are left with:

This proves that yes, the coordinates do indeed form a right triangle.