document.write( "Question 132035: Segment AD has a midpoint B, BD has a midpoint C. If A has coordinates (-5, 4) and C has coordinates (10, 11), what are the coordinates of B and D? \n" ); document.write( "
Algebra.Com's Answer #96411 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Segment AD has a midpoint B, BD has a midpoint C. If A has coordinates (-5, 4) and C has coordinates (10, 11), what are the coordinates of B and D? \n" ); document.write( "--------------------------- \n" ); document.write( "That's a pretty messy problem, but doable. \n" ); document.write( "---------------------------------------------- \n" ); document.write( "Draw the picture so you can follow what is happening. \n" ); document.write( "---------------- \n" ); document.write( "Label point D as (a,b) \n" ); document.write( "Label point B as (x,y) \n" ); document.write( "------------------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "Since C is the midpoint of BD \n" ); document.write( "x+a = 2*10 \n" ); document.write( "y+b = 2*11 \n" ); document.write( "----------------- \n" ); document.write( "Since B is the midpoint of AD \n" ); document.write( "a-5=2x \n" ); document.write( "b+4=2y \n" ); document.write( "------------------- \n" ); document.write( "Look at these two equations: \n" ); document.write( "x+a = 20 \n" ); document.write( "2x-a = -5 \n" ); document.write( "Add them to solve for x: \n" ); document.write( "3x = 15 \n" ); document.write( "x = 5 \n" ); document.write( "Substitute to solve for \"a\": \n" ); document.write( "5+a=20 \n" ); document.write( "a= 15 \n" ); document.write( "--------------------- \n" ); document.write( "Look at these two equations: \n" ); document.write( "y+b = 22 \n" ); document.write( "2y-b=4 \n" ); document.write( "Add to solve for y: \n" ); document.write( "3y = 26 \n" ); document.write( "y = 26/3 \n" ); document.write( "Substitute to solve for \"b\": \n" ); document.write( "(26/3)+b = (66/3) \n" ); document.write( "b = 40/3 \n" ); document.write( "------------------------ \n" ); document.write( "Coordinates: \n" ); document.write( "(a,b) = (15,40/3) \n" ); document.write( "(x,y) = (5,26/3) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |