document.write( "Question 188411: Art, Becky, Carl, Denise are lined up to buy tickets.
\n" );
document.write( "A. How many different permutations are possible?
\n" );
document.write( "B. Suppose Ed was also in line. How many permutations would there be?
\n" );
document.write( "C. In how many of the permutations of the five is Becky first?
\n" );
document.write( "D. What is the probability that a permutation of this five is chosen at random will have Becky first? \n" );
document.write( "
Algebra.Com's Answer #141342 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Art, Becky, Carl, Denise are lined up to buy tickets. \n" ); document.write( "A. How many different permutations are possible? \n" ); document.write( "Ans: 4! = 4*3*2*1 = 24 \n" ); document.write( "----------------------------------- \n" ); document.write( "B. Suppose Ed was also in line. How many permutations would there be? \n" ); document.write( "Ans: 5! = 5*4*3*2*! = 120 \n" ); document.write( "----------------------------------- \n" ); document.write( "C. In how many of the permutations of the five is Becky first? \n" ); document.write( "Ans: 1*4! = 24 \n" ); document.write( "------------------------------------ \n" ); document.write( "D. What is the probability that a permutation of this five is chosen at random will have Becky first? \n" ); document.write( "Ans: 24/120 = 0.2 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |