Given a set of prior probabilities for an event of interest, Bayes’ formula is used to update the probability of the event, in this case that the car we already know has a radio is red. Bayes’ formula says to divide the Probability of New Information given Event by the Unconditional Probability of New Information and multiply that result by the Prior Probability of the Event. In this case, P(red car has a radio) = 0.70 is divided by 0.76 (which is the Unconditional Probability of a car having a radio (40% are red of which 70% have radios) plus (60% are blue of which 80% have radios) or ((0.40) × (0.70)) + ((0.60) × (0.80)) = 0.76.) This result is then multiplied by the Prior Probability of a car being red, 0.40. The result is (0.70 / 0.76) × (0.40) = 0.37 or 37%.