document.write( "Question 338188: If the diameter of circle A is twice as large as the diameter of circle B, what is the ratio of the area of the larger circle to the area of the smaller circle?\r
\n" );
document.write( "\n" );
document.write( "(a) 8: 1 (b) 6:1 (c) 4: 1 (d) 2: 1 (e) 3: 2 \n" );
document.write( "
Algebra.Com's Answer #242411 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! If the diameter of circle A is twice as large as the diameter of circle B, what is the ratio of the area of the larger circle to the area of the smaller circle? \n" ); document.write( "(a) 8: 1 (b) 6:1 (c) 4: 1 (d) 2: 1 (e) 3: 2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area = pi * r^2, r = radius = diameter/2, d = diameter \n" ); document.write( "area = pi * (d/2)^2 = pi * (d^2)/4 (d/2 * d/2 = (d^2)/4) \n" ); document.write( "circle B --> pi * (d^2)/4 \n" ); document.write( "circle A (twice as large) --> pi * (2d * 2d)/4 --> pi * (4d^2)/4 --> pi * d^2 \n" ); document.write( "ratio circle A area to circle B area --> (d^2)/((d^2)/4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d^2 * 4/(d^2) = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ratio is 4 to 1, so answer is (c) 4:1 \n" ); document.write( " \n" ); document.write( " |