document.write( "Question 33170: The radius of a pizza is 22cm what is its area \n" ); document.write( "
Algebra.Com's Answer #19580 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! Since pizza is in form of circle \n" ); document.write( "Area of circle : pi*(r)^2 \n" ); document.write( "given r = 22cm and pi = 3.14 \n" ); document.write( "A = 3.14*(22)^2 \n" ); document.write( "A = 1519.76 square cm \n" ); document.write( " \n" ); document.write( " |