document.write( "Question 87650: A and B play a game in which their chances of winning are in the ratio 3:2. Find A's chance of winning of at least three games out of the five games played \n" ); document.write( "
Algebra.Com's Answer #63567 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A and B play a game in which their chances of winning are in the ratio 3:2. Find A's chance of winning of at least three games out of the five games played. \n" ); document.write( "-------- \n" ); document.write( "Prob (win a game ) = 3/5 \n" ); document.write( "Prob (winning at least 3 games) \n" ); document.write( "= 1 - P(winning 0,1,or 2 games) \n" ); document.write( "= 1-binomcdf(5,(3/5),2) \n" ); document.write( "= 0.68256 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |