document.write( "Question 194275: Find the length of the segment that joins P(-1,3) and Q(-2,6) and then find the midpoint. \n" ); document.write( "
Algebra.Com's Answer #145824 by checkley77(12844) ![]() You can put this solution on YOUR website! P(-1,3) and Q(-2,6) \n" ); document.write( "x distance=-2+1=1 \n" ); document.write( "y distance=6-3=3 \n" ); document.write( "1^1+3^2=c^2 \n" ); document.write( "1+9=c^2 \n" ); document.write( "c^2=10c=sqrt10 \n" ); document.write( "c=3.162 is the distance between these 2 points. \n" ); document.write( "The midpoint is: \n" ); document.write( "x=(-2-1)/2=-3/2=-1.5 \n" ); document.write( "y=(6+3)/2=4.5 \n" ); document.write( "Midpoint=(-1.5,4.5) \n" ); document.write( " \n" ); document.write( " |