document.write( "Question 253981: Sammy has a circular pool in his backyard. The diameter of the pool is 15 feet. What is the circumference of the pool? \n" ); document.write( "
Algebra.Com's Answer #187206 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
d=2r
\n" ); document.write( "d=15
\n" ); document.write( "c=2*pi*r
\n" ); document.write( "c=15*pi
\n" ); document.write( "
\n" );