document.write( "Question 445502:
\n" );
document.write( "The formula for the area of circle is A= pi.r^2 .(page 395# 28)
\n" );
document.write( "
\n" );
document.write( "Find the inverse of the funtion \n" );
document.write( "
Algebra.Com's Answer #306868 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A= pi.r^2 \n" ); document.write( "this is equivalent to: \n" ); document.write( "f(r) = pi*r^2 \n" ); document.write( "y = pi*r^2 \n" ); document.write( "switch y's and r's: \n" ); document.write( "r = pi*y^2 \n" ); document.write( "solve for y: \n" ); document.write( "r = pi*y^2 \n" ); document.write( "r/pi = y^2 \n" ); document.write( "sqrt(r/pi) = y \n" ); document.write( ". \n" ); document.write( "therefore, the inverse is: \n" ); document.write( "sqrt(A/pi) \n" ); document.write( "so, if you knew the area (A), you can find the radius (r) \n" ); document.write( " \n" ); document.write( " |