Concept:Use Bayes' theorem to find the probability that both parents are left handed, given that the child is left handed.Explanation:We need P(A∣L), the probability of event A given L.By Bayes' theorem, P(A∣L)=P(L)P(A)⋅P(L∣A)​.Given P(A)=P(B)=P(C)=P(D)=41​.Also, P(L∣A)=10024​.Find total probability P(L) using the law of total probability:P(L)=41​×10024​+41​×1009​+41​×10017​+41​×10022​.Take 41​ common:P(L)=41​×10024+9+17+22​=41​×10072​.Now substitute into Bayes' formula:P(A∣L)=41​×10072​41​×10024​​=7224​=31​.Answer:31​, which is option C.