document.write( "Question 903554: If I have a 52 card deck, there are 4 suits in a deck with 13 of each suit, if I draw out five cards one time what is the probability that all of the five cards will be the same suit?\r
\n" );
document.write( "\n" );
document.write( "I have attempted this using p=(AnB) * (BnA | AnB) etc
\n" );
document.write( "Ending with 5/52 * 4/51 * 3/50 * 2/49 * 1/48
\n" );
document.write( "120/375,523,200
\n" );
document.write( "I don't think this is correct, I then stumbled upon the equation of
\n" );
document.write( "nCr=4*13C5
\n" );
document.write( "I do not know if I am even close and would just like to have some help understanding what equation to use or what formula and how to plug in the numbers . I would appreciate any help I could get. \n" );
document.write( "
Algebra.Com's Answer #548136 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If I have a 52 card deck, there are 4 suits in a deck with 13 of each suit, if I draw out five cards one time what is the probability that all of the five cards will be the same suit? \n" ); document.write( " I have attempted this using p=(AnB) * (BnA | AnB) etc \n" ); document.write( " Ending with 5/52 * 4/51 * 3/50 * 2/49 * 1/48 \n" ); document.write( " 120/375,523,200 \n" ); document.write( " I don't think this is correct, I then stumbled upon the equation of \n" ); document.write( " nCr=4*13C5 \n" ); document.write( " I do not know if I am even close and would just like to have some help understanding what equation to use or what formula and how 960960to plug in the numbers . I would appreciate any help I could get. \n" ); document.write( "----------------------------------------------- \n" ); document.write( "Method:: \n" ); document.write( "Choose a card suit:: 4 ways \n" ); document.write( "Choose 5 cards from that suit of 13 cards:: 13C5 = 1287 \n" ); document.write( "---- \n" ); document.write( "So # of ways to succeed = 4*1287 = 5148 ways \n" ); document.write( "------- \n" ); document.write( "# of random sdts of 5 cards = 52C5 = 2598960 \n" ); document.write( "====== \n" ); document.write( "Ans:: 1287/2598960 \n" ); document.write( "-------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |