A formula for finding the area of a triangle where the three sides are `a`, `b` and `c` are known is
`"Area"=sqrt(s(s-a)(s-b)(s-c)))`, where `s=(a+b+c)/2`.
If `a = 30` cm, `b = 16` cm, and `c = 34` cm, calculate the area of the triangle.
Your Answer:
You did not answer this question.