document.write( "Question 620556: A rectangle has a perimeter of 34in and has an area of 60 in. What is the length of the diagnol of the rectangle?
\n" );
document.write( "A. 12 in.
\n" );
document.write( "B. 13 in.
\n" );
document.write( "C. 15 in. \r
\n" );
document.write( "\n" );
document.write( "I know the answer is B. 13 in. however I do not know how to reach that answer \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #390223 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter is 34, so 34 = 2L+2W or L+W = 17. Solve for L to get L = 17-W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The area is 60, so 60 = LW. Plug in L = 17-W to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "60 = (17-W)W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now solve for W. Then use this solution for W to find L.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once you have L and W. Plug them into the formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "D = sqrt( L^2 + W^2 )\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find the length of the diagonal D \n" ); document.write( " |