If I have a circle of radius 1 then what would the radius of a second circle need to be for it to have twice the area of the first?
sqrt(2)
Edit: should refresh before posting. I'll add the working.
area = pi * r^2
if r = 1, area is pi if you want to find r for twice the area
then 2 * pi = pi * r^2
cancel pi from both sides
2 = r^2 sqrt(2) = r
@duncs started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
If I have a circle of radius 1 then what would the radius of a second circle need to be for it to have twice the area of the first?