You are reading a single comment by @duncs 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

About

Avatar for duncs @duncs started