document.write( "Question 291653: let A(-3,2) , B(-1,-3) and C(3,4) be the three vertices of a parallelogram, determine the coordinate of the fourth point.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #210876 by CharlesG2(834) ![]() You can put this solution on YOUR website! let A(-3,2) , B(-1,-3) and C(3,4) be the three vertices of a parallelogram, determine the coordinate of the fourth point. \n" ); document.write( "A(-3,2) \n" ); document.write( "B(-1,-3) \n" ); document.write( "C(3,4) \n" ); document.write( "see what we got on a grid: \n" ); document.write( " \n" ); document.write( "D(?,?), length DC = ?, length AD = ? \n" ); document.write( "AB and DC need to be equal length and parallel \n" ); document.write( "BC and AD need to be equal length and parallel \n" ); document.write( "parallel lines have the same slope \n" ); document.write( "AB = sqrt((-1 - -3)^2 + (-3 - 2)^2) \n" ); document.write( "AB = sqrt(2^2 + -5^2) \n" ); document.write( "AB = sqrt(4 + 25) = sqrt(29) needs to equal DC \n" ); document.write( "BC = sqrt((3 - -1)^2 + (4 - -3)^2) \n" ); document.write( "BC = sqrt(4^2 + 7^2) \n" ); document.write( "BC = sqrt(16 + 49) = sqrt(65) needs to equal AD \n" ); document.write( "slope AB = (-3 - 2)/(-1 - -3) = -5/2 needs to be same as slope DC \n" ); document.write( "slope BC = (4 - -3)/(3 - -1) = 7/4 needs to be same as slope AD \n" ); document.write( "call x and y the x and y coordinates of D \n" ); document.write( "AB = DC = sqrt(29) = sqrt((x - 3)^2 + (y - 4)^2) \n" ); document.write( "29 = x^2 - 6x + 9 + y^2 - 8y + 16 \n" ); document.write( "slope AB = slope DC = -5/2 = (y - 4)/(x - 3) \n" ); document.write( "-5(x - 3) = 2(y - 4) \n" ); document.write( "-5x + 15 = 2y - 8 \n" ); document.write( "-5x - 2y = -23 \n" ); document.write( "-5x + 23 = 2y \n" ); document.write( "(-5/2)x + (23/2) = y \n" ); document.write( "BC = AD = sqrt(65) = sqrt((x + 3)^2 + (y - 2)^2) \n" ); document.write( "65 = x^2 + 6x + 9 + y^2 - 4y + 4 \n" ); document.write( "slope BC = slope AD = 7/4 = (y - 2)/(x + 3) \n" ); document.write( "7(x + 3) = 4(y - 2) \n" ); document.write( "7x + 21 = 4y - 8 \n" ); document.write( "7x - 4y = -29 \n" ); document.write( "7x + 29 = 4y \n" ); document.write( "(7/4)x + (29/4) = y \n" ); document.write( "system of equations: \n" ); document.write( "-5x - 2y = -23 (multiply by -2 and add to 2nd) --> 10x + 4y = 46 \n" ); document.write( " 7x - 4y = -29 \n" ); document.write( "--> -5x - 2y = -23 \n" ); document.write( " 17x + 0y = 17 \n" ); document.write( "x = 1 --> -5 - 2y = -23 --> -2y = -18 --> y = 9 \n" ); document.write( "so D is (1,9) \n" ); document.write( "checking: slope AB = slope DC = -5/2 = (y - 4)/(x - 3) = 5/(-2) = -5/2 \n" ); document.write( " slope BC = slope AD = 7/4 = (y - 2)/(x + 3) = 7/4 \n" ); document.write( " AB = DC = sqrt(29) = sqrt((x - 3)^2 + (y - 4)^2) = \n" ); document.write( " = sqrt(-2^2 + 5^2) \n" ); document.write( " = sqrt(4 + 25) = sqrt(29) \n" ); document.write( " BC = AD = sqrt(65) = sqrt((x + 3)^2 + (y - 2)^2) = \n" ); document.write( " = sqrt(4^2 + 7^2) \n" ); document.write( " = sqrt(16 + 49) = sqrt(65) \n" ); document.write( "so D is indeed (1,9)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |