document.write( "Question 910033: Nine percent of men and 0.25% of women cannot distinguish between the colors red and green. This is the type of color blindness that causes problems with traffic signals. If 15 men are randomly selected for a study of traffic signal perceptions, find the probability that between 1 and 3 inclusive of them have this type of color blindness. \n" ); document.write( "
Algebra.Com's Answer #552218 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Nine percent of men and 0.25% of women cannot distinguish between the colors red and green. This is the type of color blindness that causes problems with traffic signals. If 15 men are randomly selected for a study of traffic signal perceptions, find the probability that between 1 and 3 inclusive of them have this type of color blindness.
\n" ); document.write( "------------------
\n" ); document.write( "Binomial Problem with n = 15 and p(cb) = 0.09
\n" ); document.write( "----
\n" ); document.write( "P(1<= x <=3)
\n" ); document.write( "= 15C1(0.09)(0.91)^14 + 15C2(0.09)^2(0.91)^13 + 15C3(0.09)^3(0.91)^12
\n" ); document.write( "= binomcdf(15,0.09,3)-binomcdf(15,0.09,1)
\n" ); document.write( "= 0.7171
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );