document.write( "Question 314971: In a rectangle, the diagonal measures 34 and the longer side measures 30. Find the length of the shorter side
\n" );
document.write( " of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #225308 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! This is a right triangle. \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "30^2+b^2=34^2 \n" ); document.write( "900+b^2=1,156 \n" ); document.write( "b^2=1,156-900 \n" ); document.write( "b^2=256 \n" ); document.write( "b=sqrt256 \n" ); document.write( "b=16 ans. \n" ); document.write( " \n" ); document.write( " |