document.write( "Question 601035: Find the midpoint between the two points: (2,2), (6,4)\r
\n" );
document.write( "\n" );
document.write( "this is as far as i get (6 - 2)^2 + (4 - 2)^2
\n" );
document.write( " 4x4 + 2x2
\n" );
document.write( " 16 + 4 = sqrt20
\n" );
document.write( " then i dont know what else to do. can somwone help finish the problem and tell me if i am doing it right \n" );
document.write( "
Algebra.Com's Answer #379562 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the midpoint between the two points: (2,2), (6,4)\r \n" ); document.write( "\n" ); document.write( "this is as far as i get (6 - 2)^2 + (4 - 2)^2 \n" ); document.write( " 4x4 + 2x2 \n" ); document.write( " 16 + 4 = sqrt20 \n" ); document.write( " then i dont know what else to do. can somwone help finish the problem and tell me if i am doing it right \n" ); document.write( "---------------- \n" ); document.write( "Sqrt(20) is the distance between the 2 points. \n" ); document.write( "--- \n" ); document.write( "To find the midpoint, find the average of x & y separately. \n" ); document.write( "x: (2+6)/2 = 4 \n" ); document.write( "y: (2+4)/2 = 3 \n" ); document.write( "--> (4,3) \n" ); document.write( " \n" ); document.write( " |