document.write( "Question 206844: Could someone help me out here; find the coordinates of the point C, halfway between the points A(5,1) and B(-2,7). I dont really understand how this works =( \n" ); document.write( "
Algebra.Com's Answer #156349 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the midpoint of two sets of coordinates (points) is halfway between the two x-coordinates and halfway between the two y-coordinates\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "taking the average of the x's and the average of the y's will give you the midpoint\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "midpoint (M) is [(5-2)/2 , (1+7)/2) ___ M(1.5, 4) \n" ); document.write( " |