document.write( "Question 1072637: Given two points (−4,−6) and (2,−8):\r
\n" );
document.write( "\n" );
document.write( "a. Calculate the distance between them.
\n" );
document.write( "b. Find the midpoint between them. \n" );
document.write( "
Algebra.Com's Answer #687502 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given two points (-4,-6) and (2,-8):\r \n" ); document.write( "\n" ); document.write( "a. Calculate the distance between them. \n" ); document.write( " \n" ); document.write( "eg, for (4,6) and (-3,2): \n" ); document.write( "diffy = 6-2 = 4 \n" ); document.write( "diffx = -3-4 = -7 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( "============================ \n" ); document.write( "b. Find the midpoint between them. \n" ); document.write( "It's the average of x & y separately. \n" ); document.write( "eg, for (4,6) and (-3,2): \n" ); document.write( "For x: (4-3)/2 = 1/2 \n" ); document.write( "For y: (6-2)/2 = 2 \n" ); document.write( "--> (1/2,2) \n" ); document.write( " \n" ); document.write( " |