Saved Bookmarks
| 1. |
nthepointP(02equidiss, ) ls31. Find the perimeter of the triangle formed by32. The midngint of the linthe points (o, 0), (1, 0), (0, 1).nts Alx, y+ 1) and B (x1,y2 |
|
Answer» Consider A (0,0),B (1,0),C (0,1) =>AB=root(X2-X1)^2+(Y2-Y1)^2 =>AB=root (1-0)^2+(1-0)^2 =>AB=1 similarly, BC=root2 and AC=1 Perimeter=AB+BC+AC =1+root1+1=2+root2 |
|