document.write( "Question 43450: Tell whether the points are the vertices of a parallelogram (that is not a rectangle), a rectangle, or neither.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "(-7, -1), (2, -10), (16, -3), (7, 8) \n" );
document.write( "
Algebra.Com's Answer #28553 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the points be A (-7, -1), B (2, -10), C (16, -3) and D (7, 8).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Slope of AB = \n" ); document.write( "Slope of BC = \n" ); document.write( "Slope of CD = \n" ); document.write( "Slope of AB = \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For a quadrilateral to be a parallelogram, the opposite sides must be parallel and their slopes have to be equal. \n" ); document.write( "So, here, slopes of AB and CD must be equal and also slopes of AC and BD must be equal. \n" ); document.write( "Clearly, this is not the case. \n" ); document.write( "Hence the given points does not form a parallelogram and so no question of rectangle. \n" ); document.write( " |