document.write( "Question 258726: Suppose that 10 numbers are select at random from the interval [0, 1]. Find the probability that the first 5 are less than 1/4 and at least one of the numbers is less than 1/10.
\n" ); document.write( "solve this
\n" ); document.write( "

Algebra.Com's Answer #190582 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
It hasn't occurred to the other tutor that although any one number is just
\n" ); document.write( "as likely to be chosen as any other, it is not as likely that one will be
\n" ); document.write( "chosen between two numbers close together as it is that one will be chosen
\n" ); document.write( "between two numbers far apart.
\n" ); document.write( "----------------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "Suppose that 10 numbers are select at random from the interval [0, 1]. Find the probability that the first 5 are less than 1/4 and at least one of the numbers is less than 1/10.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let's draw the interval [0, 1] and mark the point at \"0\" A,\r\n" );
document.write( "the point at  \"1%2F10\" B, the point at \"1%2F4\" C, and the\r\n" );
document.write( "point at \"1\" D\r\n" );
document.write( "\r\n" );
document.write( "  \r\n" );
document.write( "\r\n" );
document.write( "The probability of choosing a number between A and B is \"1%2F10\".\r\n" );
document.write( "The probability of choosing a number between A and C is \"1%2F4\".\r\n" );
document.write( "The probability of choosing a number between B and C is \"1%2F4-1%2F10=3%2F20\"\r\n" );
document.write( "The probability of choosing a number between B and D is \"1-1%2F10=9%2F10\"\r\n" );
document.write( "\r\n" );
document.write( "The desired probability =\r\n" );
document.write( "\r\n" );
document.write( "P(the first 5 are between A and C) MINUS \r\n" );
document.write( "\r\n" );
document.write( "P(the first 5 are between B and C AND the last 5 are between B and D)\r\n" );
document.write( "\r\n" );
document.write( "=\r\n" );
document.write( "\r\n" );
document.write( "\"%281%2F4%29%5E5+-+%283%2F20%29%5E5%2A%289%2F10%29%5E5\"\r\n" );
document.write( "\r\n" );
document.write( "= .0009317221656\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );