document.write( "Question 630200: Suppose that the area of a circle is numerically equal to three times the perimeter of a square, and that the length of a radius of the circle is equal to the length of a side of the square. Find the length of a side of the square. Express your answer in terms of π.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "_________< units (side length of square) \n" );
document.write( "
Algebra.Com's Answer #396772 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the area of a circle is numerically equal to three times the perimeter of a square, and that the length of a radius of the circle is equal to the length of a side of the square. Find the length of a side of the square. Express your answer in terms of π. \n" ); document.write( "** \n" ); document.write( "let x=side of square=radius of circle \n" ); document.write( "Area of circle=π*radius^2=πx^2 \n" ); document.write( "3*perimeter of square=3*4x=12x \n" ); document.write( "πx^2=12x \n" ); document.write( "divide both sides by x \n" ); document.write( "πx=12 \n" ); document.write( "x=12/π \n" ); document.write( " |