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)![]() ![]() ![]() 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: \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 \n" ); document.write( "\n" ); document.write( " \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 \n" ); document.write( "\n" ); document.write( " \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 \n" ); document.write( "\n" ); document.write( " \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( " |