document.write( "Question 1122924: Suppose f, g, h, and j are functions such that:\r
\n" );
document.write( "\n" );
document.write( "f(r) represents the circumference (in cm) of a circle whose radius is r cm.
\n" );
document.write( "g(c) represents the radius (in cm) of a circle whose circumference is C cm.
\n" );
document.write( "h(r) represents the area (in cm2) of a circle whose radius is r cm.
\n" );
document.write( "j(a) represents the radius (in cm) of a circle whose area is A cm2.\r
\n" );
document.write( "\n" );
document.write( "a. Use function notation to represent the area of a circle whose circumference is 109 cm.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. Use function notation to represent the circumference of a circle whose area is 6.75 cm2. \n" );
document.write( "
Algebra.Com's Answer #739271 by Theo(13342)![]() ![]() You can put this solution on YOUR website! Suppose f, g, h, and j are functions such that: \n" ); document.write( "f(r) represents the circumference (in cm) of a circle whose radius is r cm. \n" ); document.write( "g(c) represents the radius (in cm) of a circle whose circumference is C cm. \n" ); document.write( "h(r) represents the area (in cm2) of a circle whose radius is r cm. \n" ); document.write( "j(a) represents the radius (in cm) of a circle whose area is A cm2. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a. Use function notation to represent the area of a circle whose circumference is 109 cm.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the area of a circle is A = pi * r^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that g(c) represents the radius of a circle whose circumference is c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, replace r with g(c) and the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = pi * g(c)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the circumference is 109 cm, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = pi * g(109)^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. Use function notation to represent the circumference of a circle whose area is 6.75 square cm.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the circumference of a circle is C = 2 * pi * r.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that j(a) represents the radius of a circle whose area is a square centimeters.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "therefore, replace r with j(a) to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C = 2 * pi * j(a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when a is 6.75 square centimeters, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C = 2 * pi * j(6.75)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference on functional notation you might find useful.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://mathbitsnotebook.com/Algebra1/Functions/FNNotationEvaluation.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |