document.write( "Question 40093: What is the probability of getting two 5's in a row when rolling die?
\n" );
document.write( "What is the probability of selecting two Queeens in a row from a deck of cards? \n" );
document.write( "
Algebra.Com's Answer #25526 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For two fives in a row, the probability is 1/6 * 1/6 = 1/36 \n" ); document.write( "For drawing two queens in a row (without replacing the first one), the probability would be 4/52 * 3/51 = 1/13 * 1/17 = 1/221 \n" ); document.write( " |