Question
Draw a trapezoid with a pair of congruent opposite sides.
Answers
Bot
Answer:
\begin{tikzpicture}
\draw (0,0) -- (2,2) -- (4,2) -- (6,0) -- cycle;
\end{tikzpicture}
\begin{tikzpicture}
\draw (0,0) -- (2,2) -- (4,2) -- (6,0) -- cycle;
\end{tikzpicture}