document.write( "Question 1030892: The probability that a person owns an iPhone is 0.68, that a person owns an iPad is 0.32,
\n" );
document.write( "and that a person owns both an iPhone and an iPad is 0.14. Find the probability that a person owns
\n" );
document.write( "either an iPhone or an iPad, but not both \n" );
document.write( "
Algebra.Com's Answer #645737 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(A or B) = P(A) + P(B) - P(A and B) \n" ); document.write( "P(A or B) = .68 + .32 - .14 \n" ); document.write( " |