document.write( "Question 62019This question is from textbook
\n" );
document.write( ": Parallelogram ABCD has vertices at A(-1,x-1), B(x,x+1), C(3,1), and D(x-2,-1). Use the slopes of line AB and line CD to find X. \n" );
document.write( "
Algebra.Com's Answer #42832 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Parallelogram ABCD has vertices at A(-1,x-1), B(x,x+1), C(3,1), and D(x-2,-1). Use the slopes of line AB and line CD to find X. \n" ); document.write( "AB||CD \n" ); document.write( "SLOPE OF AB = SLOPE OF CD \n" ); document.write( "[{(X+1)-(X-1)}/(X+1)]=[{-1-1}/{(X-2)-3}] \n" ); document.write( "2/(X+1)=-2/(X-5) \n" ); document.write( "X-5+X+1=0 \n" ); document.write( "2X=4 \n" ); document.write( "X=2 \n" ); document.write( " \n" ); document.write( " |