document.write( "Question 1058347: widget A = 6
\n" ); document.write( "widget B = 10
\n" ); document.write( "(Total widgets = 16)
\n" ); document.write( "With 6 random samples of the total...\r
\n" ); document.write( "\n" ); document.write( "What is the probability that, of the random sample, at least 4 widgets were from B?\r
\n" ); document.write( "\n" ); document.write( "Find the probability mass function of the number of widget A of the random sample.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #673426 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This would be 6C2*10C4/16C6; 6C2 is 6 choose 2 or 6!/2!4!; nCp is n!/p!(n-p)!
\n" ); document.write( "That is 15*210/8008=3150/8008=0.3934\r
\n" ); document.write( "\n" ); document.write( "P(A=x) is 10C(6-x)*6Cx/524,160, where the denominator is 16*15*14*13*12.
\n" ); document.write( "
\n" );