document.write( "Question 241734: Thirty-two percent of workers in the United States are
\n" );
document.write( "college graduates.You randomly select 50 workers and ask each if he or she
\n" );
document.write( "is a college graduate. (Source: U.S. Bureau of Labor Statistics)
\n" );
document.write( "(a) Find the probability that exactly 12 workers are college graduates.
\n" );
document.write( "(b) Find the probability that at least 14 workers are college graduates.
\n" );
document.write( "(c) Find the probability that fewer than 18 workers are college graduates.
\n" );
document.write( "(d) A committee is looking for 30 working college graduates to volunteer
\n" );
document.write( "at a career fair. The committee randomly selects 150 workers.What is
\n" );
document.write( "the probability that there will not be enough college graduates? \n" );
document.write( "
Algebra.Com's Answer #177095 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a) exactly 12 \n" ); document.write( "50C12*c^12*n^38 \n" ); document.write( "50C12=1.214*10^11 \n" ); document.write( "1.214*10^11*.32^12*.68^38=.0604 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |