document.write( "Question 1044903: Find the altitude of an isosceles trapezoid if its perimeter is 40cm, the area is 84cm^2 and each leg is 11cm long \n" ); document.write( "
Algebra.Com's Answer #660324 by advanced_Learner(501)\"\" \"About 
You can put this solution on YOUR website!
P=a+b+c+d
\n" ); document.write( "A=0.5(a+b)*h since a=b
\n" ); document.write( "A=0.5(2a)*h
\n" ); document.write( "P=(a+a)+c+d
\n" ); document.write( "40=2a+11+11
\n" ); document.write( "a=9
\n" ); document.write( "84=0.5(18)*h
\n" ); document.write( "h=28/3
\n" ); document.write( "
\n" );