document.write( "Question 1209507: Recall that there are 4 suits - spades, hearts, clubs, and diamonds - in a standard deck of playing cards. Suppose you play a game in which you draw a card, record the suit, replace it, shuffle, and repeat until you have observed 10 cards. Define X = numbers of spades observed.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Find the probability of observing 3 or fewer spades in this game. Round to three decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849018 by mccravyedwin(407)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Probability of getting a spade = 1/4\r\n" ); document.write( "\r\n" ); document.write( "That's a cumulative binomial distribution problem\r\n" ); document.write( "\r\n" ); document.write( "Got a TI-84?\r\n" ); document.write( "\r\n" ); document.write( "2nd, vars, scroll to binomcdf enter \r\n" ); document.write( "\r\n" ); document.write( "trials:10\r\n" ); document.write( "p:1/4\r\n" ); document.write( "x value:3\r\n" ); document.write( "Paste\r\n" ); document.write( "\r\n" ); document.write( "Scroll to Paste\r\n" ); document.write( "\r\n" ); document.write( "enter\r\n" ); document.write( "\r\n" ); document.write( "see binomcdf(10,1/4,3)\r\n" ); document.write( "\r\n" ); document.write( "enter\r\n" ); document.write( "\r\n" ); document.write( "0.7758750914 round to 0.776\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |