Saved Bookmarks
| 1. |
Find the distance between the points (0,0)and (a,b) |
|
Answer» A(0,0), B (A,B) Distance of AB=\(\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\) \(=\sqrt{(a-0)^2+(b-0)^2}=\sqrt{a^2+b^2}\) \(\therefore\) Distance of AB= \(\sqrt{a^2+b^2}\) |
|