document.write( "Question 397657: Two points are chosen at random on a line segment whose length is a > 0. Find the probability that the 3 line segments thus formed can be the sides of a triangle. \n" ); document.write( "
Algebra.Com's Answer #281797 by Edwin McCravy(20086)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "The other tutor is right! Here's a bit more geometrical drawings:  \r\n" );
document.write( "\r\n" );
document.write( "Suppose this is the line segment.\r\n" );
document.write( "\r\n" );
document.write( "0------------x----------y------------a\r\n" );
document.write( "\r\n" );
document.write( "Then the sides of the triangle are x, y-x, and a-y\r\n" );
document.write( "\r\n" );
document.write( "The sum of any two sides must be greater than the third side.\r\n" );
document.write( "\r\n" );
document.write( "So\r\n" );
document.write( "\r\n" );
document.write( "x + (y-x) > a-y,    x + (a-y) > y-x,     (y-x) + (a-y) > x      y > x\r\n" );
document.write( "x + y - x > a-y     x + a - y > y-x            y-x+a-y > x \r\n" );
document.write( "        y > a-y       2x - 2y > -a                -x+a > x   \r\n" );
document.write( "       2y > a        -2x + 2y < a                    a > 2x\r\n" );
document.write( "        y > a/2       2y - 2x < a                  a/2 > x   \r\n" );
document.write( "                       2(y-x) < a                    x < a/2   \r\n" );
document.write( "                          y-x < \"a%2F2\"          \r\n" );
document.write( "\r\n" );
document.write( "We also know that y < a  and x > 0\r\n" );
document.write( "\r\n" );
document.write( "So we have a system of inequalities:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28y%3Ca%2Cy%3Ea%2F2%2Cy-x%3Ca%2F2%2Cx%3E0%2C+x%3Ca%2F2%2C+y+%3E+x%29\"\r\n" );
document.write( "\r\n" );
document.write( "We draw the boundary lines:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "and find that the solution to the system of inequalities is the triangle\r\n" );
document.write( "marked \"SOLUTION\".  It's area is \r\n" );
document.write( "\r\n" );
document.write( "\"A=expr%281%2F2%29%2Abase%2Aheight=expr%281%2F2%29%2Aexpr%28a%2F2%29%2Aexpr%28a%2F2%29\"\"%22%22=%22%22\"\"a%5E2%2F8\"\r\n" );
document.write( "\r\n" );
document.write( "So the numerator of the probability is the area of that triangle, for\r\n" );
document.write( "the coordinates of any point within that triangle will represent points\r\n" );
document.write( "on the original line:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "0------------x----------y------------a\r\n" );
document.write( "\r\n" );
document.write( "that satisy the system of inequalities.\r\n" );
document.write( "\r\n" );
document.write( "The denominator of the probability is the area of this triangle:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "Because the coordinates of any point inside this triangle represents \r\n" );
document.write( "a pair of values for x and y that could have been picked on this line:\r\n" );
document.write( "\r\n" );
document.write( "0------------x----------y------------a\r\n" );
document.write( " \r\n" );
document.write( "The area of this triangle is \"expr%281%2F2%29%2Aa%2Aa=expr%281%2F2%29a%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "So the desired probability is  \r\n" );
document.write( "\r\n" );
document.write( "\"%28AREA_OF_SMALLER_TRIANGLE%29%2F%28AREA_OF_LARGER_TRIANGLE%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"+%28%28a%5E2%29%2F8%29+%2F%28a%5E2%2F2%29+\"\"%22%22=%22%22\"\"expr%28a%5E2%2F8%29\"\"%22%22%2A%22%22\"\"expr%282%2Fa%5E2%29\"\"%22%22=%22%22\"\"expr%28cross%28a%5E2%29%2F8%29\"\"%22%22%2A%22%22\"\"expr%282%2Fcross%28a%5E2%29%29\"\"%22%22=%22%22\"\"2%2F8\"\"%22%22=%22%22\"\"1%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );