document.write( "Question 64335: Please find:\r
\n" );
document.write( "\n" );
document.write( "the distance (-2,3,1) and (4,5,-1)\r
\n" );
document.write( "\n" );
document.write( "and \r
\n" );
document.write( "\n" );
document.write( "midpoint (-2,3,1) and (4,5,-1)\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #46291 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Please find: \n" ); document.write( "the distance(X1,Y1,Z1)= (-2,3,1) and (X2,Y2,Z2)=(4,5,-1) \n" ); document.write( "DISTANCE = SQRT[(X2-X1)^2+(Y2-Y1)^2+(Z2-Z1)^2] \n" ); document.write( "=SQRT[6^2+2^2+2^2]=SQRT(44)=2SQRT(11)\r \n" ); document.write( "\n" ); document.write( "and \n" ); document.write( "midpoint (X1,Y1,Z1)=(-2,3,1) and (X2,Y2,Z2)=(4,5,-1) \n" ); document.write( "MID POINT = [(X1+X2)/2,(Y1+Y2)/2,(Z1+Z2)/2] \n" ); document.write( "= [2/2,8/2,0/2]=(1,4,0)\r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( " |