document.write( "Question 453899: Help Please!\r
\n" );
document.write( "\n" );
document.write( "It has been estimated that with a sophisticated mathematical strategy, a player can increase the probability of winning at black jack to 10/19. If you play with this strategy, what is the probability that you will win at least 8 games if you play 20? (Use normal approximation)\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #311764 by stanbon(75887) ![]() You can put this solution on YOUR website! It has been estimated that with a sophisticated mathematical strategy, a player can increase the probability of winning at black jack to 10/19. If you play with this strategy, what is the probability that you will win at least 8 games if you play 20? (Use normal approximation) \n" ); document.write( "------------ \n" ); document.write( "mean = np = 20(10/19) = 10.526 \n" ); document.write( "std = sqrt(npq) = sqrt[20(10/19)(9/19)] = 2.233 \n" ); document.write( "---- \n" ); document.write( "z(7.5) = (7.5-10.526)/2.233 = -1.355 \n" ); document.write( "z(20.5) = (20.5-10.526)/2.233 = 4.467 \n" ); document.write( "======= \n" ); document.write( "P(8<= x <=20) = P(-1.355<= z <= 4.467) = 0.9123 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |