document.write( "Question 371011: My question on my homework says \" Find the coordinates of the intersection of the diagonals of parallelogram XYZW with vertices X(3,0), Y(3,8), Z(-2,6), and W(-2,-2). How do you do this? \n" ); document.write( "
Algebra.Com's Answer #264333 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The diagonals of a parallelogram bisect each other. Thus you may want to get the midpoints of the point X and Z, or the midpoint of the points Y and W. Either case you should get ((3-2)/2, (0+6)/2) = (1/2,3). \n" ); document.write( "
\n" );