Question 887755
let base is b and height is h

we are given h=2b+4
and area = 15 = (1/2)(b*h)
15=(1/2)(b*(2b+4))
15=b(b+2)
b^2+2b-15=0
b^2+(5-3)b-15=0
b^2+5b-3b-15=0
b^2+5-3(b+5)=0
(b+5)(b-3)=0

b cannot be -5
therefore, b=3 then h=2*3+4=10