document.write( "Question 53157: Find the coordinates of the midpoint of a segment with the given endpoints:
\n" );
document.write( "P(-12,4)Q (-3,-6) \n" );
document.write( "
Algebra.Com's Answer #35446 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! X DISTANCE IS -3-(-12)=-3+12=9 & THE Y DISTANCE IS 4-(-6)=10 \n" ); document.write( "X MIDPOINT IS HALF OF THE DISTANCE OR 9/2=4.5 OR -12+4.5=7.5 \n" ); document.write( "Y MIDPOINT IS HALF OF THE DISTANCE OR 10/2=5 OR -6+5=-1\r \n" ); document.write( "\n" ); document.write( "SO THE MIIDPOINT IS (7.5,-1) \n" ); document.write( " |