Question 128814
ABCD is a trapezoid with BC perpendicular to AB and BC perpendicular to CD, AB = 13, BC = 12, and CD = 8. A line segment is drawn from A to E, the midpoint of CD. a. Find the area of triangle AED. b. Find the perimeter of triangle AED.
<pre><font size = 4><b>
Make the drawing below. We are given that BC = 12, and since
E is given as the midpoint of CD, which is 8, then CE and ED are 4 each.  

{{{drawing(200,240,-1,14,-1,14,

line(0,0,13,0), line(13,0,13,12), line (13,12,5,12), line(5,12,0,0),
line(9,12,0,0), locate(0,0,A), locate(13,0,B), locate(13,13.5,C),
locate(9,13.5,E),locate(5,13.5,D), locate(13.5,6.5,12), locate(7,13.5,4),
locate(11,13.5,4), locate(6.5,0,13)   
)}}} 

Draw EF parallel to BC, then EF = BC = 12, and
since BF = CE = 4 and AB = 13, then by subtraction,
AF = AB - BF = 13 - 4 = 9:

{{{drawing(200,240,-1,14,-1,14,

line(0,0,13,0), line(13,0,13,12), line (13,12,5,12), line(5,12,0,0),
line(9,12,0,0), locate(0,0,A), locate(13,0,B), locate(13,13.5,C),
locate(9,13.5,E),locate(5,13.5,D), locate(13.5,6.5,12), locate(7,13.5,4),
locate(11,13.5,4), triangle(0,0,9,12,9,0), locate(9,0,F),locate(4.5,0,9),
locate(11,0,4), locate(9.5,6.5,12)  )}}} 

We can find the area of trapezoid AFED using the
formula

        /b1 + b2\
Area = |---------|h 
        \  2    /


Area of trapezoid AFED = {{{((AF+ED)/2)EF}}} = {{{((9+4)/2)12}}} = {{{(13/2)12}}} = {{{(6.5)12}}} = {{{78}}} 

We can find the area of triangle AFE using the 
formula:

Area = {{(bh)/2}}} = {{{(AF*EF)/2}}} = {{{(9*12)/2}}} = {{{108/2}}} = {{{54}}}

Now since

Area of trapezoid AFED = Area of triangle AFE + Area of triangle AED

                    78 = 54 + Area of triangle AED

so Area of triangle AED = 78 - 54 = 24

So that's the answer to part a.

------------------------------------------

Now we must find the perimeter of triangle AED.

We have one side of it, DE, which is 4.

We can find side AE for it is the hypotenuse of right triangle AFE.

We use the Pythagorean theorem

c² = a² + b²

AE² = AF² + EF² = 9² + 12² = 81 + 144 = 225

so {{{AE}}} = {{{sqrt(225)}}} = {{{15}}}

Now we only need side DA.

To do this we need to draw DG parallel to BC and EF.

then DG = EF = BC = 12, and
since GF = DE = 4 and AF = 9, then by subtraction,
AG = AF - GF = 9 - 4 = 5:

{{{drawing(200,240,-1,14,-1,14,

line(0,0,13,0), line(13,0,13,12), line (13,12,5,12), line(5,12,0,0),
line(9,12,0,0), locate(0,0,A), locate(13,0,B), locate(13,13.5,C),
locate(9,13.5,E),locate(5,13.5,D), locate(13.5,6.5,12), locate(7,13.5,4),
locate(11,13.5,4), triangle(0,0,9,12,9,0), locate(9,0,F),locate(5,0,G),
locate(2.5,0,5), locate(7,0,4), locate(11,0,4), triangle(0,0,5,12,5,0),
 locate(9.5,6.5,12),  locate(5.5,6.5,12) )}}}

We can find side AD for it is the hypotenuse of right triangle AGD.

We use the Pythagorean theorem

c² = a² + b²

AD² = AG² + DG² = 5² + 12² = 25 + 139 = 169

so {{{AD}}} = {{{sqrt(169)}}} = {{{13}}}

Now the perimeter of triangle AED is the sum of
its three sides:

Perimeter = AE + DE + AD = 15 + 4 + 13 = 32

Edwin</pre>