Mendel's Laws of Inheritance

A deep-dive into Mendel's three laws — segregation, independent assortment, and dominance — tracing the probabilistic logic that underlies heredity, with interactive Punnett squares, chi-square testing, and an honest look at where each law breaks down.

Estimated time
~30 min
Difficulty
advanced
Sources
6 sources

You share roughly half your DNA with each of your parents — not a random scattering, but a precise, coin-flip-like process that plays out in every cell that will become a sperm or egg. Gregor Mendel, a monk working with pea plants in Brno in the 1860s, discovered the rules of that coin flip decades before anyone knew what DNA was.

The Phenomenon: Why Children Resemble — But Aren't Identical to — Their Parents

Before we define anything, consider a paradox that puzzled naturalists for centuries: if inheritance worked by blending (as was assumed before Mendel), then after many generations every population should converge on a gray average, and variation would disappear. But variation persists. In fact, a trait can skip a generation entirely and reappear.

Mendel’s genius was to count carefully rather than describe qualitatively. By crossing true-breeding pea plants and tracking thousands of offspring, he saw that traits appear in discrete, reproducible ratios — not a smooth spectrum.

Mendel's F2 Ratios (from the 1866 paper)

In seven independent traits, Mendel counted F2 offspring from self-fertilization of F1 hybrids:

Dominant count Recessive count Observed ratio Expected
Round vs wrinkled seed 547418502.96:13:1
Yellow vs green seed 602220013.01:13:1
Purple vs white flower 7052243.15:13:1
Tall vs short plant 7872772.84:13:1
[Experiments on Plant Hybridization]

Each ratio is not exactly 3:1 — that is the critical statistical point. The ratios approximate 3:1 because of sampling variation. Mendel was observing probability, not determinism.

Check your understanding

Mendel observed a 2.96:1 ratio of round to wrinkled seeds, not exactly 3:1. What does this deviation tell us?

The First Law: Segregation

Law of Segregation (Mendel's First Law) def.

Every diploid organism carries two alleles for each locus. During gamete formation (meiosis), those two alleles segregate from each other so that each gamete receives exactly one allele — chosen at random with equal probability.

The mechanism that implements this law is meiosis I, when homologous chromosomes are pulled to opposite poles of the dividing cell. Each homolog carries one allele; they are physically separated. [Molecular Biology of the Cell]

Unpacking the vocabulary precisely

TermPrecise definitionCommon confusion
AlleleOne variant of a gene at a given locusOften conflated with “gene” itself
LocusThe chromosomal address (position) of a geneNot the gene’s function
HomozygousBoth alleles at a locus are identical (AA or aa)“Pure-breeding” is a functional consequence, not a definition
HeterozygousThe two alleles differ (Aa)Does not imply which phenotype results
GenotypeThe full allelic constitution (AA, Aa, aa)Genotype ≠ phenotype (complete dominance makes Aa look like AA)
PhenotypeThe observable trait expressedSame phenotype can arise from different genotypes

Common misconception

Dominant alleles are more common in a population than recessive alleles.

What's actually true

Dominance describes a molecular interaction — whether one allele’s product is sufficient to produce the full phenotype — not allele frequency. A dominant allele can be extremely rare (e.g., Huntington’s disease allele). A recessive allele can be the majority allele in a population (e.g., the non-sickle allele at the HBB locus in most populations).

From genotype to gametes: a worked derivation

An organism with genotype Aa produces two classes of gametes:

  • Gamete carrying A — probability 1/2
  • Gamete carrying a — probability 1/2

The probability that a diploid offspring receives a specific genotype is the product of independent gamete draws:

  • P(AA) = P(A from parent 1) × P(A from parent 2) = 1/2 × 1/2 = 1/4
  • P(Aa) = P(A from P1)×P(a from P2) + P(a from P1)×P(A from P2) = 2/4 = 1/2
  • P(aa) = 1/2 × 1/2 = 1/4

This is the 1:2:1 genotype ratio. With complete dominance (A masks a), genotypes AA and Aa give the same phenotype, collapsing to a 3:1 phenotype ratio.

Show the formal probability derivation (binomial model)

For a cross Aa × Aa, the offspring genotype distribution follows a binomial model. Let p = P(A gamete) = 0.5, q = P(a gamete) = 0.5. In a diploid offspring:

P(k copies of A)=(2k)pkq2kP(k \text{ copies of A}) = \binom{2}{k} p^k q^{2-k}

  • k=2 (AA): (22)(0.5)2(0.5)0=0.25\binom{2}{2}(0.5)^2(0.5)^0 = 0.25
  • k=1 (Aa): (21)(0.5)1(0.5)1=0.50\binom{2}{1}(0.5)^1(0.5)^1 = 0.50
  • k=0 (aa): (20)(0.5)0(0.5)2=0.25\binom{2}{0}(0.5)^0(0.5)^2 = 0.25

This is precisely the binomial distribution B(2,0.5)B(2, 0.5), confirming that Mendel’s First Law is a statement about fair Bernoulli trials at the gamete level.

Now explore the Punnett square — a 2D tool for visualizing all gamete combination outcomes:

Switch between Monohybrid and Dihybrid modes. Change parental genotypes to see how the grid fills and how phenotype ratios update in real time.

Check your understanding

A plant homozygous dominant (AA) is crossed with a plant homozygous recessive (aa). What fraction of the F1 offspring will show the dominant phenotype under complete dominance?

Dominance Relationships Are Not Always 'Complete'

Mendel’s pea traits happened to show complete dominance — one allele fully masks the other. This is the exception, not the rule.

Complete dominance def.

The heterozygote (Aa) is phenotypically indistinguishable from the homozygous dominant (AA). One functional gene copy is sufficient for the full phenotype.

Incomplete dominance def.

The heterozygote shows a phenotype intermediate between the two homozygotes. Classically: red × white snapdragons produce pink F1. The molecular basis is often gene dosage — one functional copy produces only half the gene product.

Codominance def.

Both alleles are fully and simultaneously expressed in the heterozygote. Example: human ABO blood groups, where the I^A and I^B alleles both specify transferase enzymes that add different sugar residues to the H antigen. An I^A I^B individual expresses both, producing blood type AB. [Genetics: From Genes to Genomes]

The pedagogical consequence: the 3:1 ratio is not universal. It follows from complete dominance in a monohybrid Aa × Aa cross. Change the dominance mode and the phenotype ratio changes even though the genotype ratio (1:2:1) does not.

Switch between complete dominance, incomplete dominance, and codominance. Note how the 3:1 collapses to 1:2:1 when heterozygotes show a distinct phenotype.

Check your understanding

In an incomplete dominance cross (Aa × Aa), what is the expected phenotype ratio?

The Second Law: Independent Assortment

Law of Independent Assortment (Mendel's Second Law) def.

The alleles of two (or more) different loci assort independently of each other during gamete formation — that is, the allele received at one locus provides no information about the allele received at another locus.

The mechanism: when two loci are on different chromosomes (or far apart on the same chromosome), the orientation of homologous pairs at metaphase I is random and independent for each bivalent. [Molecular Biology of the Cell]

For a dihybrid parent (AaBb), this means four gamete types are produced with equal 25% probability each: AB, Ab, aB, ab.

A dihybrid cross (AaBb × AaBb) then produces a 4×4 Punnett square with 16 equally probable cells. Under complete dominance at both loci, the phenotype classes are:

9 A_B_:3 A_bb:3 aaB_:1 aabb16\frac{9 \text{ A\_B\_} : 3 \text{ A\_bb} : 3 \text{ aaB\_} : 1 \text{ aabb}}{16}

This multiplicative rule works only because the two loci are independent — the product rule of probability applies.

Mendel was extraordinarily lucky in his choice of traits. Of the seven pea characteristics he studied, researchers have since shown that at least two pairs are on the same chromosome (loci 1 and 4 in modern notation), but they are far enough apart that crossing-over makes them appear independent. Had he chosen closely linked traits, his data would have contradicted his own model. [Genetics: From Genes to Genomes]

Slide recombination frequency from 0% (fully linked) to 50% (fully independent). Watch how gamete frequencies diverge from equal 25% as linkage increases, and how this predicts deviation from 9:3:3:1.

Common misconception

Mendel's Second Law holds for all gene pairs.

What's actually true

The Second Law holds for unlinked loci (on different chromosomes) or loci separated by enough distance that recombination randomizes their segregation. Linked genes — those close together on the same chromosome — violate independent assortment. T.H. Morgan’s work on Drosophila showed that linkage groups correspond to chromosomes, and recombination frequency is proportional to physical distance. This became the foundation of genetic mapping. [T.H. Morgan and the Chromosome Theory — Nobel Lecture, 1933]

Check your understanding

Two loci are on different chromosomes. Parent 1 has genotype AaBb; parent 2 has genotype aabb. What fraction of offspring are expected to have genotype aabb?

Validating Mendel: Chi-Square Tests and the Statistical Backbone of Genetics

Mendel’s ratios are probabilistic predictions. How do you know whether deviations from 3:1 (or 9:3:3:1) are just sampling noise or evidence that the model is wrong?

The answer is the chi-square goodness-of-fit test — the same test Mendel himself did not formally run, though his data imply he understood its logic.

Chi-square statistic (χ²) def.

A measure of how far observed counts (O) deviate from expected counts (E), normalized by the expected counts:

Under the null hypothesis that the data follow the expected Mendelian ratio, χ² follows a chi-square distribution with degrees of freedom = (number of classes − 1). A high χ² and low p-value means the data deviate more than chance alone predicts.

Mendel's Round-vs-Wrinkled Data

Observed: 5474 round, 1850 wrinkled (total N = 7324). Expected under 3:1: 5493 round, 1831 wrinkled.

χ2=(54745493)25493+(18501831)21831=0.0657+0.197=0.263\chi^2 = \frac{(5474 - 5493)^2}{5493} + \frac{(1850 - 1831)^2}{1831} = 0.0657 + 0.197 = 0.263

With df = 1, the critical value at p = 0.05 is 3.841. Our χ² = 0.263 is far below — Mendel’s data are completely consistent with the 3:1 model. [Experiments on Plant Hybridization]

R.A. Fisher famously argued in 1936 that Mendel’s data fit expected ratios too well — χ² statistics averaged over all experiments were suspiciously low, suggesting possible selective reporting or data adjustment by Mendel’s assistant. This “too-good-to-be-true” claim remains debated in the history of science. [Has Mendel's Work Been Rediscovered?]

Enter your own observed counts (or use Mendel's real numbers). The widget computes χ², degrees of freedom, and an approximate p-value and tells you whether to reject the Mendelian null hypothesis.

Check your understanding

A student counts 280 dominant and 70 recessive offspring in an Aa × Aa cross (N=350). She computes χ² = 2.67 (df=1). What should she conclude?

Where Mendel's Laws Break Down

Mendel’s framework is powerful but not universal. Understanding its limits is what separates a beginner’s grasp from a working geneticist’s toolkit.

Mendelian assumption When it breaks down Mechanism
Complete dominance Universal 3:1 phenotype ratioIncomplete dominance, codominance, haploinsufficiencyGene dosage; both allele products matter
Independent assortment Genes on different chromosomes assort independentlyLinked genes — same chromosome, close proximityRecombination frequency < 50%
One gene, one phenotype Each locus controls one traitEpistasis: gene A masks/modifies gene B's expressionRegulatory and pathway interactions
Constant allele effects Allele always produces the same phenotypePenetrance < 100%; variable expressivityModifier genes, environment, stochasticity
Equal gamete viability All gamete types survive equallyMeiotic drive / segregation distortionSelfish genetic elements bias transmission

Common misconception

Epistasis means genes 'interact' — which Mendel didn't allow for.

What's actually true

Mendel’s Laws describe the transmission of alleles, not their downstream effects. Epistasis operates at the phenotype level: one locus’s product can mask or modify another’s output. The alleles still segregate and assort according to Mendel’s Laws — the genotype ratios remain Mendelian. What changes is the mapping from genotype to phenotype. A 9:3:3:1 dihybrid cross with recessive epistasis at one locus yields a 9:3:4 phenotype ratio — but 16 Punnett square cells, still in the right proportions.

Threshold concept: genotype ratios vs phenotype ratios

Keep these cleanly separated. Genotype ratios are set by segregation and independent assortment — they are Mendelian and not affected by dominance mode, epistasis, or environment. Phenotype ratios are derived from genotype ratios by applying a dominance/epistasis mapping — this is where biology gets complicated. When you see an “unusual” ratio (9:7, 15:1, 12:3:1, etc.), count the Punnett square cells: they always sum to 16 for a dihybrid, with genotype ratios intact.

Check your understanding

In a dihybrid cross (AaBb × AaBb) with duplicate recessive epistasis — where the phenotype requires at least one dominant allele at EITHER locus — what is the expected phenotype ratio?


Synthesis: Build It, Don’t Just Read It

Ownable artifact. On a piece of paper (or a drawing tool), do the following without looking back:

  1. Draw the full 4×4 Punnett square for an AaBb × AaBb cross. Label all 16 cells.
  2. Circle every cell that is A_B_ (dominant at both loci). Count them.
  3. Derive the 9:3:3:1 ratio from your counts — do not use the formula, read it off the grid.
  4. Now suppose the B locus shows incomplete dominance. Redraw just the phenotype distribution — how many phenotype classes do you have now? What are their frequencies?
  5. Finally, calculate χ² if you observed 152 A_B_, 47 A_bb, 49 aaB_, 16 aabb from 264 plants. Does this fit 9:3:3:1?

This exercise takes about 15–20 minutes. The grid construction forces you to hold two independent probability chains in working memory simultaneously — the core cognitive demand of dihybrid reasoning.


Mendel's Laws — Mastery CheckQ 1 / 5

A recessive lethal allele (aa is embryonic lethal) is present in a population of Aa × Aa crosses. What phenotype ratio do you expect among live-born offspring?