document.write( "Question 198334: Three vertices of a parallelogram are A(1,3), C(4,11), and B(3,-2). If A and B lie on the same side, what is the fourth vertex?\r
\n" );
document.write( "\n" );
document.write( "Please help to resolve.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #148814 by anantha(86) ![]() You can put this solution on YOUR website! sol: \n" ); document.write( "4th vertex of a parallelogram of rectangle of rhombus of square whose three consecutive vertices are (x1,y1),(x2,y2),(x3,y3)is(x1+x3-x2,y1+y3-y2) \n" ); document.write( "here the given vertices are A(1,3) ,B(3,-2)andC(4,11) \n" ); document.write( "comparing above vertices with(x1,y1)(x2,y2),(x3,y3) \n" ); document.write( "x1=1,y1=3,x2=3,y2=-2,x3=4,y3=11 \n" ); document.write( "now 4th vertex (x4,y4)=(x1+x3-x2,y1+y3-y2) \n" ); document.write( "4th vertex=(1+4-3,3+11-(-2)) \n" ); document.write( "=(2,16) \n" ); document.write( "D=(2,16) \n" ); document.write( " |