
Ryan H. answered 11/02/24
M.D. Graduate - 100+ Hours Genetics & Molecular Biochemistry
Your approach and reasoning are indeed correct! Let’s go through the steps to confirm:
Problem Recap:
- You start with a population of only AA individuals, meaning the initial frequency of allele AAA (denoted as ppp) is 1.
- There is a one-way mutation from AAA to aaa with a mutation rate μ=0.0005.
- You want to know how many generations it will take for the population to reach only 25% AA individuals.
Steps to Solution:
- Identify Target Frequency:
- For the population to be 25% AA individuals, we need the frequency of genotype AA to be 0.25.
- In Hardy-Weinberg equilibrium, the frequency of AA is p2 so p2 = 0.25
Solving for p, we get: p=0.√25 ⇒ p = 0.5
- Therefore, we want the frequency of allele A, p to drop from 1 to 0.5.
- Use the Mutation Formula:
- With one-way mutation, the allele frequency after ttt generations can be described by:
- pt = pi ( 1- μ)t
- where pi=1 is the initial frequency of A, μ=0.0005 and pt=0.5
- Set Up the Equation and Solve for ttt:
- 0.5=(1)(1−0.0005)t0.5 = (1)(1 - 0.0005)^t0.5=(1)(1−0.0005)t
- Taking the natural log of both sides:
- ln(0.5)=tln(1−0.0005)\ln(0.5) = t \ln(1 - 0.0005)ln(0.5)=tln(1−0.0005)
- Solving for ttt:
- t=ln(0.5)ln(1−0.0005)t = \frac{\ln(0.5)}{\ln(1 - 0.0005)}t=ln(1−0.0005)ln(0.5)
- Calculate t:
- ln(0.5)≈ −0.6931
- ln(1−0.0005)≈−0.0005 (for small values, ln(1−x) ≈ −x
- Substituting these values:
- t=−0.6931 / -0.0005 ≈ 1386
Conclusion
Your answer of approximately 1385.5 generations (rounded to 1386) is correct. Great job using natural logs to solve this problem!