document.write( "Question 523276: From a standard 52-card deck, what are the odds of drawing a 10, a face card, an ace, or a spade? \n" ); document.write( "
Algebra.Com's Answer #347274 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! From a standard 52-card deck, what are the odds of drawing a 10, a face card, an ace, or a spade? \n" ); document.write( "--- \n" ); document.write( "# of 10's: 4 \n" ); document.write( "# of face: 12 \n" ); document.write( "# of ace: 4 \n" ); document.write( "--- \n" ); document.write( "# of spades: 13 \n" ); document.write( "-- \n" ); document.write( "# of ((10 or face or ace) AND spade): 3 \n" ); document.write( "--- \n" ); document.write( "# of ways to \"succeed\" = (4+12+4+13) - 3 = 30 \n" ); document.write( "---- \n" ); document.write( "# of possible outcomes 52 \n" ); document.write( "-- \n" ); document.write( "P(success) = 30/52 \n" ); document.write( "P(failure) = 22/52 \n" ); document.write( "---- \n" ); document.write( "Odds \"in favor of success\" = 30/22 = 15:11 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |