document.write( "Question 575785: Five numbers are chosen between 1 and 13, inclusive, without replacement. What is the probability that all the numbers are even? \n" ); document.write( "
Algebra.Com's Answer #369610 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Five numbers are chosen between 1 and 13, inclusive, without replacement. What is the probability that all the numbers are even? \n" ); document.write( "=========================== \n" ); document.write( "Initially, there are 6 even numbers out of a total of 13 \n" ); document.write( "After the 1st number is selected, there are 5 even numbers and 12 remaining, etc. \n" ); document.write( "The total probability is the product of the individual probabilities: \n" ); document.write( "P(5 even) = 6/13*5/12*4/11*3/10*2/9 = 0.00466 \n" ); document.write( " |