document.write( "Question 1202771: Statistics from the Port Authority of New York and New Jersey show that 70% of the vehicles using the Lincoln Tunnel that connects New York City and New Jersey use E-ZPass to pay the toll rather than stopping at a toll booth. Twelve cars are randomly selected.\r
\n" );
document.write( "\n" );
document.write( "a. How many of the 12 vehicles would you expect to use E-ZPass?
\n" );
document.write( "b. What is the mode of the distribution? What is the probability associated with the mode? (Hint: Mode is the value of X with the highest probability)
\n" );
document.write( "c. What is the probability three or more of the sampled vehicles use E-ZPass? \r
\n" );
document.write( "\n" );
document.write( "Transponder
\n" );
document.write( "0
\n" );
document.write( "1
\n" );
document.write( "2
\n" );
document.write( "3
\n" );
document.write( "4
\n" );
document.write( "5
\n" );
document.write( "6
\n" );
document.write( "7
\n" );
document.write( "8
\n" );
document.write( "9
\n" );
document.write( "10
\n" );
document.write( "11
\n" );
document.write( "12 \n" );
document.write( "
Algebra.Com's Answer #840415 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It's a binomial with n=12 and p=0.7 \n" ); document.write( "the expected value is 8.4 That answers the first part. \n" ); document.write( "For probability of 3 or more, do 1-prob (0,1,2) \n" ); document.write( "prob of 0=0.3^12=0 essentially \n" ); document.write( "prob of 1 is 12*0.7*0.3^11=0.00001 \n" ); document.write( "prob of 2 is 12C2*0.7^2*0.3^10=0.0002 \n" ); document.write( "answer is the 1-sum which is 1-0.0002=0.9998 \n" ); document.write( "- \n" ); document.write( "can check the mode 12C8*0.7^8*0.3^4=0.2311 \n" ); document.write( "and for 9 is 12C9*0.7^9*0.3^3=0.2397 \n" ); document.write( "The mode is 9. \n" ); document.write( " \n" ); document.write( " |