document.write( "Question 471555: There are 50,000 people at a stadium watching a soccer match, and 40,000 of them are male. If 3 people are chosen at random, what is the probability that all 3 of them are male? \n" ); document.write( "
Algebra.Com's Answer #323418 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p(male)= 40,000/50,000 = = .8 and q(female) = .2
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( " 3 chosen
\n" ); document.write( " P(3 males) = (.8)^3 = .512 \n" ); document.write( "
\n" );