document.write( "Question 203204: A corporate executive officer is attempting to arrange a meeting of his three presidents for tomorrow morning. He believes that each of these three busy individuals, independently has a 60% chance of being able to attend the meeting:
\n" );
document.write( "a. Find the probability distribution of x, the number of vice presidents who can attend the meeting
\n" );
document.write( "b. What is the probability that none of the three vice presidents can attend the meeting?
\n" );
document.write( "c. If the meeting will be held tomorrow morning only if everyone can attend, what is the probability that the meeting will take place at this time?
\n" );
document.write( "d. How many of the vice presidents should the CEO expect to be available for tomorrow morning’s meeting?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #153402 by stanbon(75887) ![]() You can put this solution on YOUR website! A corporate executive officer is attempting to arrange a meeting of his three presidents for tomorrow morning. He believes that each of these three busy individuals, independently has a 60% chance of being able to attend the meeting: \n" ); document.write( "a. Find the probability distribution of x, the number of vice presidents who can attend the meeting \n" ); document.write( "It's binomial with n=3 and p=0.6 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "b. What is the probability that none of the three vice presidents can attend the meeting? \n" ); document.write( "P(x=0) = (0.4)^3 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "c. If the meeting will be held tomorrow morning only if everyone can attend, what is the probability that the meeting will take place at this time? \n" ); document.write( "P(x=3) = (0.6)^3 \n" ); document.write( "------------------------------------------------ \n" ); document.write( "d. How many of the vice presidents should the CEO expect to be available for tomorrow morning’s meeting? \n" ); document.write( "E(x) = 0*P(x=0) + 1*P(x=1) + 2*P(x=2) + 3*P(x=3) \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |