document.write( "Question 33066: Find the midpoint of the line segment PQ for P(2, -2), Q(3, 4)\r
\n" );
document.write( "\n" );
document.write( "Can you please help me solve this and explain how each step was achieved?\r
\n" );
document.write( "\n" );
document.write( "Thank you so much for all your help!:) \n" );
document.write( "
Algebra.Com's Answer #19495 by priya(51)![]() ![]() ![]() You can put this solution on YOUR website! Here is the formula for finding the midpoint of co-ordinates(x1,y1) and \n" ); document.write( "co-ordinates(x2,y2)\r \n" ); document.write( "\n" ); document.write( "(x1+x2)/2 ,(y1+y2)/2\r \n" ); document.write( "\n" ); document.write( "so,the answer to ur question would be(mid point of line segment PQ), \n" ); document.write( " (2+3)/2,(-2+4)/2 = 5/2,2/2\r \n" ); document.write( "\n" ); document.write( "that would be (2.5,1),so 2.5 as x co-ordinate and 1 as y co-ordinate.. \n" ); document.write( " |