document.write( "Question 1108496: The numbers from 1 to 11 are randomly chosen one at a time, without
\n" ); document.write( "replacement. Find the probability that the even numbers will be all
\n" ); document.write( "drawn out before the odd.
\n" ); document.write( "

Algebra.Com's Answer #723688 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "{1,2,3,4,5,6,7,8,9,10,11}\r\n" );
document.write( "\r\n" );
document.write( "There are 11 numbers, 6 odds and 5 evens,\r\n" );
document.write( "\r\n" );
document.write( "P(even 1st) = 5/11\r\n" );
document.write( "P(even 2nd) = 4/10\r\n" );
document.write( "P(even 3rd) = 3/9\r\n" );
document.write( "P(even 4th) = 2/8\r\n" );
document.write( "P(even 5th) = 1/7\r\n" );
document.write( "\r\n" );
document.write( "\"%285%2F11%29%284%2F10%29%283%2F9%29%282%2F8%29%281%2F7%29\"\"%22%22=%22%22\"\"1%2F462\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );