* TRIANGLE FORMULAE:
To get the area of a triangle you can either use
Triangle(BH) which
asks you to enter the Base and Height.
Or you can use the amazing Triangle(3S) formula which asks for the lengths
of the three sides of the triangle. (You don't need to know the perpendicular height!)
If the three sides measure a, b and c, then the Triangle(3S) formula used by the calculator is:
Triangle area = (s(s-a)(s-b)(s-c))½ where s is the "semiperimeter" of the triangle defined by the formula s = ½(a+b+c)
|