document.write( "Question 457880: Can you please help me solve this problem. Thank you!\r
\n" );
document.write( "\n" );
document.write( "Approximately 73% of all marketing personnel are extroverts, whereas about 69% of all computer programmers are introverts.
\n" );
document.write( "(a) At a meeting of 15 marketing personnel, what is the probability that 10 or more are extroverts? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "What is the probability that 5 or more are extroverts? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "What is the probability that all extroverts? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "(b) In a group of 5 computer programmers, what is the probability that none are introverts? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "What is the probability that 3 or more are introverts? (Use 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "What is the probability that all are introverts? (Use 3 decimal places.) \n" );
document.write( "
Algebra.Com's Answer #314079 by stanbon(75887) ![]() You can put this solution on YOUR website! Approximately 73% of all marketing personnel are extroverts, \n" ); document.write( "about 69% of all computer programmers are introverts. \n" ); document.write( "------------------------ \n" ); document.write( "(a) At a meeting of 15 marketing personnel, what is the probability that 10 or more are extroverts? (Use 3 decimal places.) \n" ); document.write( "Ans: 1- binomcdf(15,0.73,9) = 0.804 \n" ); document.write( "======================================== \n" ); document.write( "What is the probability that 5 or more are extroverts? (Use 3 decimal places.) \n" ); document.write( "Ans: 1- binomcdf(15,0.73,4) = 0.999 \n" ); document.write( "----------------------------------------- \n" ); document.write( "What is the probability that all extroverts? (Use 3 decimal places.) \n" ); document.write( "Ans: (0.73)^15 = 0.009 \n" ); document.write( "--------------------------- \n" ); document.write( "(b) In a group of 5 computer programmers, what is the probability that none are introverts? (Use 3 decimal places.) \n" ); document.write( "Ans: 0.31^3 = 0.030 \n" ); document.write( "--------------------------- \n" ); document.write( "What is the probability that 3 or more are introverts? (Use 3 decimal places.) \n" ); document.write( "Ans: 1- binomcdf(5,0.69,2) = 0.823 \n" ); document.write( "-------------------------------- \n" ); document.write( "What is the probability that all are introverts? (Use 3 decimal places.) \n" ); document.write( "Ans: 0.69^5 = 0.156 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |