Question 3+3 marksOne correct optionIn a Gaussian Mixture Model (GMM) with two components, the parameters are as follows: Component 1: Mean (μ1)=2(\mu_1) = 2(μ1)=2, Variance (σ12)=1(\sigma_1^2) = 1(σ12)=1, Mixture Proportion (π1)=0.6(\pi_1) = 0.6(π1)=0.6 Component 2: Mean (μ2)=5(\mu_2) = 5(μ2)=5, Variance (σ22)=2(\sigma_2^2) = 2(σ22)=2, Mixture Proportion (π2)=0.4(\pi_2) = 0.4(π2)=0.4 Given a data point x=3x = 3x=3, calculate the responsibilities (posterior probabilities) for each component. Hint: N(x∣μ,σ2)=12πσ2exp(−(x−μ)22σ2)\mathcal{N}(x \mid \mu, \sigma^2) = \frac{1}{\sqrt{2\pi\sigma^2}} \exp\left(-\frac{(x-\mu)^2}{2\sigma^2}\right)N(x∣μ,σ2)=2πσ21exp(−2σ2(x−μ)2)ABCD