document.write( "Question 317226: you have a 3 card deck containing a queen king and a jack you draw a card randomly, put the card back and draw another.calculate the probability you draw 1 queen \n" ); document.write( "
Algebra.Com's Answer #227080 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! There are 9 possible draws. \n" ); document.write( "K K \n" ); document.write( "K Q \n" ); document.write( "K J \n" ); document.write( "Q K \n" ); document.write( "Q Q \n" ); document.write( "Q J \n" ); document.write( "J K \n" ); document.write( "J Q \n" ); document.write( "J J \n" ); document.write( "Of those 9 draws, 5 of them had at least 1 Queen. \n" ); document.write( "P(at least 1 Q)=5/9 \n" ); document.write( " |