document.write( "Question 835747: A recent study by the American Highway Patrolman’s association reveals that 60% of American drivers use their seat belts. A sample of 15 drivers on interstate 75 is selected.
\n" ); document.write( "a. What is the probability that 6 drivers are using seatbelts?
\n" ); document.write( "b. What is the probability that between 5 and 7 (both included) are wearing seat belts?
\n" ); document.write( "c. What is the probability that more than 8 drivers were wearing seat belts?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #503695 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A recent study by the American Highway Patrolman’s association reveals that 60% of American drivers use their seat belts. A sample of 15 drivers on interstate 75 is selected.
\n" ); document.write( "Binomial Problem with n = 15 and p(use) = 0.60
\n" ); document.write( "---------------------------
\n" ); document.write( "a. What is the probability that 6 drivers are using seatbelts?
\n" ); document.write( "P(x = 6) = 15C6*0.6^6*0.4^9 = binompdf(15,0.6,6) = 0.0612
\n" ); document.write( "----------------------------------------
\n" ); document.write( "b. What is the probability that between 5 and 7 (both included) are wearing seat belts?
\n" ); document.write( "P(5<= x <=7) = binomcdf(15,0.6,7)-binomcdf(15,0.6,4) = 0.2038
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "c. What is the probability that more than 8 drivers were wearing seat belts?
\n" ); document.write( "P(9<= x <= 15) = 1-binomcdf(15,0.6,8) = 0.6098
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------------
\n" ); document.write( "
\n" ); document.write( "
\n" );