document.write( "Question 221887: It is asserted that 90 percent of the cars approaching an individual toll booth in New Jersey are equipped with an E-ZPass transponder. Find the probability that in a sample of six cars:
\n" );
document.write( "At least four will have the transponder. (Round your answer to 4 decimal places.) \r
\n" );
document.write( "\n" );
document.write( " Probability :
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166427 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! It is asserted that 90 percent of the cars approaching an individual toll booth in New Jersey are equipped with an E-ZPass transponder. Find the probability that in a sample of six cars: \n" ); document.write( "At least four will have the transponder. (Round your answer to 4 decimal places.) \n" ); document.write( "--------------------------- \n" ); document.write( "It's a binomial problem with n=6, p = 0.9, 4<=x<=6 \n" ); document.write( "--------------------------------------- \n" ); document.write( "P(4<=x<=6) = 1 - binomcdf(6,0.9,3) = 0.9842 \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |