document.write( "Question 246889: A standard deck of 52 playing cards consists of four different suits
\n" ); document.write( "and 13 cards of different ranks in each suit. Four cards will be drawn at
\n" ); document.write( "random without replacement from this deck. The probability that the
\n" ); document.write( "four cards will be all the same suit is k times the probability that they
\n" ); document.write( "will be all the same rank. What is the value of k?
\n" ); document.write( "

Algebra.Com's Answer #180222 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
If I want P1(4 cards same suit), I don't care what
\n" ); document.write( "the 1st card is, so I'll call P1(1st card) = \"1\",
\n" ); document.write( "which means I'm certain to get any one of the cards.
\n" ); document.write( "Now I have that card, and it is a certain suit, say
\n" ); document.write( "clubs. There are 12 clubs left, so my chances of getting
\n" ); document.write( "another club is
\n" ); document.write( "\"P2+=+12%2F51\"
\n" ); document.write( "Now there are 11 clubs left
\n" ); document.write( "\"P3+=+11%2F50\", and
\n" ); document.write( "\"P4+=+10%2F49\"
\n" ); document.write( "\"P%5Bss%5D+=+P1%2AP2%2AP3%2AP4\"
\n" ); document.write( "\"P%5Bss%5D+=+1%2A12%2F51%2A11%2F50%2A10%2F49\"
\n" ); document.write( "-----------------------------------
\n" ); document.write( "There are 13 groups of 4 cards which are the same rank
\n" ); document.write( "I don't care what the 1st card is
\n" ); document.write( "\"P1+=+1\"
\n" ); document.write( "I've got the 1st card. Say it is a 9
\n" ); document.write( "\"P2+=+3%2F51\" is P2(another 9)
\n" ); document.write( "\"P3+=+2%2F50\" is P3(another 9)
\n" ); document.write( "\"P4+=+1%2F49\" is P4(another 9)
\n" ); document.write( "\"P%5Bsr%5D+=+1%2A3%2F51%2A2%2F50%2A1%2F49\"
\n" ); document.write( "--------------------------------------
\n" ); document.write( "given:
\n" ); document.write( "\"P%5Bss%5D+=+k%2AP%5Bsr%5D\"
\n" ); document.write( "\"k+=+P%5Bss%5D%2FP%5Bsr%5D\"
\n" ); document.write( "\"k+=+%2812%2F51%2A11%2F50%2A10%2F49%29%2F%283%2F51%2A2%2F50%2A1%2F49%29\"
\n" ); document.write( "Multiply right side by \"%2851%2A50%2A49%29%2F%2851%2A50%2A49%29\"
\n" ); document.write( "\"k+=+%2812%2A11%2A10%29%2F%283%2A2%2A1%29\"
\n" ); document.write( "\"k+=+220\"
\n" ); document.write( "
\n" ); document.write( "
\n" );