document.write( "Question 870491: Phillies' second baseman, Chase Utley, has a batting average of .289. Assume that's the probability of him getting a hit in any
\n" );
document.write( " single at bat. If he has three at bats, find the probability that :\r
\n" );
document.write( "\n" );
document.write( "a. He gets three hits.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. He gets no hits.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c. He gets at least one hit.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #524886 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(hit) = .289 \n" ); document.write( "a) P(x = 3) = (.289)^3 \n" ); document.write( "b) P(x = 0) = (.711)^3 \n" ); document.write( "c. P(at least one) = 1 - P(none) = 1 - (.771)^3 \n" ); document.write( " |