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 #323417 by poliphob3.14(115)![]() ![]() ![]() You can put this solution on YOUR website! n(S)=C(50000, 3) and n(A)=C(40000, 3) \n" ); document.write( "The p(A), probability that 3 people chosen to be male is:P(A)=n(A)/n(S)\r \n" ); document.write( "\n" ); document.write( "P(A)=C(40000, 3)/C(50000, 3)=0.512. \n" ); document.write( " |