document.write( "Question 85379: A parallelogram has coordinates O(0,0), A(7,1), B(4,5) and C(-3,4)
\n" ); document.write( "Use the midpoint formula to show that the diagonals of OABC bisect each other
\n" ); document.write( "

Algebra.Com's Answer #61566 by scianci(186)\"\" \"About 
You can put this solution on YOUR website!
Locate the midpoint of diagonal OB: ((0 + 4)/2 , ((0 + 5)/2) = (2 , 2.5)
\n" ); document.write( "Then locate the midpoint of diagonal AC: ((7 - 3)/2 , (1 + 4)/2) = (2 , 2.5)
\n" ); document.write( "Since they have the same midpoint, they bisect each other.
\n" ); document.write( "
\n" );