document.write( "Question 225672: a. Make a conjecture about the formula for midpoint in three dimensions. Hint: 3D coordinates are given as (x, y, z).
\n" );
document.write( "b. Use the formula from the previous step to find the midpoint of (3, 1, 0) and (11, -8, 15).\r
\n" );
document.write( "\n" );
document.write( "HELP! \n" );
document.write( "
Algebra.Com's Answer #168298 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Use the formula from the previous step to find the midpoint of (3, 1, 0) and (11, -8, 15). \n" ); document.write( "---------- \n" ); document.write( "Find the averages of x, y and z separately. \n" ); document.write( "x: (3+11)/2 = 7 \n" ); document.write( "y: (1-8)/2 = -7/2 \n" ); document.write( "z: (0+15)/2 = 15/2 \n" ); document.write( "Midpoint is (7,-7/2,15/2) \n" ); document.write( " \n" ); document.write( " |