document.write( "Question 1116206: find the radius of a circle with an area of 80cm 2 \n" ); document.write( "
Algebra.Com's Answer #731043 by addingup(3677)![]() ![]() You can put this solution on YOUR website! What is the area? It is: \n" ); document.write( "r^2*Pi = area \n" ); document.write( "now we work it backwards: \n" ); document.write( "r^2*Pi = 80 \n" ); document.write( "r^2 = 80/Pi \n" ); document.write( "r^2 = 25.46 \n" ); document.write( "sqrt(r^2) = sqrt(25.46) \n" ); document.write( "r = 5.05 \n" ); document.write( " |