document.write( "Question 272896: A rectangle has a perimeter of 20 and a width of 4, what is the length of its diagonal? \n" ); document.write( "
Algebra.Com's Answer #199452 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
20=2*L+2*4
\n" ); document.write( "12=2*L
\n" ); document.write( "6=L
\n" ); document.write( "4=W
\n" ); document.write( "6^2+4^2=d^2
\n" ); document.write( "36+16=d^2
\n" ); document.write( "52=d^2
\n" ); document.write( "d=sqrt(52)
\n" ); document.write( "d=sqrt(4*13)=2sqrt(13)=7.211
\n" ); document.write( "
\n" );