document.write( "Question 950380: a single card is randomly selected from a standard deck of 52 cards. find the probability that card selected is:
\n" );
document.write( "a) A JACK
\n" );
document.write( "b) NOT A JACK
\n" );
document.write( "c) A RED CARD
\n" );
document.write( "d) A CARD GREATER THEN 2 BUT LESS THAN 5
\n" );
document.write( "e) A RED KING \n" );
document.write( "
Algebra.Com's Answer #580300 by edjones(8007) You can put this solution on YOUR website! a)1/13 \n" ); document.write( "b)12/13 \n" ); document.write( "c)1/2 \n" ); document.write( "d)8/52=2/13 \n" ); document.write( "e)2/52=1/26 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |