document.write( "Question 233019: Six numbers are chosen at random from the whole numbers between 1 and 16 inclusive, without replacement.
\n" ); document.write( "What is the probability that all the numbers are even?
\n" ); document.write( "What is the probability that all the numbers are odd?
\n" ); document.write( "What is the probability that at least one of the numbers is odd?
\n" ); document.write( "

Algebra.Com's Answer #172074 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
8 of the numbers are even and 8 are odd.
\n" ); document.write( "C=n!/((n-r)!r!)
\n" ); document.write( "6C8/6C16
\n" ); document.write( "=.0035 all are even
\n" ); document.write( "=.0035 all are odd
\n" ); document.write( "1-.0035=.9965 at least one is odd.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );