# Test Cross Analyzer (determine homozygous vs heterozygous)

Determine genotype (AA vs Aa) by test cross with aa. Any recessive offspring proves heterozygous; zero recessive suggests homozygous with P = 0.5^n. Derived from Mendel 1866, Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.

> Canonical page: https://elysiatools.com/en/tools/test-cross-analyzer

- **Category:** Education

- **Keywords:** test cross, test cross analyzer, backcross, homozygous, heterozygous, genotype determination, mendelian genetics, dominant phenotype, genetics, biology

## Overview

Test Cross Analyzer determines whether a dominant-phenotype parent is likely homozygous (AA) or heterozygous (Aa) from offspring counts in a cross with aa, using a selected significance level and decimal precision.

## Inputs

- **Dominant phenotype offspring count** (number): Number of offspring showing the dominant phenotype.
- **Recessive phenotype offspring count** (number): Number of offspring showing the recessive phenotype.
- **Significance Level** (select): Significance level for the heterozygosity test.
- **Decimal Places** (number)

## When to use

- Determine whether a dominant-phenotype organism is AA or Aa using test-cross offspring data.
- Confirm heterozygosity when at least one recessive-phenotype offspring is observed.
- Evaluate how strongly zero recessive offspring support a likely homozygous result.

## How it works

- Enter the numbers of dominant- and recessive-phenotype offspring.
- The analyzer treats any recessive offspring as evidence that the tested parent is heterozygous (Aa).
- When no recessive offspring are observed, it calculates P(0 recessive) = 0.5^n under the heterozygous hypothesis and compares it with the selected significance level.
- The JSON result reports the total offspring, observed ratio, conclusion, genotype, and relevant probability or confidence values.

## Use cases

- Teaching Mendelian genetics and test-cross logic in biology classes.
- Checking genotype-determination exercises with observed dominant and recessive offspring counts.
- Exploring how sample size changes confidence in a likely homozygous conclusion.

## Frequently asked questions

### What cross does this analyzer assume?

It assumes a test cross between a dominant-phenotype parent with an unknown genotype and a recessive homozygote, aa.

### What does a recessive offspring prove?

A recessive offspring shows that the tested parent contributed a recessive allele, so the parent is heterozygous (Aa).

### What does zero recessive offspring mean?

Zero recessive offspring suggests the parent is likely homozygous (AA), with strength depending on the total offspring count and selected significance level.

### Which significance levels are available?

You can select 0.05, 0.01, or 0.001.

### Is this tool intended for clinical or production decisions?

No. The analyzer is intended for educational use only.

## Related tools

- [Autosomal Dominant Pedigree Analyzer](https://elysiatools.com/en/tools/autosomal-dominant-pedigree): Compute AD offspring risk (Aa×aa 1:1, Aa×Aa 3:1, AA×any all affected), chi-square fit of observed children, and hallmark checks including male-to-male transmission that rules out X-linked dominant. Derived from Griffiths, Hartl & Clark 2007, StatPearls, OMIM. Educational use only.
- [Inbreeding Coefficient Calculator (Wright's F)](https://elysiatools.com/en/tools/inbreeding-coefficient): Compute Wright's F = Σ (1/2)^(n1+n2+1)(1+F_A) over common-ancestor paths, with reference values (full sib 0.25, half sib 0.125, first cousins 0.0625) and elevated recessive risk q² + F·q·(1−q). Derived from Wright 1922, Falconer & Mackay, Hartl & Clark 2007, StatPearls. Educational use only.
- [Kinship Coefficient Calculator (Relationship r & Coancestry φ)](https://elysiatools.com/en/tools/kinship-coefficient): Compute Wright's r = Σ (1/2)^(n1+n2)(1+F_A) and kinship φ = r/2 for two individuals, with reference values (full sib 0.5, half sib 0.25, first cousins 0.125) and relationship-degree classification. Child F = parental φ. Derived from Wright 1922, Falconer & Mackay, Hartl & Clark 2007, Jacquard 1970. Educational use only.
- [LOD Score Calculator (linkage analysis)](https://elysiatools.com/en/tools/lod-score-calculator): Two-point linkage LOD scores from recombinant/non-recombinant meioses: θ̂ = r/N, Zmax, LOD at fixed θ, LOD curve table, Morton thresholds (Z≥3 linkage, Z≤−2 excluded). Derived from Morton 1955, Ott 1999, Griffiths, StatPearls. Educational use only.
- [Pedigree Probability Tree — Offspring Disease Risk](https://elysiatools.com/en/tools/pedigree-probability-tree): Step-by-step Mendelian probability tree for pedigree problems: autosomal recessive P(affected) = carrier × carrier / 4, autosomal dominant both-affected 3/4, X-linked recessive carrier mother → 50% affected sons. Derived from Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.
- [Absorbance↔Transmittance Converter (A = −log₁₀T)](https://elysiatools.com/en/tools/absorbance-transmittance-converter): Convert A ↔ %T ↔ T with A = −log₁₀(T) and %T = 100·T; returns all three representations for spectrophotometry work.
- [PCR Annealing Temperature Calculator (Ta = Tm − 5°C)](https://elysiatools.com/en/tools/annealing-temperature-calculator): PCR Ta by the simple rule (lower primer Tm − 5°C) or the Rychlik 1990 formula (0.3·Tm_primer + 0.7·Tm_product − 14.9), with a ±3°C gradient window and primer-Tm mismatch warning. Derived from Rychlik 1990, Innis & Gelfand 1990, Lorenz 2012. Lab-planning use only.
- [Autosomal Recessive Inheritance Risk Calculator](https://elysiatools.com/en/tools/autosomal-recessive-risk): Compute per-child and cumulative autosomal recessive disease risk from parental statuses (carrier / affected / non-carrier / unknown via population carrier rate), including the 2/3 carrier rule. Derived from Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.

## Samples

- [Path Analyzer Samples](https://elysiatools.com/en/samples/path-analyzer): Comprehensive collection of file system paths from Windows, Linux, and macOS for path analysis and testing
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [URL Query Analyzer Samples](https://elysiatools.com/en/samples/url-with-query-samples): Comprehensive collection of URLs with query parameters for testing URL parsing, encoding validation, and parameter extraction
- [Xamarin Cross-Platform Development Samples](https://elysiatools.com/en/samples/xamarin-samples): Xamarin.Forms and Xamarin.Native implementation examples for cross-platform mobile development with C# and .NET
