document.write( "Question 379308: if A and B are independent events P(a)=.4 and P(B)=.6 find P(A U B) \n" ); document.write( "
Algebra.Com's Answer #269313 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
A, B independent , means P(AB) = P(A)*P(B) = 0.24. Then
\n" ); document.write( "P(A U B) = P(A) + P(B) - P(AB) = 0.4 + 0.6 - 0.24 = 0.76.
\n" ); document.write( "
\n" );