document.write( "Question 99961: a sqaure has side s. the radius of a circle is two less than half the side of the square.
\n" );
document.write( "a. write an expression for the radius of the circle in terms of s.
\n" );
document.write( "b. find the circumference and the area of the circle in terms of pie if s = 12 \n" );
document.write( "
Algebra.Com's Answer #72764 by fastblue(13)![]() ![]() ![]() You can put this solution on YOUR website! a) r=(s/2)-2 \n" ); document.write( "b) C=2*(pi)*r \n" ); document.write( " C=2*(pi)*4=25.13 \n" ); document.write( " |