document.write( "Question 955663: Suppose that the probability of your favorite baseball player getting a hit at each at bat is 0.30. What is the probability that he bats 6 times and gets 2 hits? Assume that each at bat is independent of any other at bat.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #583817 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that the probability of your favorite baseball player getting a hit at each at bat is 0.30. What is the probability that he bats 6 times and gets 2 hits? Assume that each at bat is independent of any other at bat. \n" ); document.write( "------------- \n" ); document.write( "Binomial Problem with n = 6 and p(hit) = 0.3 \n" ); document.write( "--- \n" ); document.write( "P(x = 2) = 6C2*0.3^2*0.7^4 \n" ); document.write( "-------------- \n" ); document.write( "= binompdf(6,0.3,2) \n" ); document.write( "= 0.3241 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------- \n" ); document.write( " |