You can put this solution on YOUR website! The altitude of a triangle is 5 m less than its base. The area of the triangle is 80 mē. Find the base.
----
Area = (1/2)base*altitude
80 = (1/2)b*(b-5)
160 = b^2 - 5b
b^2 - 5b - 160 = 0
Use the quadratic formula to get::
b = [5 +- sqrt(25-4*-160)]/2
Positive solution::
b = [5 + sqrt(665)]/2
----
b = 30.78/2
--------------
base = 15.39 meters
---------------
Cheers,
Stan H.
------------