In a Naive Bayes classifier, you are given the following pro…

In a Naive Bayes classifier, you are given the following probabilities: P(Class A) = 0.4 P(Class B) = 0.6 P(Feature X | Class A) = 0.5 P(Feature X | Class B) = 0.5 If Feature X is observed, which class is the sample more likely from and with what normalized probability?