.
A customer-service supervisor regularly conducts a survey of customer satisfaction.
The results of the latest survey indicate that 8% of customers were not satisfied
with the service they received at their last visit to the store.
Of those who are not satisfied, only 22% return to the store within a year.
Of those who are satisfied, 64% return within a year.
A customer has just entered the store. In response to your question, he informs you
that it is less than 1 year since his last visit to the store.
What is the probability that he was satisfied with the service he received?
~~~~~~~~~~~~~~~~~
They want you calculate the conditional probability
P(a customer was satisfied with the service he received | given that he returned within a year)
This probability is the fraction, whose denominator is the number of customers
that returned within a year, while the numerator is the number of customers
that were satisfied AND returned within a year.
The denominator is equal to 0.08*0.22 + (1-0.08)*0.64 = 0.6064.
The numerator is (1-0.08)*0.64 = 0.5888.
The probability is this fraction/(value)
P = = = 0.9710 (rounded).
Solved.