document.write( "Question 964970: if a circle and a square have the same area of any number, what would be the circles perimeter?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #589806 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let the area of the circle and the square have area 25, then
\n" ); document.write( "Area(A) of circle = pi*r^2 where r is the radius,
\n" ); document.write( "25 = pi*r^2
\n" ); document.write( "r^2 = 25 / pi
\n" ); document.write( "r = sqrt(25 / pi) = 5*sqrt(1/pi)
\n" ); document.write( "note the diameter(d) of a circle = 2*r
\n" ); document.write( "d = 2*5*sqrt(1/pi) = 10*sqrt(1/pi)
\n" ); document.write( "circumference(c) of circle = pi*d, where d is the diameter
\n" ); document.write( "c = pi * 10 * sqrt(1/pi)
\n" ); document.write( "note using pi = 3.14
\n" ); document.write( "c = 3.14 * 10 * sqrt(1/3.14) = 17.720045147 approx 17.72
\n" ); document.write( "
\n" ); document.write( "
\n" );