Use O for Obese, and D for Develops Diabetes.
Given:
P(O) = .3
P(Oc) = 1-.3 = .7 (not obese)
P(D|O) = .07 (translated: given someone is obese, what is the probability that they develop diabetes)
P(D|Oc) = .02 (translated: given someone is not obese, what is the probability that they develop diabetes)
We will be using Bayes Theorem which says in general P(A|B) = P(A∩B) / P(B)
Now we can find P(D).
P(D) = P(D|O)*P(O) + P(D|Oc)*P(Oc)
P(D) = .07*.3 + .02*.7 = .035
a. P(O∩D) = P(O) * P(D|O) = .3*.07 = .021
b. P(O|D) = P(O∩D) / P(D) = .021 / .035 = 0.6
c. P(Dc) = 1-P(D) = .965
d. Independent if P(O∩D) = P(O) * P(D)
.021 ≠ .3*.035, so not independent