The challenge in this image is to determine the radii of the two semicircles and the full circle.
Determining the radii of the two semicircles is straightforward; if the radius of the quarter circle is $6$, the radius of the larger semicircle is $3$, and of the smaller semicircle is $2$. Solving for the radius of the full circle is also easy if you assume the angle in the red triangle is a right angle - the radius is $1$. My question is how do we know that the marked angle is actually a right angle?





Let $r_1, r_2, r_3, r_4$ be the radii of the circular arcs in decreasing order. So $r_1 = 6$, and we obviously must have $r_2 = r_1/2 = 3$, since the larger semicircle shares its diameter with the radius of the quarter circle.
Since the angle at the quarter circle is by definition a right angle, it follows that the triangle joining the centers of the three largest circular arcs is a right triangle, hence $r_3$ satisfies
$$r_2^2 + (r_1 - r_3)^2 = (r_2 + r_3)^2.$$
Substituting the known values for $r_1$ and $r_2$ and solving for $r_3$ yields $r_3 = 2$, which also implies that the right triangle is a $3$-$4$-$5$ right triangle.
At this point, we still do not know if that red triangle is actually right. But we can proceed to solve for $r_4$ by placing the figure in the first quadrant of a Cartesian coordinate plane, and letting the center of the smallest circle be located at $(x_4, y_4)$. Then the relationships
$$\begin{align} \sqrt{x_4^2 + y_4^2} + r_4 &= r_1, \\ \sqrt{(x_4 - 4)^2 + y_4^2} &= r_3 + r_4, \\ \sqrt{x_4^2 + (y_4 - 3)^2} &= r_2 + r_4 \end{align}$$
must simultaneously hold. This is a system of $3$ equations in $3$ unknowns $(x_4, y_4, r_4)$, which we can solve with relative ease. We obtain two solutions, only one of which has $(x_4, y_4)$ in the first quadrant. I leave the computation to you as an exercise.