document.write( "Question 403748: Alice and Bob work on a math problem independently. The probability that Alice solves the
\n" );
document.write( "problem is 0.8 and the probability that Bob solves it is 0.6.
\n" );
document.write( "(a) What is the probability that both solve the problem?
\n" );
document.write( "(b) What is the probability that neither solves it?
\n" );
document.write( "(c) What is the probability that exactly one of them solves it?
\n" );
document.write( "(d) Given that exactly one of them solves the problem, what is the probability that it is
\n" );
document.write( "Bob?\r
\n" );
document.write( "\n" );
document.write( "A string of Christmas lights has 20 bulbs and if any bulb fails then the whole string goes out.
\n" );
document.write( "Suppose that each bulb has a 5% chance of failure during the Christmas holidays and that
\n" );
document.write( "the 20 bulbs are independent of each other.
\n" );
document.write( "What is the probability that the string of lights will go out during the holidays? \n" );
document.write( "
Algebra.Com's Answer #285465 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Alice and Bob work on a math problem independently. The probability that Alice solves the problem is 0.8 and the probability that Bob solves it is 0.6. \n" ); document.write( "(a) What is the probability that both solve the problem?:0.6*0.8 \n" ); document.write( "------------------------------ \n" ); document.write( "(b) What is the probability that neither solves it?:0.4*0.2 \n" ); document.write( "------------------------------ \n" ); document.write( "(c) What is the probability that exactly one of them solves it? \n" ); document.write( "Ans: 1 - [0.48+0.08] = 0.44 \n" ); document.write( "--------------------------------- \n" ); document.write( "(d) Given that exactly one of them solves the problem, what is the probability that it is Bob? \n" ); document.write( "Ans: P(Bob|one solves) = P(Bob AND one solves)/P(one solves) \n" ); document.write( "= (0.6*0.2)/0.44 = 0.27 \n" ); document.write( "----------------------------------- \n" ); document.write( "A string of Christmas lights has 20 bulbs and if any bulb fails then the whole string goes out. \n" ); document.write( "Suppose that each bulb has a 5% chance of failure during the Christmas holidays and that the 20 bulbs are independent of each other. \n" ); document.write( "What is the probability that the string of lights will go out during the holidays? \n" ); document.write( "P(failure) = 0.05 \n" ); document.write( "P(not fail) = 0.95 \n" ); document.write( "Ans: P(string out) = 1 - P(none fail) = 1-0.95^20 = 0.6415 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |