document.write( "Question 629276: if the diameter of a pizza is doubled what happens to its total area \n" ); document.write( "
Algebra.Com's Answer #396200 by 55305(86)![]() ![]() ![]() You can put this solution on YOUR website! If the diameter is doubled, then the radius is also doubled. So we have the formula of finding the area of a circle: \n" ); document.write( "A= (pi)*r^2, \n" ); document.write( "where r is the radius and A is the area of the circle. \n" ); document.write( "So if we multiply r times 2 and plug that into the formula instead of r, we get A= (pi)*(2*r)^2, and since (2*r)^2= 4*r^2 we can replace 4*r^2 with (2*r)^2. \n" ); document.write( "So now the formula looks like this: \n" ); document.write( "A= (pi)*4*r^2, and if you compare that to the original formula of finding the area of a circle, you can see that an extra 4 is being multiplied, meaning that the area is 4 times as larger.\r \n" ); document.write( "\n" ); document.write( "So if the diameter of the pizza is doubled, then total area quadruples(gets 4 times as larger). \n" ); document.write( " |