Question
What is the systematic approach to solving genetics problems — monohybrid/dihybrid crosses, pedigree analysis, and predicting phenotypic ratios?
Solution — Step by Step
graph TD
A[Genetics Problem] --> B{What type?}
B -->|Given parents, find offspring| C[Cross Problem]
C --> C1{How many traits?}
C1 -->|One trait| C2[Monohybrid Cross]
C1 -->|Two traits| C3[Dihybrid Cross]
B -->|Given family tree| D[Pedigree Analysis]
D --> D1[Determine dominant/recessive]
D --> D2[Determine autosomal/sex-linked]
B -->|Given ratios, find genotype| E[Reverse Cross]
E --> E1[Match ratio to known patterns]
Step-by-step:
- Assign allele symbols (capital = dominant, lowercase = recessive)
- Write the genotypes of both parents
- List the gametes each parent can produce
- Draw the Punnett square
- Read off genotypic and phenotypic ratios
Example — Monohybrid: Tt x Tt (tall x tall, both heterozygous)
| T | t | |
|---|---|---|
| T | TT | Tt |
| t | Tt | tt |
Genotypic ratio: 1 TT : 2 Tt : 1 tt Phenotypic ratio: 3 tall : 1 short
Rule 1: If two affected parents have an unaffected child, the trait is dominant (affected = having the dominant allele, unaffected = homozygous recessive).
Rule 2: If two unaffected parents have an affected child, the trait is recessive (both parents are carriers).
Rule 3: If affected fathers never pass it to sons (only to daughters), the trait is likely X-linked.
Work backwards from the offspring to deduce parent genotypes.
| Ratio | Cross Type | What It Tells You |
|---|---|---|
| 3:1 | Monohybrid Aa x Aa | Simple dominance |
| 1:2:1 | Monohybrid Aa x Aa | Incomplete dominance (3 phenotypes) |
| 9:3:3:1 | Dihybrid AaBb x AaBb | Independent assortment |
| 1:1 | Test cross Aa x aa | Parent was heterozygous |
| 1:1:1:1 | Dihybrid test cross AaBb x aabb | Confirms independent assortment |
| 9:7, 9:3:4, 15:1 | Dihybrid with epistasis | Gene interaction modifying 9:3:3:1 |
NEET loves modified dihybrid ratios (epistasis). If you see 9:7 (complementary), 9:3:4 (recessive epistasis), 12:3:1 (dominant epistasis), or 15:1 (duplicate genes), these are ALL modifications of the 9:3:3:1 base ratio. Learn to identify which groups are being merged.
Why This Works
All genetics problems rest on two laws: Mendel’s Law of Segregation (alleles separate during gamete formation) and Law of Independent Assortment (different genes assort independently). The Punnett square is just a visual tool that systematically applies these laws to predict all possible offspring combinations.
Pedigree analysis works by elimination — you test whether the pattern fits autosomal dominant, autosomal recessive, X-linked dominant, or X-linked recessive, and rule out the ones that create contradictions.
Alternative Method
For dihybrid crosses, instead of a 4x4 Punnett square (16 boxes), use the forked-line method: solve each gene separately as a monohybrid, then multiply the ratios.
Aa x Aa gives 3:1. Bb x Bb gives 3:1. Combined: .
This is much faster for trihybrid and higher crosses.
Common Mistake
In pedigree problems, students often assume the trait is autosomal recessive without checking. Always verify: can the pattern be explained by X-linked inheritance? If an affected father has all carrier daughters and no affected sons, it is X-linked recessive, not autosomal. Check BOTH autosomal and sex-linked possibilities before concluding.