document.write( "Question 992491: Express the area A of a circle as a function of (a) it's radius r and (b) it's diameter d. \n" ); document.write( "
Algebra.Com's Answer #612101 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Area of circle(A) = pi * r^2 where r is radius and pi is approx 3.14 \n" ); document.write( "Diameter(D) of circle = 2 * r \n" ); document.write( "******************************************************************** \n" ); document.write( "a) A = pi * r^2 \n" ); document.write( "b) A = pi * (D/2) \n" ); document.write( " \n" ); document.write( " |