document.write( "Question 1086173: Find the radius of a circle that has an area of 78.75 cm2 (squared). Use 3.14 for pi. Round to the nearest tenth. \n" ); document.write( "
Algebra.Com's Answer #700342 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Area of circle = pi*(radius)^2 \n" ); document.write( "A = 3.14*(r)^2 \n" ); document.write( "78.75 = 3.14*(r)^2 \n" ); document.write( "78.75/3.14 = [3.14*(r)^2]/3.14 \n" ); document.write( "25.079617834395 = r^2 \n" ); document.write( "r^2 = 25.079617834395 \n" ); document.write( "sqrt(r^2) = sqrt(25.079617834395) \n" ); document.write( "r = 5.00795545451384 \n" ); document.write( "r = 5.0 centimeters \n" ); document.write( " \n" ); document.write( " |