document.write( "Question 258261: A parallelogram has vertices L(-2,5), M(3,3), N(1,0). What are possible coordinates for its fourth vertex? EXPLAIN \n" ); document.write( "
Algebra.Com's Answer #190188 by Fombitz(32388) You can put this solution on YOUR website! \n" ); document.write( "Look at the relationship between points (1,0) and (3,3). \n" ); document.write( "Delta X=3-1=2 \n" ); document.write( "Delta Y=3-0=3 \n" ); document.write( "Point (-2,5) must maintain the same relationship with the other point. \n" ); document.write( "Two points can do this, \n" ); document.write( "(-2+2,5+3)=(0,8) \n" ); document.write( "(-2-2,5-3)=(-4,2) \n" ); document.write( " |