document.write( "Question 619563: In a city the probability that a person will pass his or her driving test the first attempt is 0.66. Four people are selected at Random from among those taking their driving test for the first time. Determine the following:
\n" );
document.write( "a. The probability that exactly one person passed
\n" );
document.write( "b. The probability that at least two persons passed the test \n" );
document.write( "
Algebra.Com's Answer #389700 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a city the probability that a person will pass his or her driving test the first attempt is 0.66. Four people are selected at Random from among those taking their driving test for the first time. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 4 and p(pass) = 0.66 \n" ); document.write( "----- \r \n" ); document.write( "\n" ); document.write( "Determine the following: \n" ); document.write( "a. The probability that exactly one person passed \n" ); document.write( "P(x = 1) = 4C1*(0.66)*(0.34)^3 = binompdf(4,0.66,1) = 0.1038 \n" ); document.write( "---------------------------------------------------------------- \n" ); document.write( "b. The probability that at least two persons passed the test \n" ); document.write( "P(2<= x <=4) = 1 - binomcdf(4,0.66,1) = 0.8829 \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |