Saved Bookmarks
| 1. |
Find the distance between the point A,(8-3)B,(0.9) by using distance formula |
|
Answer» The two points are (8,-3) and (0,9). So we can designate them as x1, x2, y1, y2, where x1 = 8, x2 = 0, y1 = -3, y2 = 9. The distance formula is given as: d = √(x2 - x1)2 + (y2 - y1)2, where d is the distance between the two points. So, d= √64+144 = √208 or 14.42. |
|