document.write( "Question 884038: Drawing a card. Four cards are drawn from a deck without replacement. What is the probability a)all are kings b) all are diamonds?\r
\n" );
document.write( "\n" );
document.write( "I attempted to solve using
\n" );
document.write( "a) P(all are kings)= (4/52)(3/51)(2/50)(1/49)\r
\n" );
document.write( "\n" );
document.write( "b) P(all are diamonds)= (13/52)(12/51)(11/50)(10/49)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Answers I got are not correct. \n" );
document.write( "
Algebra.Com's Answer #533953 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! You use the correct logic. \n" ); document.write( "Those are the correct answers. \n" ); document.write( " |