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 #213127 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the average of x and y separately: \n" ); document.write( "x: (2+6)/2 = 4 \n" ); document.write( "y: (1+8)/2 = 9/2 or 4.5 \n" ); document.write( "--> (4,4.5) \n" ); document.write( " |