document.write( "Question 781074: In San Francisco, 30% of workers take public transportation daily.\r
\n" );
document.write( "\n" );
document.write( "a. In a sample of ten workers. what is the probability that exactly three workers take public transportation daily?\r
\n" );
document.write( "\n" );
document.write( "b. In a sample of 10 workers, what is the probability that at least three workers take public transportation daily? \n" );
document.write( "
Algebra.Com's Answer #475782 by edjones(8007)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a) \n" ); document.write( "x=.3, y=.7 \n" ); document.write( "10C3=120 Binomial Theorem \n" ); document.write( "120*x^3*y^7=.267 \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "10C2=45 \n" ); document.write( "45*x^2*y^8=.234 \n" ); document.write( ". \n" ); document.write( "10C1=10 \n" ); document.write( "10*x*y^9=.121 \n" ); document.write( ". \n" ); document.write( "10C0=1 \n" ); document.write( "y10=.7^10=.028 \n" ); document.write( ". \n" ); document.write( ".234+.121+.028=.383 Probability of less than 3 workers taking public trans. \n" ); document.write( "1-.383=.617 the probability that at least three workers take public transportation daily. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |