Five identical semicircles are arranged as shown. Find the diameter of one circle.
\draw (0,0) -- (16.5, 0);
\begin{scope}
\clip (0,0) rectangle (4.5,4.5);
\draw (2.25,0) circle(2.25);
\draw (0,0) -- (4.5,0);
\end{scope}
\begin{scope}
\clip (6,0) rectangle (10.5,4.5);
\draw...