document.write( "Question 945024: A rectangle has coordinates A(-4, 3), B(0, 0), C(6, 8), and D(2, 11). What is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #576363 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( " Calculate the distance from (0,0) to (6,8) and the distance from (0,0) to (-4,3) to get the width and length of the triangle,
\n" ); document.write( "\"W%5E2=%28-4-0%29%5E2%2B%283-0%29%5E2=16%2B9=25\"
\n" ); document.write( "\"W=5\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"L%5E2=%286-0%29%5E2%2B%288-0%29%5E2=36%2B64=100\"
\n" ); document.write( "\"L=10\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"A=L%2AW\"
\n" ); document.write( "\"A=5%2A10\"
\n" ); document.write( "\"A=50\"
\n" ); document.write( "
\n" );