document.write( "Question 430376: You are given the probabilities below:
\n" );
document.write( "P(a) = 0.25
\n" );
document.write( "P(B) = 0.30
\n" );
document.write( "P(C) = 0.55
\n" );
document.write( "P(A and C) = 0.05
\n" );
document.write( "P(b and C) = 0
\n" );
document.write( "P(B|A) = 0.48\r
\n" );
document.write( "\n" );
document.write( "A.) Are A and B independent events? Why or Why not?
\n" );
document.write( "B.) Find P(A and B)
\n" );
document.write( "C.) Find P (A or B)
\n" );
document.write( "D.) Find P(A|B)
\n" );
document.write( "E.) Are B and C mutually exclusive events? Why or why not?
\n" );
document.write( "F.) Are B and C independent events? Provide mathematical proof. \n" );
document.write( "
Algebra.Com's Answer #782303 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The tutor @robertb has a great solution. I don't have much, if anything, to add really except for the fact that if A and B were independent, then,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(A | B) = P(A) \n" ); document.write( "P(B | A) = P(B)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Both must be true for A and B to be independent. We're told that P(B) = 0.30 and P(B | A) = 0.48 which contradicts the second equation shown above. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Put another way: If A and B were independent, then either event would not alter the probability of the other. The notation P(B | A) indicates that we are given event A has happened. Saying P(B|A) = 0.48 is the same as saying \"the probability event B happens is 0.48 given A has happened\". But this is altered from P(B) = 0.30; therefore event A has changed the probability of event B's occurrence. Ultimately the two events are not independent.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "All of this explanation applies to part A only \n" ); document.write( " \n" ); document.write( " |