document.write( "Question 1038690: an unfair coin lands heads 65% of the time. This coin is flipped 1500 times. What is the probability that the coin will land heads between 960 and 1000 times \n" ); document.write( "
Algebra.Com's Answer #653415 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the expected value is 1500*0.65=975 times=np \n" ); document.write( "the variance is np(1-p)=975*0.35=341.25 \n" ); document.write( "the sd is the sqrt (341.25)=18.47 \n" ); document.write( "So, this can be approximated by a normal distribution \n" ); document.write( "z=(960-975)/18.47=-0.812 \n" ); document.write( "z=(1000-975)/18.47=1.353 \n" ); document.write( "The probability is that part between these two z-values \n" ); document.write( "it is 70.36% or 0.7036 \n" ); document.write( " |