document.write( "Question 99152: Find the area of the rectangle
\n" ); document.write( " top side of the rectangle is sqrt (3) + sqrt (5)
\n" ); document.write( " side of the rectangle is sqrt (3) + sqrt (5)
\n" ); document.write( "

Algebra.Com's Answer #72198 by Adam(64)\"\" \"About 
You can put this solution on YOUR website!
It is the special case of rectangle where all sides have same length, which we denote a. There is formula for surface area of rectangle with side a \"S+=+a%5E2\" Thus \"S+=+%28sqrt%283%29%2Bsqrt%285%29%29%5E2\"
\n" ); document.write( "we can use \"%28a%2Bb%29%5E2=a%5E2%2B2ab%2Bb%5E2\"
\n" ); document.write( "3+2*(sqrt(3)*sqrt(5)+5
\n" ); document.write( "now we can use \"sqrt%28x%29+=+x%5E%281%2F2%29\" and \"a%5Ex%2Ab%5Ex=%28a%2Ab%29%5Ex\" and we get
\n" ); document.write( "=\"8%2B%283%2A5%29%5E1%2F2\"
\n" ); document.write( "=\"8%2B15%5E1%2F2\"
\n" ); document.write( "=\"8%2Bsqrt%2815%29\" which is around 11.873\r
\n" ); document.write( "\n" ); document.write( "If you are interested in higher mathematics, area of rectangle can also be computed using definite integral \"int%28a%2Cdx%2Ca%2Cb%29\" where a is constant function and integration bounds define left and right side, in our case it would be \"int%28sqrt%283%29%2Bsqrt%285%29%2Cdx%2C0%2Csqrt%283%29%2Bsqrt%285%29%29\" = F(b)-F(a) =\"%28sqrt%283%29%2Bsqrt%285%29%29%2A%28sqrt%283%29%2Bsqrt%285%29%29-0\" whic leads to same result.
\n" ); document.write( "
\n" );