document.write( "Question 663913: You pick 5 apples from a grocery store owned by the professor. The probability of a randomly chosen apple being rotten is 0.518. Let X represent the number of apples that are NOT rotten. Find the probability of X=k in the table below.\r
\n" );
document.write( "\n" );
document.write( "k P(X = k)
\n" );
document.write( "0
\n" );
document.write( "1
\n" );
document.write( "2
\n" );
document.write( "3
\n" );
document.write( "4
\n" );
document.write( "5 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I tried multiplying .482*0 then .482*1 all the way down the table. \n" );
document.write( "
Algebra.Com's Answer #413038 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability of \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Where \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You want:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "and so on.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Happy calculator button punching. If you have Excel on the PC or Numbers on the Mac, then enter =BINOMDIST(k, n, p, FALSE) replacing k, n, and p with the appropriate values. The false means \"not cumulative\" and causes the function to return the probability of exactly k successes. If you use TRUE, you get the probability of k or less. =1 - BINOMDIST(k - 1, n, p, TRUE) gives you the probability of at least k successes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |