You are reading a single comment by @moocher and its replies. Click here to read the full conversation.
  • 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

  • Area of a circle is pi×r². If you want circle A to have double the area of circle B you need a² to be 2×b². So a is √2×b as stated by the others.

  • Not sure if answered yet, but it's around 1.41.

About

Avatar for moocher @moocher started