document.write( "Question 1192250: Hotel A and B offers 2 types of packages that include lodging only or lodging with
\n" ); document.write( "breakfast. From a group of 300 tourists, 30 tourist choose Hotel A for lodging only and
\n" ); document.write( "120 tourists choose Hotel B for lodging with breakfast. Altogether 110 tourists choose to
\n" ); document.write( "stay in Hotel A. A tourist is selected randomly;
\n" ); document.write( "(a) What is the probability that the tourist chooses Hotel A or tourists chooses lodging only?
\n" ); document.write( "(b) What is the probability that the tourist to choose Hotel B for lodging with breakfast, if he chose Hotel B?
\n" ); document.write( "(c) What is the probability that the tourist to choose Hotel A, if he chose lodging without breakfast?
\n" ); document.write( "(d) What is the probability that the tourist chose Hotel A without breakfast or choose Hotel B with breakfast?\r
\n" ); document.write( "\n" ); document.write( "thank you in advance :)
\n" ); document.write( "

Algebra.Com's Answer #849065 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
Here's how to solve this probability problem:\r
\n" ); document.write( "\n" ); document.write( "First, let's organize the data into a table:\r
\n" ); document.write( "\n" ); document.write( "| Hotel | Lodging Only | Lodging with Breakfast | Total |
\n" ); document.write( "|---|---|---|---|
\n" ); document.write( "| A | 30 | 80 (110 total - 30 lodging only) | 110 |
\n" ); document.write( "| B | 90 (210 total - 120 with breakfast) | 120 | 210 |
\n" ); document.write( "| Total | 120 | 200 | 300 |\r
\n" ); document.write( "\n" ); document.write( "**(a) Probability of Hotel A or Lodging Only:**\r
\n" ); document.write( "\n" ); document.write( "P(A or Lodging Only) = P(A) + P(Lodging Only) - P(A and Lodging Only)
\n" ); document.write( "P(A) = 110/300
\n" ); document.write( "P(Lodging Only) = 120/300
\n" ); document.write( "P(A and Lodging Only) = 30/300\r
\n" ); document.write( "\n" ); document.write( "P(A or Lodging Only) = (110/300) + (120/300) - (30/300) = 200/300 = 2/3\r
\n" ); document.write( "\n" ); document.write( "**(b) Probability of Hotel B with Breakfast, given Hotel B:**\r
\n" ); document.write( "\n" ); document.write( "This is a conditional probability. We want P(B with Breakfast | B).\r
\n" ); document.write( "\n" ); document.write( "P(B with Breakfast | B) = P(B with Breakfast and B) / P(B)
\n" ); document.write( "Since \"B with Breakfast\" is a subset of \"B\", P(B with Breakfast and B) = P(B with Breakfast) = 120/300
\n" ); document.write( "P(B) = 210/300\r
\n" ); document.write( "\n" ); document.write( "P(B with Breakfast | B) = (120/300) / (210/300) = 120/210 = 4/7\r
\n" ); document.write( "\n" ); document.write( "**(c) Probability of Hotel A, given Lodging Only:**\r
\n" ); document.write( "\n" ); document.write( "This is also a conditional probability: P(A | Lodging Only)\r
\n" ); document.write( "\n" ); document.write( "P(A | Lodging Only) = P(A and Lodging Only) / P(Lodging Only)
\n" ); document.write( "P(A and Lodging Only) = 30/300
\n" ); document.write( "P(Lodging Only) = 120/300\r
\n" ); document.write( "\n" ); document.write( "P(A | Lodging Only) = (30/300) / (120/300) = 30/120 = 1/4\r
\n" ); document.write( "\n" ); document.write( "**(d) Probability of Hotel A without Breakfast or Hotel B with Breakfast:**\r
\n" ); document.write( "\n" ); document.write( "These are mutually exclusive events (they can't both happen at the same time), so we can simply add their probabilities.\r
\n" ); document.write( "\n" ); document.write( "P(A without Breakfast) = 30/300
\n" ); document.write( "P(B with Breakfast) = 120/300\r
\n" ); document.write( "\n" ); document.write( "P(A without Breakfast or B with Breakfast) = (30/300) + (120/300) = 150/300 = 1/2
\n" ); document.write( "
\n" ); document.write( "
\n" );