document.write( "Question 1201954: A rectangle whose length is twice as long as its width is inscribed in a circle of area π. What is the area of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "(A) 2/5
\n" );
document.write( "(B) 4/5
\n" );
document.write( "(C) 8/5
\n" );
document.write( "(D) 5/4
\n" );
document.write( "(E) 5/8 \n" );
document.write( "
Algebra.Com's Answer #836542 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A circle with an area of pi has a radius of 1. Now consider the inscribed rectangle. The diagonal of this rectangle is the hypotenuse of a right triangle with the length and width as the other two sides. The hypotenuse of the rectangle is equal to 2, the diameter of the circle. Since the length is twice the width, by the Pythagorean theorem, we have 2^2 = W^2 + (2W)^2 = 5W^2. \n" ); document.write( "Thus W = sqrt(4/5) = 2/sqrt(5) \n" ); document.write( "Therefore, the area is W*L = 4/sqrt(5)*2/sqrt(5) = 8/5 \n" ); document.write( " |