InterviewSolution
Saved Bookmarks
| 1. |
Write True or False and justify your answer:If a, b, c are the lengths of three sides of a triangle, then area of a triangle = √s(s - a)(s - b)(s - c), where s = perimeter of triangle. |
|
Answer» False. Since in Heron’s formula, s = (a + b + c)/2 = 1/2 (perimeter of triangle) |
|