document.write( "Question 6688: HI,\r
\n" ); document.write( "\n" ); document.write( " I have the following vertices of a rectangle: (-2,1), (1,4), (3,2), and (0,-1). How do I find the length of the diagonal of the rectangle?
\n" ); document.write( "

Algebra.Com's Answer #3671 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
First, you'll need to find the coordinates of opposite corners of the rectangle. This is best done by sketching the rectangle on graph paper using the coordinates of the given vertices.\r
\n" ); document.write( "\n" ); document.write( "According to my sketch, the coordinates of the opposite corners are:
\n" ); document.write( "(-2, 1) & (3, 2)
\n" ); document.write( "(0, -1) & (1, 4)\r
\n" ); document.write( "\n" ); document.write( "Use the distance formula to find the distance between one pair of opposite corners:\r
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29\" \r
\n" ); document.write( "\n" ); document.write( "Take either pair of coordinates and substitute the appropriate x, y values into the distance formula and solve for the distance, d. Let's take the second pair of points, (0, -1) & (1, 4)\r
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%28%281+-+0%29%5E2+%2B+%284+-+%28-1%29%29%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%281%5E2+%2B+5%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%2826%29\"\r
\n" ); document.write( "\n" ); document.write( "\"d+=+5.1\"
\n" ); document.write( "
\n" );