Independent solution

How to solve this Bayes' Theorem question

Setup

Setup

Let H denote the home category, A the apartment category, and S survival beyond one year.

Pr(H)=0.4,Pr(A)=0.6\Pr(H)=0.4,\qquad \Pr(A)=0.6

Model

Model

For an exponential lifetime, survival through time t is exp(-t divided by the mean).

Pr(SH)=e1/4,Pr(SA)=e1/2\Pr(S\mid H)=e^{-1/4},\qquad \Pr(S\mid A)=e^{-1/2}

Compute

Compute

Weight each survival likelihood by its category prior and normalize the home contribution.

Pr(HS)=0.4e1/40.4e1/4+0.6e1/2\Pr(H\mid S)=\frac{0.4e^{-1/4}}{0.4e^{-1/4}+0.6e^{-1/2}}
=0.31152031320.6754387090=0.4612118154=\frac{0.3115203132}{0.6754387090}=0.4612118154

Answer

Answer

The conditional home-category probability rounds to 0.46.

0.46(C)\boxed{0.46\quad\text{(C)}}