document.write( "Question 1036345: The game of Fizzbin is played with a deck of 30 cards. There are three colors (red, black, blue), with 10 cards in each color (cards are numbered from 1 to 10). Cards are drawn without a replacement.
\n" );
document.write( "1)If a card is drawn at random, what is the probability that the card is a 10?
\n" );
document.write( "2)If the first card is a 10, what is the probability that the second card will also be a 10? \n" );
document.write( "
Algebra.Com's Answer #651007 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The game of Fizzbin is played with a deck of 30 cards. There are three colors (red, black, blue), with 10 cards in each color (cards are numbered from 1 to 10). Cards are drawn without a replacement. \n" ); document.write( "1)If a card is drawn at random, what is the probability that the card is a 10? \n" ); document.write( "P(card is a 10) = 3/30 = 1/10 \n" ); document.write( "------------------------------------- \n" ); document.write( "2)If the first card is a 10, what is the probability that the second card will also be a 10? \n" ); document.write( "P(10 after 10) = (3/30)(2/29 = 0.00690 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |