document.write( "Question 39240: If one side of a rectangle is sqrt 3 + sqrt 5, and the second side is sqrt 3 + sqrt 5, find the area of the rectangle.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #24670 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The formula for the area of a rectangle is \n" ); document.write( "A = LW \n" ); document.write( "Here it appears that L and W are equal, so we actually have a square. No matter, we still multiply L and W... \n" ); document.write( "A = (sqrt 3 + sqrt 5)(sqrt 3 + sqrt 5) = \n" ); document.write( "A = 3 + sqrt(15) + sqrt(15) + 5 = \n" ); document.write( "A = 8 + 2*sqrt(15) \n" ); document.write( " |