document.write( "Question 616991: find the coordinates of the point halfway between (3,4) and (-2,5)? \n" ); document.write( "
Algebra.Com's Answer #388075 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the coordinates of the point halfway between (3,4) and (-2,5)? \n" ); document.write( "----------- \n" ); document.write( "Get the average of x & y separately \n" ); document.write( "(3-2)/2 = 0.5 \n" ); document.write( "(4+5)/2 = 4.5 \n" ); document.write( "--> (0.5,4.5) \n" ); document.write( " \n" ); document.write( " |