Problem 418. Blood test?
Assuming: the genetic makeup (genotype) of a child is coded as a pair with two components, combining half genotype of one parent with half from the other parent, the possibilities are:
- A+A
- A+B
- A+O
- B+B
- B+O
- O+O
The corresponding blood group of the child will be observed (phenotype) to be A, AB, A, B, B, and O respectively. Given either genotype (3 characters, such as 'A+O') or phenotype (1 or 2 characters, such as 'A' or 'AB') of a child, a putative father, and a putative mother, determine 'maybe' or 'unlikely'.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
5551 Solvers
-
813 Solvers
-
Project Euler: Problem 3, Largest prime factor
1257 Solvers
-
Return the first and last characters of a character array
8393 Solvers
-
Output any real number that is neither positive nor negative
385 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!