document.write( "Question 1007283: Express the A area of a circle as a function of its circumference C. \n" ); document.write( "
Algebra.Com's Answer #623218 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Since C = 2(pi)r and A = (pi)r^2, let's solve for r in the first one and plug it in to the second...we get \n" ); document.write( "r = C / 2pi \n" ); document.write( "so that \n" ); document.write( "A = (pi)(C / 2(pi))^2 = C^2 / 4(pi) \n" ); document.write( " |