document.write( "Question 985976: Find coordinate of missing endpoint if e is midpoint of df
\n" );
document.write( "f(2,9) e(-1,6) \n" );
document.write( "
Algebra.Com's Answer #606890 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using vectors \n" ); document.write( "DE = EF \n" ); document.write( "e - d = f - e \n" ); document.write( "Collect like terms \n" ); document.write( "-d = f - 2e \n" ); document.write( "Multiply both sides by -1 \n" ); document.write( "d = 2e - f \n" ); document.write( "d = 2(-1,6) - (2,9) \n" ); document.write( "d = (-2,12) - (2,9) \n" ); document.write( "d = (-4,3) \n" ); document.write( "This is the missing endpoint. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |