document.write( "Question 212025: how do you find the midpoint of a line segment? \n" ); document.write( "
Algebra.Com's Answer #160118 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
midpoint=((x1+x2)/2,(y1+y2)/2) \n" ); document.write( "
\n" );