document.write( "Question 482328: If the radius of a circle is 11 inches then what is the crcumference of a circle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #330208 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the circumference of a circle is equal to 2 * pi * r \n" ); document.write( "pi is a constant those value is 3.1415926535898. \n" ); document.write( "if the radius is 11 inches, then the circumference is equal to 2 * pi * 11 = 2 * 3.1415926535898 * 11 = 69.1150383789756. \n" ); document.write( "you can also leave the answer in terms of pi. \n" ); document.write( "in that case, the circumference is equal to 2 * pi * 11 = 22 * pi. \n" ); document.write( " \n" ); document.write( " |