document.write( "Question 248143: If the diagonal of a rectangle is 25cms
\n" );
document.write( "and the short sides of the rectangle are 9cms
\n" );
document.write( "How do you find the length of the long side??? \n" );
document.write( "
Algebra.Com's Answer #180874 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! The diagonal of a rectancle forms a right triangle whose sides are a^2+b^2=c^2. \n" ); document.write( "9^2+x^2=25^2 \n" ); document.write( "81+x^2=625 \n" ); document.write( "x^2=625-81 \n" ); document.write( "x^2=544 \n" ); document.write( "x=sqrt544 \n" ); document.write( "x=23.3238 ans. for the long side. \n" ); document.write( " \n" ); document.write( " |