Für einen simplen Plot bedarf es der Koordinaten; und das wäre -wie schon in den Kommentaren erwähnt- Sache des Themenstarters (!) diese anzugeben / beizuschaffen.
Wie dem auch sei; hier ist es ein Punkt und wie man den bestimmt ist kein LaTeX-Thema:
![alt text][1]
**(€dit: Winkel ergänzt, Diagonale ergänzt; denn "Die Diagonale von links unten nach rechts oben ... sollte ebenfalls mit eingezeichnet werden")**
\documentclass[margin=5mm]{standalone}
%\documentclass[a5paper, landscape]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage{selinput}
\SelectInputMappings{adieresis={ä}, germandbls={ß}}
\usepackage{tikz}
\usetikzlibrary{angles,quotes,babel}
\pagecolor{lightgray!50!yellow!50!white}
\documentclass[margin=5mm]{standalone}
%\documentclass[a5paper, landscape]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage{selinput}
\SelectInputMappings{adieresis={ä}, germandbls={ß}}
\usepackage{tikz}
\usetikzlibrary{angles,quotes,babel}
\pagecolor{lightgray!50!yellow!50!white}
\usetikzlibrary{angles,quotes,babel, plotmarks}
\pagecolor{lightgray!50!yellow!70!white}
%===========
\begin{document}
%===========
\begin{tikzpicture}[font=\footnotesize, scale=0.25]
%Koordinaten
\coordinate (A) at (0,0);
\coordinate (B) at (7,0);
\coordinate (C) at (7,24);
\coordinate (D) at (-7.04,18.72);
%Viereck
\draw[fill=yellow!50] plot[] coordinates{(A) (B) (C) (D) (A) } node[left=5pt, below]{$$};
%Diagonale
\draw[densely dashed] (A) -- (C) node[midway, above, sloped]{e = 25cm};
%Beschriftung
\draw[] (A) -- (B) node[midway, below] {a = 7cm};
\draw[] (B) -- (C) node[midway, right] {b = 24cm};
\draw[] (C) -- (D) node[midway, sloped, above] {c = 15cm};
\draw[] (D) -- (A) node[midway, left] {d = 20cm};
%Viereck - Füllung
\fill[fill=yellow!50] (A) -- (B) -- (C) -- (D) -- cycle;
%Winkel
\draw \path[] (A) -- (B) -- (C) pic ["\Huge [fill opacity=1.0, "\Huge $\cdot$", draw, -, fill=yellow] {angle=C--B--A};
\draw \path (C) -- (D) -- (A) pic ["\Huge $\cdot$", draw, -, fill=yellow] {angle=A--D--C};
%Viereck - Seiten
\draw[thick] (A) -- (B) node[midway, below] {a = 7cm};
\draw[thick] (B) -- (C) node[midway, right] {b = 24cm};
\draw[thick] (C) -- (D) node[midway, sloped, above] {c = 15cm};
\draw[thick] (D) -- (A) node[midway, left] {d = 20cm};
%Diagonale
\draw[densely dashed, thick] (A) -- (C) node[midway, above, sloped]{e = 25cm};
%Optional:
%Viereck - Ecken
%\draw[] plot[mark=*, only marks, mark size = 5pt, mark options={fill=white}] coordinates{(A) (B) (C) (D) (A)};
\end{tikzpicture}
%===========
\end{document}
%===========
[1]: http://texwelt.de/wissen/upfiles/Namenlos-11a_7.pnghttp://texwelt.de/wissen/upfiles/Namenlos-11a_8.png