Radius of equal circles within a circle

83 Views Asked by At

If an outside circle has a known radius R, and I want to fit n equal circles inside of it, what would the radius of each of those circles r be?

I've found this answer which I think shows how to do this for n=3, but I'm a little lost as to how to do it for other values of n.

Three circles within a larger circle

Thank you!