======================================================
Explanation:
For a circle with radius r, we have these formulas
Equate the two expressions and isolate r
pi*r^2 = 2*pi*r
pi*r^2 - 2*pi*r = 0
pi*r(r - 2) = 0
pi*r = 0 or r - 2 = 0
r = 0 or r = 2
A radius of 0 doesn't make much sense, so we ignore it. The only possible answer is r = 2.
-------
If the radius is 2, then,
Both result in 4pi to help confirm our answer.