document.write( "Question 1008083: Six stand up comics, A,B,C,D,E and F are to perform on a single evening at a comedy club. The order of performance is determined by random selection. Find the probability that\r
\n" );
document.write( "\n" );
document.write( "A.Comic D will perform second.\r
\n" );
document.write( "\n" );
document.write( "B.Comic B will perform first and Comic C will perform fourth\r
\n" );
document.write( "\n" );
document.write( "C. The comedians will perform in the following order D,B,C,F,E,A\r
\n" );
document.write( "\n" );
document.write( "D.Comic A or E will perform fourth . \n" );
document.write( "
Algebra.Com's Answer #623850 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Six stand up comics, A,B,C,D,E and F are to perform on a single evening at a comedy club. The order of performance is determined by random selection. Find the probability that \n" ); document.write( "A.Comic D will perform second. \n" ); document.write( "# of ways to succeed:: 1*5! \n" ); document.write( "# of possible outcomes:: 6! \n" ); document.write( "P(D is 2nd) = 5!/6! = 1/6 \n" ); document.write( "------------------------------------ \n" ); document.write( "B.Comic B will perform first and Comic C will perform fourth \n" ); document.write( "# of ways to succeed:: 1*1*4! \n" ); document.write( "P(B 1st and C 4th) = 4!/6! = 1/(6*5) = 1/30 \n" ); document.write( "-------------------------------------- \n" ); document.write( "C. The comedians will perform in the following order D,B,C,F,E,A \n" ); document.write( "Ans: 1/6! \n" ); document.write( "---------------- \n" ); document.write( "D.Comic A or E will perform fourth . \n" ); document.write( "Ans: (2!*4!)/6! \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |