document.write( "Question 88028: Determine the coordinates of the midpoint of the line segment whose endpoints are A(-7, 3, 2) and B(1, 5, 1). \n" ); document.write( "
Algebra.Com's Answer #63924 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
In order to find the midpoint, we need to average each corresponding coordinate. For instance, if we have the first coordinate of -7 for the first point and 1 for the second point, we simply average them like this:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Average of the first coordinate: \"%28-7%2B1%29%2F2=%28-6%29%2F2=-3\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So lets find the averages between the two points\r
\n" ); document.write( "\n" ); document.write( "To find , average the x-coordinates between the two points\r
\n" ); document.write( "\n" ); document.write( "\"x%5Bmid%5D=%28-7%2B1%29%2F2=%28-6%29%2F2=-3\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the x-coordinate of the midpoint is -3 (i.e. x=-3)\r
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To find , average the y-coordinates between the two points\r
\n" ); document.write( "\n" ); document.write( "\"y%5Bmid%5D=%283%2B5%29%2F2=%288%29%2F2=4\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the y-coordinate of the midpoint is 4 (i.e. y=4)\r
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To find , average the z-coordinates between the two points\r
\n" ); document.write( "\n" ); document.write( "\"z%5Bmid%5D=%282%2B1%29%2F2=%283%29%2F2=1.5\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the z-coordinate of the midpoint is 1.5 (i.e. z=1.5)\r
\n" ); document.write( "\n" ); document.write( "-----------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since the coordinates of the midpoint are x=-3, y=4, z=1.5, this means the midpoint is (-3,4,1.5)
\n" ); document.write( "
\n" );