document.write( "Question 977501: A restaurant donated 6 identical gift cards to be raffled off at a local charity event. At the charity's fundraising event, 12 people buy a raffle ticket to try to win one of the gift cards, and their raffle tickets are placed into a single can. The raffle organizer then randomly picks 6 tickets from the can to determine the gift card winners. How many possible outcomes are there?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #599050 by xxLaurax(5)![]() ![]() You can put this solution on YOUR website! Remember permutation is when order does matter. So 12 people bought the raffle ticket and ONLY 6 people will get pick. \n" ); document.write( "So, first person who gets pick can be anyone of the twelve people. \n" ); document.write( "Second person who gets pick can be anyone of the eleven people. \n" ); document.write( "And this goes on and on once you pick out the sixth person. \n" ); document.write( "P = 12*11*10*9*8*7 = 665,280\r \n" ); document.write( "\n" ); document.write( "You're welcome. \n" ); document.write( " |