document.write( "Question 664411: Suppose the probability that a person has red hair is .15. If 7 people are selected at random, what is the probability that
\n" );
document.write( "a) all 7 have red hair?
\n" );
document.write( "b) at least 1 has red hair?\r
\n" );
document.write( "\n" );
document.write( "show your work. \n" );
document.write( "
Algebra.Com's Answer #413337 by htmentor(1343) You can put this solution on YOUR website! P(7 have red hair) = 0.15^7 = 1.71E-6 \n" ); document.write( "P(at least 1 have red hair) = 1 - P(none have red hair) \n" ); document.write( "P(none) = 0.85^7 = 0.321 \n" ); document.write( "So the probability that at least one has red hair = 1 - 0.321 = 0.679 \n" ); document.write( " |