document.write( "Question 336208: a customer enters a supermarket. the probability that they will buy bread is 0.6, the probability that they will buy milk is 0.5, and the probability that they will buy both is 0.3. What is the probability that they will buy either bread or milk or both? \n" ); document.write( "
Algebra.Com's Answer #241075 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! P(One or other or both) = P(Buys Bread) + P(Buys Milk) - P(Buys Both)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(One or other or both) = 0.6 + 0.5 - 0.3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(One or other or both) = 1.1 - 0.3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(One or other or both) = 0.8\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of buying one or the other, or both, is 0.8 (which is an 80% chance) \n" ); document.write( " |