document.write( "Question 1093226: A high school baseball player has a 0.258 batting average. In one game, he gets 5 at bats. What is the probability he will get at least 3 hits in the game? \n" ); document.write( "
Algebra.Com's Answer #707938 by Boreal(15235) You can put this solution on YOUR website! It is 5C3, the number of ways 3 hits can occur (10)*0.258^3*0.742^2, the binomial formula \n" ); document.write( "0.0946. \n" ); document.write( "it is nCr*p^n*(1-p)^(n-r) \n" ); document.write( " |