The Hardy-Weinberg principle is a cornerstone of population genetics. It provides a mathematical baseline for a non-evolving population. Mastering these calculations requires not just memorizing formulas, but understanding how alleles translate into genotypes and phenotypes across generations.
A population of butterflies has a gene for wing color. Blue wings (B) are dominant over white wings (b). If 16% of the butterflies in a randomly mating population have white wings, calculate the allele frequencies and the percentage of heterozygous butterflies.
Solution:
Step 1: Identify what is given.
White wings represent the recessive phenotype, meaning these individuals must have the genotype bb.
Therefore, the frequency of bb = q2=16%=0.16.
Step 2: Calculate allele frequencies (p and q).
q=0.16=0.4
Since p+q=1, p=1−0.4=0.6(The frequency of the dominant allele B is 0.6, and the recessive allele b is 0.4)
Step 3: Calculate the heterozygous percentage (2pq).
2pq=2(0.6)(0.4)=0.48
Percentage = 48%
Answer: Allele frequencies are p=0.6, q=0.4. 48% of the population are heterozygotes.
In a random mating population of 500 individuals, 455 have the dominant phenotype (tasters of PTC). How many individuals are heterozygous?
Solution:
Step 1: Avoid the trap!
Trap: Assuming 455 is p or p2.
Reality: The dominant phenotype consists of BOTH homozygous dominant (p2) AND heterozygous (2pq) individuals. You cannot easily take the square root of (p2+2pq).
Step 2: Find the recessive phenotype (q2).
Total individuals = 500
Recessive individuals (non-tasters) = Total - Dominant = 500−455=45
q2=50045=0.09
Step 3: Calculate q and p.
q=0.09=0.3
p=1−0.3=0.7
Step 4: Calculate the number of heterozygotes.
Frequency of heterozygotes (2pq) = 2(0.7)(0.3)=0.42
Number of heterozygous individuals = 0.42×500=210
Answer: There are 210 heterozygous individuals in the population.
In humans, red-green color blindness is an X-linked recessive trait. If 8% of the males in a population are colorblind, what percentage of females are expected to be colorblind, and what percentage of females are carriers? Assume the population is in Hardy-Weinberg equilibrium.
Solution:
Step 1: Understand X-linked traits in HWE.
Males are XY. They only have one X chromosome. Therefore, the frequency of the colorblind phenotype in males is exactly equal to the frequency of the recessive allele (q).
Females are XX. They follow the standard p2+2pq+q2 distribution.
Step 2: Establish allele frequencies.
Given male colorblind frequency = 0.08. Therefore, q=0.08.
p=1−0.08=0.92.
Step 3: Calculate female frequencies.
Colorblind females (q2):(0.08)2=0.0064 or 0.64%
Carrier females (2pq):2(0.92)(0.08)=0.1472 or 14.72%
Notice how a seemingly small allele frequency (8%) results in drastically fewer affected females (0.64%) compared to males, because females require two copies of the rare allele!
In a population of 1000 field mice, you observe 90 mice with black fur (homozygous recessive, bb), 420 mice with brown fur (heterozygous, Bb), and 490 mice with agouti fur (homozygous dominant, BB). Is this population in Hardy-Weinberg equilibrium?
Solution:
Crucial Strategy: When you are asked to verify if a population is in HWE, you cannot assume q=q2. You must calculate the actual allele frequencies by counting the alleles directly.
Step 1: Calculate total alleles in the population.
Total individuals = 1000. Total alleles = 1000×2=2000.
Step 2: Count the actual (observed) alleles.
Total 'b' alleles = (90 bb mice×2)+(420 Bb mice×1)=180+420=600.
Total 'B' alleles = (490 BB mice×2)+(420 Bb mice×1)=980+420=1400.
Step 3: Calculate exact allele frequencies.
q=2000600=0.3
p=20001400=0.7
Step 4: Calculate the Expected HWE values and compare.
Answer: Since the observed numbers (490, 420, 90) exactly match the expected numbers (490, 420, 90), yes, the population is in perfect Hardy-Weinberg equilibrium.
The "Square Root of Dominant" Mistake: Never try to take the square root of the dominant phenotypic frequency to find p. The dominant phenotype includes p2 AND 2pq. Always work from the recessive phenotype (q2) if the population is in equilibrium.
Assuming Equilibrium When Asking to Prove It: If a question asks "Is this population in HWE?", you must use the allele-counting method (Problem 4). Do not take the square root of the recessive phenotype, or you will automatically (and incorrectly) force the math to show equilibrium.
Forgetting the '2' in 2pq: Heterozygotes can receive the dominant allele from the mother and recessive from the father, OR vice versa. That's why their frequency is 2×p×q.
Mixing up Frequencies vs. Individuals: Remember that p, q, p2, 2pq, and q2 are frequencies (decimals or percentages). If a question asks for the number of individuals, you must multiply the frequency by the total population size.