document.write( "Question 699513: The area of a circle is 100 times the area of another circle. What is the ratio of their circumferences?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #431418 by thair(3)![]() ![]() ![]() You can put this solution on YOUR website! asume c1 is the circumstans of small circle c2 is the circumstans for the big one \n" ); document.write( "and a1 ,a2 are area for small and big circle \r \n" ); document.write( "\n" ); document.write( "we have a1=(c1/2)r1 \n" ); document.write( "a2=100a1 \n" ); document.write( "then \n" ); document.write( "(c2/2)*r2=100(c1/2)r1 \n" ); document.write( "c2/c1=100r1/r2 where r1 and r2 are the reduis of circles small and big \n" ); document.write( " |