document.write( "Question 388362: Hi,
\n" ); document.write( "I need some help in this problem.
\n" ); document.write( "the vertices of a triangle are A(0,0) B(x1,0) C(x2,y2). M, N are the midpoints of AB,AC.
\n" ); document.write( "a) write the coordinates of M,N.
\n" ); document.write( "b) show that MN=1/2 BC\r
\n" ); document.write( "\n" ); document.write( "I got part a bur i didn't get b.\r
\n" ); document.write( "\n" ); document.write( "Thank you!!!
\n" ); document.write( "

Algebra.Com's Answer #275169 by Edwin McCravy(20086)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "There is a difficulty here with conflicting notation because the \r\n" );
document.write( "formulas you must use, which are:\r\n" );
document.write( "\r\n" );
document.write( "The midpoint between (x1, y1) and (x2, y2) has coordinates:\r\n" );
document.write( "\r\n" );
document.write( "(\"%28x%5B1%5D%2Bx%5B2%5D%29%2F2\", \"%28y%5B1%5D%2By%5B2%5D%29%2F2\") \r\n" );
document.write( "\r\n" );
document.write( "and\r\n" );
document.write( "\r\n" );
document.write( "The distance d between (x1, y1) and (x2, y2) is given by:\r\n" );
document.write( "\r\n" );
document.write( "\"d\"\"%22%22=%22%22\"\"sqrt%28%28x%5B2%5D-x%5B1%5D%29%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "already have x1, x2, y1 and y2 in them.  When such a situation of conflicting\r\n" );
document.write( "notation arises, we must either change the notation in the problem, or else\r\n" );
document.write( "change the notation in the formula. We will change the notation in the\r\n" );
document.write( "problem.  So, let's rewrite the problem as this instead:\r\n" );
document.write( "\r\n" );
document.write( "The vertices of a triangle are A(0,0) B(p,0) C(q,r). \r\n" );
document.write( "M, N are the midpoints of AB,AC.\r\n" );
document.write( "a) write the coordinates of M,N.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Use the midpoint formula to find the coordinates of M:\r\n" );
document.write( "\r\n" );
document.write( "M(\"%28x%5B1%5D%2Bx%5B2%5D%29%2F2\", \"%28y%5B1%5D%2By%5B2%5D%29%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "Substitute \r\n" );
document.write( "\r\n" );
document.write( "(x1, y1) = (0,0) and (x2, y2) = (p,0)  \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "M(\"%28x%5B1%5D%2Bx%5B2%5D%29%2F2\", \"%28y%5B1%5D%2By%5B2%5D%29%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "M(\"%280%2Bp%29%2F2\", \"%280%2B0%29%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "M(\"p%2F2\", 0)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Use the midpoint formula to find the coordinates of N:\r\n" );
document.write( "\r\n" );
document.write( "N(\"%28x%5B1%5D%2Bx%5B2%5D%29%2F2\", \"%28y%5B1%5D%2By%5B2%5D%29%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "Substitute \r\n" );
document.write( "\r\n" );
document.write( "(x1, y1) = (0,0) and (x2, y2) = (q,r)  \r\n" );
document.write( "\r\n" );
document.write( "N(\"%28x%5B1%5D%2Bx%5B2%5D%29%2F2\", \"%28y%5B1%5D%2By%5B2%5D%29%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "N(\"%280%2Bq%29%2F2\", \"%280%2Br%29%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "N(\"q%2F2\", \"r%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "b) show that MN = \"expr%281%2F2%29\"BC \r\n" );
document.write( "\r\n" );
document.write( "Let's find MN and BC, using the distance formula.  Let's find BC first:\r\n" );
document.write( "\r\n" );
document.write( "(x1, y1) = (p,0) and (x2, y2) = (q,r)\r\n" );
document.write( "\r\n" );
document.write( "\"d\"\"%22%22=%22%22\"\"sqrt%28%28x%5B2%5D-x%5B1%5D%29%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"BC\"\"%22%22=%22%22\"\"sqrt%28%28q-p%29%5E2%2B%28r-0%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"BC\"\"%22%22=%22%22\"\"sqrt%28%28q-p%29%5E2%2Br%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Now let's find MN:\r\n" );
document.write( "\r\n" );
document.write( "(x1, y1) = (\"p%2F2\",0) and (x2, y2) = (\"q%2F2\",\"r%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "\"d\"\"%22%22=%22%22\"\"sqrt%28%28x%5B2%5D-x%5B1%5D%29%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28%28q%2F2-p%2F2%29%5E2%2B%28r%2F2-0%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28%28q%2F2-p%2F2%29%5E2%2Br%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Write \"q%2F2\" as \"expr%281%2F2%29q\", \"p%2F2\" as \"expr%281%2F2%29p\", and \"r%2F2\" as \"expr%281%2F2%29r\",\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28%28expr%281%2F2%29q-expr%281%2F2%29p%29%5E2%2B%28expr%281%2F2%29r%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Factor out \"1%2F2\" inside the first parentheses:\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28%28expr%281%2F2%29%28q-p%29%29%5E2%2B%28expr%281%2F2%29r%29%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Remove the outer parentheses in both expression under the radical\r\n" );
document.write( "by squaring the two factors individually:\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28%28expr%281%2F2%29%29%5E2%28q-p%29%5E2%2B%28expr%281%2F2%29%29%5E2r%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Write the \"%281%2F2%29%5E2\" as \"1%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28expr%281%2F4%29%28q-p%29%5E2%2Bexpr%281%2F4%29r%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "Factor \"1%2F4\" out under the radical:\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28expr%281%2F4%29%28%28q-p%29%5E2%2Br%5E2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Take indivisual square roots:\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"sqrt%28expr%281%2F4%29%29sqrt%28%28%28q-p%29%5E2%2Br%5E2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Write \"sqrt%281%2F4%29\" as \"1%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "\"MN\"\"%22%22=%22%22\"\"expr%281%2F2%29sqrt%28%28%28q-p%29%5E2%2Br%5E2%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Now we notice that the right side of that is \"1%2F2\" times the right side of\r\n" );
document.write( "\r\n" );
document.write( "\"BC\"\"%22%22=%22%22\"\"sqrt%28%28q-p%29%5E2%2Br%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "So we have proved that MN = \"expr%281%2F2%29\"BC\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );