document.write( "Question 295690: (1) find the midpoint of the line segment with the given end points (2,1) and (6,8) \n" ); document.write( "
Algebra.Com's Answer #213124 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Use the midpoint formula.\r \n" ); document.write( "\n" ); document.write( "Let m = midpoint\r \n" ); document.write( "\n" ); document.write( "m = [(2 + 8)/2, (1 + 8)/2]\r \n" ); document.write( "\n" ); document.write( "m = (10/2, 9/2)\r \n" ); document.write( "\n" ); document.write( "m = (5, 9/2) \n" ); document.write( " |