document.write( "Question 1071556: A single card is drawn from a well-shuffled deck of 52 cards. The card is either an
\n" );
document.write( "even number, an odd number or a face card. If we consider aces to be ones, write
\n" );
document.write( "the probability distribution for this random experiment.\r
\n" );
document.write( "\n" );
document.write( "(I'm not sure what a probability distribution is or how to make one) \n" );
document.write( "
Algebra.Com's Answer #686569 by Fombitz(32388) You can put this solution on YOUR website! So then look at the possible choices, \n" ); document.write( "Even:{2,4,6,8,10} \n" ); document.write( "Odd : {1,3,5,7,9} \n" ); document.write( "Face:{J,Q,K} \n" ); document.write( "There are \n" ); document.write( "So the probability of an even card is the number of even cards divided by the number of total cards, \n" ); document.write( "Even : \n" ); document.write( "Odd : \n" ); document.write( "Face : \n" ); document.write( " \n" ); document.write( " |