document.write( "Question 95950: Find the coordinates of the point half way between (-2,6) and (6,-4).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #69896 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Given the two points (-2, 6) and (6, -4) \n" ); document.write( ". \n" ); document.write( "Finding the coordinates of the midpoint along the line that joins these two points can be \n" ); document.write( "done by averaging the two x values of the points and then averaging the two y values of \n" ); document.write( "the points. \n" ); document.write( ". \n" ); document.write( "Let's do it. \n" ); document.write( ". \n" ); document.write( "The x value of the midpoint comes from averaging the two x values of the points. In other \n" ); document.write( "words find the x value of the midpoint by averaging -2 and +6. Add these two numbers and \n" ); document.write( "divide by 2 to get the average. -2 + 6 adds to +4 and divide that by 2 to get +2 as the x \n" ); document.write( "value of the midpoint. \n" ); document.write( ". \n" ); document.write( "The y value of the midpoint comes from averaging the two y values of the points. So to get \n" ); document.write( "the y value of the midpoint you average 6 and -4. Add these two values and you get +2. \n" ); document.write( "Average by dividing by 2 to get +2/2 = +1. Therefore, the y value of the midpoint is +1. \n" ); document.write( ". \n" ); document.write( "Putting these two together, the midpoint of the line joining the two given points is: \n" ); document.write( ". \n" ); document.write( "(2, 1) \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand how you can find the midpoint of the line that joins the \n" ); document.write( "two points. \n" ); document.write( " \n" ); document.write( " |