document.write( "Question 326907: event A occurs with probabity 0.1. Event B occurs with probability 0.6. if A and B are independant, then :\r
\n" );
document.write( "\n" );
document.write( "a- p(a and b)= 0.70
\n" );
document.write( "b- p(a or b)= 0.64
\n" );
document.write( "c- p(a and b)= 0.64
\n" );
document.write( "d- p(a or b)= 0.70\r
\n" );
document.write( "\n" );
document.write( "thanks\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #236763 by jrfrunner(365) You can put this solution on YOUR website! if A and B are independent then P(A and B) = P(A)*P(B) = 0.1*0.6=0.06 \n" ); document.write( "also P(A or B) = P(A)+P(B)-P(A and B)= P(A)+P(B)-P(A)*P(B) \n" ); document.write( " = 0.1 +0.6-0.1*0.6=0.7-0.06=0.64 \n" ); document.write( " |