Last verified · v1.0
Calculator · health
Blood Type Inheritance Probability Calculator
Determine the probability of a child inheriting any ABO and Rh blood type combination based on both parents' blood types using Mendelian genetics.
Inputs
Probability Child Has Selected Blood Type
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
How Blood Type Inheritance Works
Blood type inheritance follows classical Mendelian genetics, where each biological parent contributes exactly one allele per gene locus to the child. The overall probability of a child inheriting a specific blood type is calculated as the product of two independent probabilities: the ABO system probability and the Rh factor probability.
The Core Formula
The blood type inheritance probability formula is:
P(child) = PABO(childABO | parent1, parent2) × PRh(childRh | parent1, parent2)
This formula multiplies two independent conditional probabilities. The ABO component determines the likelihood of inheriting a specific ABO blood group, while the Rh component determines the likelihood of inheriting Rh factor status (positive or negative). Because the ABO locus sits on chromosome 9 and the RHD locus on chromosome 1, these traits segregate independently and the multiplication rule of probability applies directly. (Source: Basic Rules of Probability, Colorado State University)
ABO Blood Type Genetics
The ABO blood group system is governed by a single gene with three alleles: IA (dominant, encodes the A antigen), IB (dominant, encodes the B antigen), and i (recessive, encodes no antigen). Each person carries exactly two alleles, producing four possible blood type phenotypes:
- Type A: Genotype IAIA or IAi
- Type B: Genotype IBIB or IBi
- Type AB: Genotype IAIB (codominant expression)
- Type O: Genotype ii (both alleles recessive)
Because phenotypes A and B each arise from two possible underlying genotypes, the calculator accounts for all genotype combinations when computing child probabilities. Population genetics analysis from Kansas State University confirms that the recessive i allele is the most common worldwide, making Type O the most prevalent blood group globally at approximately 44% of the population.
Rh Factor Genetics
The Rh factor is controlled by the RHD gene on chromosome 1. The Rh-positive allele (D) is dominant over the Rh-negative allele (d). Three genotypes determine Rh status:
- Rh+ (D/D): Homozygous dominant — passes one D allele to every child
- Rh+ (D/d): Heterozygous — 50% chance of passing D and 50% chance of passing d
- Rh− (d/d): Homozygous recessive — passes one d allele to every child
Research published in PMC (A Robust and Scalable Algorithm for Accurate Genetic Blood Typing) confirms this dominant-recessive inheritance pattern and underscores the clinical importance of precise Rh typing in transfusion medicine and obstetric care.
Worked Example: Type A+ Father × Type O− Mother
Consider a heterozygous A+ father (genotype IAi, D/d) and an O− mother (genotype ii, d/d):
- ABO cross (IAi × ii): 50% Type A (IAi), 50% Type O (ii)
- Rh cross (D/d × d/d): 50% Rh+ (D/d), 50% Rh− (d/d)
- P(A+) = 0.50 × 0.50 = 25%
- P(A−) = 0.50 × 0.50 = 25%
- P(O+) = 0.50 × 0.50 = 25%
- P(O−) = 0.50 × 0.50 = 25%
All four blood type combinations carry an equal 25% probability. The probabilities of all possible child blood types always sum to exactly 100%.
Variables Explained
- Parent 1 Blood Type (parent1_type): The ABO group (A, B, AB, or O) and Rh factor (+ or −) of the first biological parent.
- Parent 2 Blood Type (parent2_type): The ABO group and Rh factor of the second biological parent.
- Possible Child Blood Type (child_type): The specific target blood type (e.g., B−, AB+) for which the probability is calculated.
Clinical Applications
Blood type inheritance probability carries significant real-world relevance:
- Prenatal care: Identifying Rh incompatibility between an Rh− mother and Rh+ fetus enables timely Rho(D) immune globulin prophylaxis to prevent hemolytic disease of the newborn.
- Paternity assessment: ABO blood typing can definitively exclude paternity in genetically incompatible scenarios, though DNA testing remains the legal and medical standard.
- Transfusion planning: Anticipating a child's likely blood type supports family-directed donation arrangements.
- Genetic counseling: Medical geneticists use these probability distributions to counsel expectant parents about the full range of blood types their children may inherit.
Reference