document.write( "Question 431823: 1) In how many ways can a class of 30 students choose 4 of their representatives?\r
\n" );
document.write( "\n" );
document.write( "2) How many elements in the sample space of drawing a card out of a standard deck of 52, tossing a coin, and tossing a 12-face die?\r
\n" );
document.write( "\n" );
document.write( "3) You are drawing two cards out of a standard deck of 52 cards, without replacing the first one back, what is the probability of you drawing a face then an eight card?\r
\n" );
document.write( "\n" );
document.write( "I have a question, how do you know when to use Permutations or Combinations? Both seem similar so it's hard to figure out which equation to use :[
\n" );
document.write( "Thanks so much ! \n" );
document.write( "
Algebra.Com's Answer #299571 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "1) no. of ways = 30C4 = 27405\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2) number of sample space = 52 * 2 * 12 = 1248\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3) probability = (12/52)* (4/51) = 4/221\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |