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)![]() ![]() 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( "\n" ); document.write( " |