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 #156348 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the coordinates of the point C, \n" ); document.write( "halfway between the points A(5,1) and B(-2,7). \n" ); document.write( "------ \n" ); document.write( "Find the midpoints of x and y separately by getting the averages. \n" ); document.write( "for x: (5-2)/2 = 3/2 \n" ); document.write( "for y: (1+7)/2 = 4 \n" ); document.write( "C is (3/2,4) \n" ); document.write( " \n" ); document.write( " |