document.write( "Question 112452: If the circumference of a circle is 3 meters than what is the diamiter and what is the radius? \n" ); document.write( "
Algebra.Com's Answer #82144 by SHUgrad05(58) ![]() You can put this solution on YOUR website! The circumference of a circle is : C=Pi*d; where d=the diameter\r \n" ); document.write( "\n" ); document.write( "3=3.14*d -> To find d, divide both sides by 3.14\r \n" ); document.write( "\n" ); document.write( "0.96=d\r \n" ); document.write( "\n" ); document.write( "Next we want to find the radius:\r \n" ); document.write( "\n" ); document.write( "d=2*r\r \n" ); document.write( "\n" ); document.write( ".96=2*r -> To find r, divide both sides by 2\r \n" ); document.write( "\n" ); document.write( ".48=r\r \n" ); document.write( "\n" ); document.write( "Since 3.14 is an appromiximation of Pi, d is approximately equal to 0.96 and r is approximately equal to 0.48 \n" ); document.write( " |