document.write( "Question 297031: When drawing cards without replacement from a standard 52- card deck, find the maximum number of cards you could possibly draw and still get
\n" );
document.write( "(a) fewer than three black cards,
\n" );
document.write( "(b) fewer than six spades,
\n" );
document.write( "(c) fewer than four face cards,
\n" );
document.write( "(d) fewer than two kings
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #213955 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a) all the red cards +2 black \n" ); document.write( "26+2=28 \n" ); document.write( "b)all the non spades \n" ); document.write( "39+5=44 \n" ); document.write( "c)there are 4*3=12 face cards \n" ); document.write( "40 non face cards \n" ); document.write( "40+3=43 \n" ); document.write( "d)48+1=49 \n" ); document.write( " \n" ); document.write( " |