document.write( "Question 881592: A city is known to have 60% Whites. A sample of 25 people is taken. What is the probability that 15 people in a random sample are white?
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #532322 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .60, n = 25 \n" ); document.write( "P(x=15) = 25C15(.60)^15(.40)^10 0r TI: binompdf(25,.60,15) = .1612 0r 16.12% \n" ); document.write( " |