
Martin S. answered 04/15/20
Patient, Relaxed PhD Molecular Biologist for Science and Math Tutoring
The area of a triangle is (base/2) x height, or (b/2) x h. For this triangle, the base is one meter less than the height, so b = h-1. Substitute h-1 for b in the area formula to get an equation with just one variable:
A = (b/2) x h = (h-1)/2 x h
Distributing h across the binomial (h-1) gives
A = (h2 - h)/2, now multiply both sides by 2:
2A = h2 - h, substitute 15 for A
2(15) = h2 - h, or 30 = h2 -h
Subtract 30 from both sides to get a quadratic equation in standard form:
0 = h2 - h - 30
Now use the quadratic formula to solve for h:
h = (-b +/- √(b2 - 4ac)) / 2a, where a = 1, b = -1, and c = -30
b2 = 1, and 4ac = -120, so (b2 - 4ac) = 1 - (-120) = 121
Substituting:
h = (1 +/- √(121)) / 2
h = (1 +/- 11)/2
h = 12/2 = 6, or h = -10/2 = -5
But since the height cannot be negative, h = 6, and the base is 1 less than that,
So h = 6 and b = 5
Hope that helps