document.write( "Question 165289This question is from textbook Geometry
\n" );
document.write( ": Given: triangle ABC with coordinates A(0,0);B(a,0); and C(b,c). S is the midpoint of AC and T is the midpoint of BC.
\n" );
document.write( "Prove ST=1/2 AB \n" );
document.write( "
Algebra.Com's Answer #121864 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! given: \n" ); document.write( "point S is midpoint of AC \n" ); document.write( "point T is midpoint of BC \n" ); document.write( "point A = (0,0) \n" ); document.write( "point C = (b,c) \n" ); document.write( "point B = (a,0) \n" ); document.write( "----- \n" ); document.write( "formula for coordinates of midpoint of a line is ((x1+x2)/2,(y1+y2)/2) \n" ); document.write( "let point A = (x1,y1) = (0,0) \n" ); document.write( "x1 = 0 \n" ); document.write( "y1 = 0 \n" ); document.write( "let point C = (x2,y2) = (b,c) \n" ); document.write( "x2 = b \n" ); document.write( "y2 = c \n" ); document.write( "formula for midpoint of AB is (b/2,c/2) = point S. \n" ); document.write( "----- \n" ); document.write( "formula for coordinates of midpoint of a line is ((x1+x2)/2,(y1+y2)/2) \n" ); document.write( "let point B = (x1,y1) = (a,0) \n" ); document.write( "x1 = a \n" ); document.write( "y1 = 0 \n" ); document.write( "let point C = (x2,y2) = (b,c) \n" ); document.write( "x2 = b \n" ); document.write( "y2 = c \n" ); document.write( "formula for midpoint of BC = ((a+b)/2,c/2) = point T. \n" ); document.write( "----- \n" ); document.write( "formula for length of a line is sqrt[(x2-x1)^2 + (y2-y1)^2] \n" ); document.write( "let point S be (x1,y1) = (b/2,c/2) \n" ); document.write( "let point T be (x2,y2) = (a+b)/2,c/2) \n" ); document.write( "length of ST = sqrt[(x2-x1)^2 + (y2-y1)^2] \n" ); document.write( "length of ST = sqrt [ ( (a+b)/2 - b/2 )^2 + ( c/2 - c/2 )^2 ] \n" ); document.write( "length of ST = sqrt [ ( (a+b-b)/2 )^2 + 0^2 ] \n" ); document.write( "length of ST = sqrt [ ( a/2 )^2 ] \n" ); document.write( "length of ST = sqrt [ ( a^2/4 ) ] \n" ); document.write( "length of ST = sqrt (a^2) / sqrt (4) \n" ); document.write( "length of ST = a/2 \n" ); document.write( "----- \n" ); document.write( "point A = (0,0) \n" ); document.write( "point B = (a,0) \n" ); document.write( "let point A = (x1,y1) = (0,0) \n" ); document.write( "let point B = (x2,y2) = (a,0) \n" ); document.write( "formula for length of a line is sqrt[(x2-x1)^2 + (y2-y1)^2] \n" ); document.write( "length of line AB = sqrt [ (a-0)^2 + (0-0)^2 ] \n" ); document.write( "length of line AB = sqrt [ a^2 + (0)^2 ] \n" ); document.write( "length of line AB = sqrt [ a^2 ] \n" ); document.write( "length of line AB = a \n" ); document.write( "----- \n" ); document.write( "length of ST = a/2 = (1/2)*a \n" ); document.write( "length of AB = a \n" ); document.write( "length of ST = 1/2 * length of AB \n" ); document.write( " |