document.write( "Question 642714: Suppose that Parallelogram ABCD has vertices A(2, 4), B(8, 4), C(5, -3) and D(-1, -3). What is the perimeter of the Parallelogram ABCD? \n" ); document.write( "
Algebra.Com's Answer #404208 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
Sides AB and CD are horizontal (constant y).
\n" ); document.write( "They are supposed to be parallel and congruent (equal length) because opposite sides in a parallelogram are parallel and congruent. So the length of ab and CD are the same (\"AB=CD\") and I only need to calculate one of those distances.
\n" ); document.write( " The diatance from A to B (the length of AB) is the positive difference in x coordinate between the ends:
\n" ); document.write( "\"AB=abs%288-2%29=6\"
\n" ); document.write( "The other two sides (BC and AD) are also parallel and equal length (because it is a parallelogram). So \"BC=AD\" and I only need to calculaye one of those lengths.
\n" ); document.write( "The length of BC is the distance from B to C.
\n" ); document.write( "It is calculated using a formula that is derived from the Pythagorean theorem.
\n" ); document.write( "You do not need to memorize formulas to know math or to please me.
\n" ); document.write( "Your teacher may like to see formulas written first, with all the confusing symbols.
\n" ); document.write( "You may have given a formula that looks like
\n" ); document.write( "\"BC=sqrt%28%28x%5BC%5D-x%5BB%5D%29%5E2%2B%28y%5BC%5D-y%5BB%5D%29%5E2%29\" or
\n" ); document.write( "\"d=sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29\" .
\n" ); document.write( "The problem is that different people use different symbols.
\n" ); document.write( "If you must write the formula to please your teacher, write it just like it was done in class.
\n" ); document.write( "In any case, the symbol to the left of the equal sign (AB, or d, or whatever) represents the distance between two points.
\n" ); document.write( "What's in the brackets is the difference in x coordinates between the two points, and the difference of y coordinates between the two points.
\n" ); document.write( "The difference in x coordinates between B and C is \"x%5BC%5D-x%5BB%5D=5-8\". That goes in brackets (to be calculated first) and is squared.
\n" ); document.write( "The difference in y coordinates between B and C is \"y%5BC%5D-y%5BB%5D=-3-4\". That, in brackets and squared, is added before taking the square root of the whole mess.
\n" ); document.write( "So,
\n" ); document.write( "The perimeter of the parallelogram is the sum of all sides,
\n" ); document.write( "\"perimeter=AB%2BBC%2BCD%2CAD\"
\n" ); document.write( "Because opposite sides are congruent (equal lengths),
\n" ); document.write( "\"AB=CD\", and \"BC=AD\"
\n" ); document.write( "Substituting, we get
\n" ); document.write( "\"perimeter=AB%2BBC%2BAB%2BBC\" --> \"perimeter=%28AB%2BBC%29%2B%28AB%2BBC%29\" -->
\n" ); document.write( "\"highlight%28perimeter=2%2A%28AB%2BBC%29%29\".
\n" ); document.write( "That last formula, which some teachers may want you to write, with whatever simbols wer used in class, is what I used to calculate the perimeter, calculated as 2 times the sum of two non-parallel, sides (\"AB=6\" and \"BC=sqrt%2858%29\"):
\n" ); document.write( "\"perimeter=2%286%2Bsqrt%2858%29%29\" --> \"highlight%28perimeter=12%2B2sqrt%2858%29%29\"
\n" ); document.write( "
\n" );