document.write( "Question 418107: A player of a video game is confronted with a series of four opponents and an 80% probability of defeating each opponent. Assume that the results from opponents are independent (and that when the player is defeated by an opponent the game ends)\r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that a player defeats all four opponents?
\n" );
document.write( "(b) What is the probability that a player defeats at least two of the opponents in a game?
\n" );
document.write( "(c) If the game is played three times, what is the probability that the player defeats all four opponents at least once?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #292739 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A player of a video game is confronted with a series of four opponents and an 80% probability of defeating each opponent. Assume that the results from opponents are independent (and that when the player is defeated by an opponent the game ends) \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 4 and p = 0.8 \n" ); document.write( "----- \n" ); document.write( "(a) What is the probability that a player defeats all four opponents? \n" ); document.write( "Ans: 0.8^4 = 0.4096 \n" ); document.write( "-------------------------------- \n" ); document.write( "(b) What is the probability that a player defeats at least two of the opponents in a game? \n" ); document.write( "Ans: 1 - P(x = 0 or x=1) \n" ); document.write( "= 1 - [0.2^4 + 4C1(0.8)*0.2^3] \n" ); document.write( "= 1 - [0.0016 + 4*0.0064] \n" ); document.write( "= 1 - [0.0080] \n" ); document.write( "= 0.992 \n" ); document.write( "------------------------ \n" ); document.write( "(c) If the game is played three times, what is the probability that the player defeats all four opponents at least once? \n" ); document.write( "P(defeat all at least once out of 3) = 1 - P(losses all three) \n" ); document.write( "= 1 = 0.02^3 \n" ); document.write( "--- \n" ); document.write( "I'll leave that to you. \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |