document.write( "Question 176278: Solve for the following items:
\n" );
document.write( "a. The point on the x-axis that is equidistant (equal distance) from (12,6) and (8,2).
\n" );
document.write( "b. The distance between the points (6,4) and (18,4).
\n" );
document.write( "c. The distance between the points (1,4) and (19,6).
\n" );
document.write( "d. The midpoint between (12, 6) and (18, 4)
\n" );
document.write( "e. The midpoint between (-6, -8) and (23, 5)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #131399 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! For part a) you are looking for the midpoint. The midpoint between (a,b) and (c,d) is ((a+c)/2, (b+d)/2). So the midpoint between (12,6) and (8,2) is \n" ); document.write( "((12+8)/2, (6+2)/2)=(20/2, 8/2) = (10, 4). \n" ); document.write( "I will do b) also then you should be able to do the rest: \n" ); document.write( "The distance between (a,b) and (c,d) is \n" ); document.write( " \n" ); document.write( "So the distance between (6,4) and (18,4) is \n" ); document.write( " |