164k views
18 votes
A large operator of timeshare complexes requires anyone interested in making a purchase to first visit the site of interest. Historical data indicates that 20% of all potential purchasers select a day visit, 50% choose a one-night visit, and 30% opt for a two-night visit. In addition, 30% of day visitors ultimately make a purchase, 10% of one-night visitors buy a unit, and 50% of those visiting for two nights decide to buy. Suppose a visitor is randomly selected and is found to have made a purchase. How likely is it that this person made a day visit

User Crashworks
by
8.5k points

1 Answer

5 votes

Answer:

0.2308 = 23.08% probability that this person made a day visit

Explanation:

Conditional Probability

We use the conditional probability formula to solve this question. It is


P(B|A) = (P(A \cap B))/(P(A))

In which

P(B|A) is the probability of event B happening, given that A happened.


P(A \cap B) is the probability of both A and B happening.

P(A) is the probability of A happening.

In this question:

Event A: Visitor made a purchase

Event B: Made a day visit

Probability that a visitor made a purchase:

30% of 20%(day visitors)

10% of 50%(one-night)

50% of 30%(two-night)

So


P(A) = 0.3*0.2 + 0.1*0.5 + 0.5*0.3 = 0.26

Probability of a purchase with a day visit:

30% of 20%. So


P(A \cap B) = 0.3*0.2 = 0.06

How likely is it that this person made a day visit?


P(B|A) = (P(A \cap B))/(P(A)) = (0.06)/(0.26) = 0.2308

0.2308 = 23.08% probability that this person made a day visit

User Ishan Patel
by
8.3k points