Hi Sanyu,
This is a pretty straight-forward problem as long as you know the formula for the area of a triangle, A = bh/2 where base is the length of the base and h is the height of the triangle.
Since the height is 11 inches longer than the base and the area is 40 square inches,
A = bh/2 becomes
40 = b(b + 11)/2 I replaced the height with b + 11 since it is 11 inches longer than the base.
Multiply both sides by 2 and get
80 = b(b + 11)
Distribute the b, and then solve the equation.
80 = b2 + 11b
0 = b2 +11b - 80
Now factor
0 = (b + 16)(b - 5)
So b + 16 = 0, which makes b = -16. The base can't be negative, so this answer doesn't make sense.
Therefore b - 5 = 0, which makes b = 5. So, the base is 5 inches.
Hope this helps!
:)