document.write( "Question 542473: a circle with a 2 cm diameter is drawn inside a circle with a 6 cm radius. what is the area between the circles? \n" ); document.write( "
Algebra.Com's Answer #354623 by Theo(13342)![]() ![]() You can put this solution on YOUR website! it's the area of the larger circle minus the area of the smaller circle. \n" ); document.write( "the area of a circle is equal to pi * r^2 \n" ); document.write( "the area of the smaller circle is equal to pi * 2^2 = pi * 4 \n" ); document.write( "the area of the larger circle is equal to pi * 6^2 = pi * 36 \n" ); document.write( "the area between the circles is equal to pi * 36 minus pi * 4 = pi * 32. \n" ); document.write( "that's the area of the larger circle that does not include the area of the smaller circle within it. \n" ); document.write( " \n" ); document.write( " |