1. **Problem Statement:** We are given a pentagon ABCDE with the following conditions: $AE = AB = 5$, $BC = 12$, and $DC = DE$. The angles at vertices B, D, and E are right angles. We need to find the area of pentagon ABCDE.
2. **Understanding the shape and given data:** Since $AB = AE = 5$ and $BC = 12$, and there are right angles at B, D, and E, we can use these to find coordinates or lengths to calculate the area.
3. **Assign coordinates:** Place point A at the origin $(0,0)$.
- Since $AB = 5$ and angle at B is right, let $B = (5,0)$.
- $BC = 12$ and angle at B is right, so $C = (5,12)$.
- $AE = 5$ and angle at E is right, so $E$ lies vertically above or below A. Since $AE=5$, let $E = (0,5)$.
4. **Find points D and verify $DC = DE$:**
- Since $D$ is connected to $C$ and $E$ with $DC = DE$ and right angle at D, $D$ lies such that triangle $DCE$ is isosceles right triangle.
- Coordinates of $C$ are $(5,12)$ and $E$ are $(0,5)$.
- Midpoint of $CE$ is $M = \left(\frac{5+0}{2}, \frac{12+5}{2}\right) = (2.5, 8.5)$.
- The length $CE = \sqrt{(5-0)^2 + (12-5)^2} = \sqrt{25 + 49} = \sqrt{74}$.
- Since $D$ is the vertex of an isosceles right triangle with hypotenuse $CE$, $D$ lies at a distance $\frac{CE}{\sqrt{2}} = \frac{\sqrt{74}}{\sqrt{2}} = \sqrt{37}$ from $M$, perpendicular to $CE$.
- Vector $\overrightarrow{CE} = (5,12) - (0,5) = (5,7)$.
- A perpendicular vector to $CE$ is $(-7,5)$.
- Normalize this vector: length $= \sqrt{(-7)^2 + 5^2} = \sqrt{49 + 25} = \sqrt{74}$.
- Unit perpendicular vector: $\left(-\frac{7}{\sqrt{74}}, \frac{5}{\sqrt{74}}\right)$.
- Coordinates of $D$ are:
$$D = M \pm \sqrt{37} \times \left(-\frac{7}{\sqrt{74}}, \frac{5}{\sqrt{74}}\right) = (2.5, 8.5) \pm \left(-7 \times \frac{\sqrt{37}}{\sqrt{74}}, 5 \times \frac{\sqrt{37}}{\sqrt{74}}\right)$$
- Simplify $\frac{\sqrt{37}}{\sqrt{74}} = \frac{\sqrt{37}}{\sqrt{2 \times 37}} = \frac{\sqrt{37}}{\sqrt{2} \sqrt{37}} = \frac{1}{\sqrt{2}}$.
- So,
$$D = (2.5, 8.5) \pm \left(-7 \times \frac{1}{\sqrt{2}}, 5 \times \frac{1}{\sqrt{2}}\right) = (2.5, 8.5) \pm \left(-\frac{7}{\sqrt{2}}, \frac{5}{\sqrt{2}}\right)$$
- Calculate $\frac{7}{\sqrt{2}} \approx 4.95$, $\frac{5}{\sqrt{2}} \approx 3.54$.
- Two possible $D$ points:
- $D_1 = (2.5 - 4.95, 8.5 + 3.54) = (-2.45, 12.04)$
- $D_2 = (2.5 + 4.95, 8.5 - 3.54) = (7.45, 4.96)$
5. **Check which $D$ fits the pentagon shape:**
- Since $D$ is between $C$ and $E$ and the pentagon is roughly clockwise, $D_2 = (7.45, 4.96)$ is more plausible.
6. **Calculate area of pentagon ABCDE:**
- Vertices in order: $A(0,0)$, $B(5,0)$, $C(5,12)$, $D(7.45,4.96)$, $E(0,5)$.
- Use shoelace formula:
$$\text{Area} = \frac{1}{2} |x_1y_2 + x_2y_3 + x_3y_4 + x_4y_5 + x_5y_1 - (y_1x_2 + y_2x_3 + y_3x_4 + y_4x_5 + y_5x_1)|$$
- Calculate:
$$S_1 = 0 \times 0 + 5 \times 12 + 5 \times 4.96 + 7.45 \times 5 + 0 \times 0 = 0 + 60 + 24.8 + 37.25 + 0 = 122.05$$
$$S_2 = 0 \times 5 + 0 \times 5 + 12 \times 7.45 + 4.96 \times 0 + 5 \times 0 = 0 + 0 + 89.4 + 0 + 0 = 89.4$$
- Area:
$$= \frac{1}{2} |122.05 - 89.4| = \frac{1}{2} \times 32.65 = 16.325$$
7. **Final answer:** The area of pentagon ABCDE is approximately $16.325$.
Pentagon Area 830B99
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.