- #1
anemone
Gold Member
MHB
POTW Director
- 3,883
- 115
Hello all!
It is so embarrassing to ask because I would think there is a trick to solve this problem without going through the trigonometric formulas like sine rule for example (because this is a primary math problem) but for some reason, I can't see through it...if you can solve it without using any of the trigonometric formulas, can you please enlighten me? Many thanks!
The figure is made up of a circle, identical semicircles and a square of side 12 cm. What is the area of the regions with all those number labels?
[TIKZ]
\draw (0,-3) rectangle (6,3);
\begin{scope}
\draw (3,0) circle(3);
\end{scope}
\begin{scope}
\draw (0,-3) arc (-90:90:3cm);
\end{scope}
\begin{scope}
\draw (6,-3) arc (-90:-270:3cm);
\end{scope}
\begin{scope}
\draw (0,3) arc (-180:0:3cm);
\end{scope}
\begin{scope}
\draw (6,-3) arc (0:180:3cm);
\end{scope}
\coordinate[label=above: 1] (1) at (0.15,-1.8);
\coordinate[label=above: 1] (1) at (1.5,2.6);
\coordinate[label=above: 1] (1) at (4.5,2.6);
\coordinate[label=above: 1] (1) at (5.8,1.3);
\coordinate[label=above: 1] (1) at (5.8,-1.7);
\coordinate[label=above: 2] (2) at (3,2);
\coordinate[label=above: 2] (2) at (5,-0.3);
\coordinate[label=above: 3] (3) at (4.2,0.8);
\coordinate[label=above: 4] (4) at (5.5,2.3);
[/TIKZ]
It is so embarrassing to ask because I would think there is a trick to solve this problem without going through the trigonometric formulas like sine rule for example (because this is a primary math problem) but for some reason, I can't see through it...if you can solve it without using any of the trigonometric formulas, can you please enlighten me? Many thanks!
The figure is made up of a circle, identical semicircles and a square of side 12 cm. What is the area of the regions with all those number labels?
[TIKZ]
\draw (0,-3) rectangle (6,3);
\begin{scope}
\draw (3,0) circle(3);
\end{scope}
\begin{scope}
\draw (0,-3) arc (-90:90:3cm);
\end{scope}
\begin{scope}
\draw (6,-3) arc (-90:-270:3cm);
\end{scope}
\begin{scope}
\draw (0,3) arc (-180:0:3cm);
\end{scope}
\begin{scope}
\draw (6,-3) arc (0:180:3cm);
\end{scope}
\coordinate[label=above: 1] (1) at (0.15,-1.8);
\coordinate[label=above: 1] (1) at (1.5,2.6);
\coordinate[label=above: 1] (1) at (4.5,2.6);
\coordinate[label=above: 1] (1) at (5.8,1.3);
\coordinate[label=above: 1] (1) at (5.8,-1.7);
\coordinate[label=above: 2] (2) at (3,2);
\coordinate[label=above: 2] (2) at (5,-0.3);
\coordinate[label=above: 3] (3) at (4.2,0.8);
\coordinate[label=above: 4] (4) at (5.5,2.3);
[/TIKZ]