I have this equation to solve and I solved it but don't know if the result is correct.
$\begin{cases}2\pi r_1+2\pi r_2=24 & (1) \\ \pi r_1^2+\pi r_2^2=20 & (2)\end{cases}$
Equation $(1)$ gives $r_1=\frac{12-\pi r_2}{\pi}$
Plug that into $(2)$, we have $\pi\big(\frac{12-\pi r_2}{\pi}\big)^2+\pi r_2^2=20 \Rightarrow 2\pi r_2^2-24r_2+\frac{144}{\pi}-20=0$.
$\frac {2\pi r_2^2-24r_2+\frac{144}{\pi}-20}{2\pi}=0$
So to solve the unknowns I use the reduced quadratic equation
$r_2^2 - 3.819r_2 + 4.11 = 0$
$r = - \frac {- 3.819}{2} {+ \choose -} \sqrt{\frac {- 3.819^2}{2^2}-4.11}$
$r = 1.9 {+ \choose -} \sqrt{-0.463}$
So because I don't have complex numbers in my course I think that this equation does not have an solution.
I'm I correct in my assumption or is my assumption wrong?
Thanks!!