document.write( "Question 728498: what is the probability of a baseball player getting 3 hits if his average is .359
\n" );
document.write( "b not hitting a in game
\n" );
document.write( "c. getting a least one hit \n" );
document.write( "
Algebra.Com's Answer #445467 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a. what is the probability of a baseball player getting 3 hits if his average is .359 \n" ); document.write( "Ans: 0.359^3 \n" ); document.write( "-------------------------- \n" ); document.write( "b P(not hitting a hit in game) = (1-0.359)^3 = 0.2634 \n" ); document.write( "---------------------------------- \n" ); document.write( "c. P(getting a least one hit) = 1 - P(no hits) = 0.7366 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |