document.write( "Question 1126538: Consider a circle whose size can vary. Let r represent the radius of the circle (in cm) and let C represent the circumference of the circle (in cm). Suppose the function g determines the radius of the circle in cm, r, given its circumference in cm, C.\r
\n" );
document.write( "\n" );
document.write( "A)Write a function formula for g. \n" );
document.write( "
Algebra.Com's Answer #742949 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Consider a circle whose size can vary. Let r represent the radius of the circle (in cm) and let C represent the circumference of the circle (in cm). Suppose the function g determines the radius of the circle in cm, r, given its circumference in cm, C.\r \n" ); document.write( "\n" ); document.write( "A)Write a function formula for g. \n" ); document.write( "---------- \n" ); document.write( "C = 2pi*r \n" ); document.write( "r = C/(2pi) \n" ); document.write( "g(C) = C/(2pi) \n" ); document.write( " \n" ); document.write( " |