A fetal test of genetic material is being developed to deter
A fetal test of genetic material is being developed to determine the eye color of a baby. The percentage of humans having brown eyes in given in D1, and the percentage having blue eyes is given in D2. Of those with brown eyes, the percentage carrying a certain genetic marker is given in D3, while of those with blue eyes, the percentage carrying the same marker is given in D4. If a person carries the marker, what is the probability that they will have blue eyes? (Enter your value in cell D6.)
Now, use these probabilities to design a simulation so that column A simulates one thousand people sampled at random for eye color and the marker. That is, enter one of “bm” (for brown without marker), “bM” (for brown with marker), “Bm” (for blue without marker), “BM” (for blue with marker) in each of A1:A1000. Check the validity of your model by giving in G1 the percentage of the simulation with “b”, in G2 the percentage of the simulation with “B”, in G3 the percentage of “b” the simulation with “M”, in G4 the percentage of “B” with “M”. Finally, in G6 give the proportion of “M” with “B”.
Solution
Proportion of b(brown) = 0.82 ,
Proportion of B(blue) = 0.18.
Now Prportion of Marker among b is 0.1
Therefore , brown = brown marker + brown non-marker
0.82 = 0.1*0.82 + 0.9*0.82
= 0.082 + 0.738 .
Similarly proportion of marker among blue eye is 0.89
Blue = Marker + nonmarker
0.18 = 0.89*0.18 + 0.11*0.18
= 0.1602 + 0.0198
Therefore the Proportion of Marker is (Marker And brown) + (Marker and Blue) = 0.082+0.1602 = 0.2422
D6 . The probability that a person will have a Blue eye given he/she has Marker = Prop( Blue eye and Marker)/(Marker) = 0.1602/0.2422 = 0.6614 .
The simulated data summarizes as,
Class Frequency
(brown + marker) 0.077
(brown + nonmarker) 0.765
(blue + marker) 0.139
(blue + nonmarker) 0.019
Percentage of brown = (0.077+0.765) *100 = 84.2%
Percentage of Blue = (0.139 + 0.019)*100 = 15.8%
Percentage of M among b = (0.077/0.842)*100 =9.14%
Percentage of M among B = (0.139/0.158)*100 = 87.97%
Proportion of B given M = (proportion of B and M)/( Proportion of M) = 0.139/(0.077 + 0.139) = 0.6435
