InterviewSolution
Saved Bookmarks
| 1. |
Area of tringal |
|
Answer» We can use herons formula OR1/2 base ×height Or herons formula√s(s-a)*(s-b)*(s-c): where s=a+b+c/2 1/2*base*height 1/2 *Base * height=area of right angle triangle |
|