29.0k views
22 votes
If a = (0,0) and b= (8,2) what is the length of ab

User Rickkwa
by
4.8k points

2 Answers

8 votes

Explanation:

on the coordinate grid you can imagine a right-angled triangle.

the direct distance between the 2 points is the Hypotenuse (the baseline opposite of the 90° angle).

and the x-coordinate difference and the y- coordinate difference of the 2 points are the 2 legs.

we can then use Pythagoras

c² = a² + b²

with c being the Hypotenuse, a and b being the legs.

so,

distance² = (8-0)² + (2-0)² = 64 + 4 = 68

distance (= length ab) = sqrt(68) = sqrt(4×17) = 2×sqrt(17) =

= 8.246211251...

User Shazbot
by
5.0k points
9 votes
2 sqrt 17. use the distance formula to find this
User Pablopixel
by
6.3k points