document.write( "Question 144417: Given: A(1,6), B(7,9), C(13,6), D(3,1).
\n" );
document.write( "Prove: ABCD is a trapazoid \n" );
document.write( "
Algebra.Com's Answer #105306 by shahid(44)![]() ![]() ![]() You can put this solution on YOUR website! A trapezoid is a four sided geometrical figure having a pair of parallel and non-parallel sides.so in order to prove that givenfour points A(1,6),B(7,9),C(13,6)and D(3,1) form a trapezoid we have to prove that it has a pair of parallel sides and non-parallel sides. \n" ); document.write( "now slope of AB m1=(y2-y1)/(x2-x1) \n" ); document.write( " m1=9-6/7-1 \n" ); document.write( " m1=3/6 \n" ); document.write( " m1=1/2 \n" ); document.write( "similarly slope of CD m2=(1-6)/(3-13) \n" ); document.write( " m2=-5/-10 \n" ); document.write( " m2=1/2 \n" ); document.write( "since m1=m2 so AB and CD are parallel sides similarly you can prove that sides AD and BC are non-parallel i-e their slopes are not equal.hope this will be helpfull \n" ); document.write( " |