Statistics 102 Problem Set 4 Due Monday, 9 March 2015

Size: px
Start display at page:

Download "Statistics 102 Problem Set 4 Due Monday, 9 March 2015"

Transcription

1 Statistics 02 Problem Set 4 Due Monday, 9 March 205 This p-set is due Monday, March 9 at 3:00 pm. We will post the solutions at 3:30 pm, so no late p-sets will be accepted. The p-set is a bit longer than some previous p-sets, but doing these problems will help you prepare for the midterm on March. The midterm will also include material from earlier p-sets. Problem set policies: Please provide concise but clear answers for each question; just writing the result of a calculation (e.g., SD 3.3 ) with no explanation is not sufficient. Each problem set is due by 5:00 pm on the due date; please deposit your problem set in the dropboxes outside Science Center 300, using the box labeled with your TF s name. If you do not have an assigned TF, use the box for the Head TF, Erik Otárola-Castillo. We encourage you to discuss problems with other students (and, of course, with the course head and the TFs), but you must write your final answer, in your own words. s prepared in committee are not acceptable, and you will not have the benefit of having worked the problem when you take the examinations. If you do collaborate with class mates on a problem, please list your collaborators on your solution. This p-set is the last one before the midterm exam. Material on this p-set will consists of some of the topics that will appear in the midterm.. This problem is very similar to the clicker question used in the February 20 lecture (slide 0 in Unit 2). Suppose that the test for drug use mentioned in that problem has a false negative rate of 0.0; i.e., if an employee is a drug user, the test will incorrectly test negative with probability 0.0 and correctly indicate positive with probability Now suppose the company HR department will test 4 employees who it correctly suspects are drug users. (a) Using the algebraic method we used to calculate the answer to the clicker question, find the probability that at least one of these employees will correctly test positive. (b) Optional part, not graded, no extra credit, but a good learning experience. Modify the R code we used in lecture to solve the clicker question to verify your answer to part (a). Important note: R coding at this level will not be covered on the midterm exam.

2 (a) There are 4 employees, all of whom use drugs. P (At least one tested positive) P (none tested positive) P (all tested negative) P (e tested -) P (e2 tested -) P (e3 tested -) P (e4 tested -) (0.) Assuming independence between employees results. 2. This problem also is based on a clicker question, and is more realistic than the version we did in class. Here is the problem statement: An autosomal recessive condition affects newborn in 0,000. If a parent of a child affected by this condition remarries, what is the risk of producing an affected child in the new marriage? Unlike in class, however, find this probability under the assumption that homozygotes with this condition do mate and reproduce. You may find it easier to solve this by starting with a tree diagram, such as the one on slide 44. There are essentially 4 steps: (a) What could have been the genotypes of the parents in the old marriage that is, if X having an old affected child, what are P(AaAa X), P(Aaaa X), and P(aaaa X)? Note: We do not need to look at cases involving AA, because such parent could never produce an affected offspring. (b) Given that, what are the probabilities of having specific genotypes for a single parent P(Aa X) and P(aa X)? (c) Now that we have the probabilities in (b), what are the probabilities of the possible combinations of new marriages that could result in an affected child? That is, if ij represents the genotype of a new partner, what are P(Aa x Aa ), P(Aa x aa ), P(aa x Aa ), and P(aa x aa ), given X? (d) With these probabilities, defining Y having a new affected child, we can finally find P(Y X). This could be better illustrated with a tree as follows. We want all the probabilities of the branches that end in Y: 2

3 X AaAa Aaaa aaaa Aa Aa aa Y Y Y Y Aa Aa aa Y Y Y Y aa Aa aa Y Y Y Y aa Aa aa Y Y Y Y (a) First Branches P (X AaAa)P (AaAa) P (AaAa X) P (X) P (X) P (X AaAa)P (AaAa) + P (X Aaaa)P (Aaaa) + P (X aaaa)p (aaaa) 4 [P (Aa)] [(Aa)][P (aa)] + [P (aa)]2 Assume independent mating Now, we know that this autosomal recessive condition affects 0,000 Thus, from Hardy-Weinberg, we know that P (aa) q 2 0,000 P (a) q. P (A) p is therefore It follows that P (Aa) 2pq, and P (aa) q 2. P (X) 4 [2pq] [2pq][q2 ] + [q 2 ] (b) Second Branches of newborns. and thus P (X AaAa)[P (Aa)]2 P (AaAa X) P (X) () 4 4 [2pq] [2pq][q2 ] + [q 2 ] 2 (2) P (X Aaaa)[P (Aa)][P (aa)] P (Aaaa X) P (X) (3) 2 ] 4 [2pq] [2pq][q2 ] + [q 2 ] 2 (4) P (X aaaa)[p (aa)]2 P (aaaa X) P (X) (5) [q 2 ] 2 4 [2pq] [2pq][q2 ] + [q 2 ] 2 (6) 3

4 P(Aa first-left branch) P(Aa first-middle branch) 2 P(aa first-middle branch) 2 P(aa first-right branch) Thus, the probability of the affected-child parent being (Aa) (2) + (4), 2 and the probability of the affected-child parent being (aa) (4) + (6). 2 (c) Third Branches In the new marriage, assuming independent mating, we get the following probabilities: P (Aa Aa ) ( (2) + 2 ) (4) (2[p][q]) (7) P (Aa aa ) ( (2) + 2 ) (4) ([q 2 ] ) (8) ( ) P (aa Aa ) (4) + (6) (2[p][q]) (9) 2 ( ) P (aa aa ) (4) + (6) ([q 2 ] ) (0) 2 (d) Fourth Branches Now we look at the probability of having an affected child in a new marriage (Y). In the case of Aa Aa, P (Y Aa Aa ) P (Y Aa Aa )P (Aa Aa ) 4 (7). In the case of Aa aa, P (Y Aa aa ) P (Y Aa aa )P (Aa aa ) 2 (8). In the case of aa Aa, P (Y aa Aa ) P (Y aa Aa )P (aa Aa ) 2 (9). In the case of aa aa, P (Y aa aa ) P (Y aa aa )P (aa aa ) (0). The final answer is therefore P (Y X) (7) + (8) + (9) + (0). Equations (7) (0) are defined above. Substituting the values of p and q into in the expression above, and we get the final answer, P (Y X). 3. This problem was stated at the beginning of Unit 2, and is stated again in slide 62 of Unit 2. Solve this problem algebraically, using the formula on slide 60; the use of the formula will be illustrated in lecture. The National Cancer Institute estimates that approximately 3.65% of women in their 60 s get breast cancer. A mammogram typically identifies a breast cancer about 85% of the time, and is correct 95% of the time when a woman does not have breast cancer. 4

5 If a woman in her 60 s has a positive mammogram, what is the likelihood she has breast cancer? The code for solving this computationally is on slides and is posted on the web site, under resources. If you run the code (unchanged), you can use the result to check your algebraic solution. P (+ mammogram cancer) P (cancer) P (cancer + mammogram) P (+ mammogram) P (+ mammogram) P (+ mammogram cancer) P (cancer) Thus, + P (+ mammogram NO cancer) P (NO cancer) 0.85 (0.0365) + ( 0.95) ( ) P (+ mammogram cancer) P (cancer) P (cancer + mammogram) P (+ mammogram) 0.85 (0.0365) 0.85 (0.0365) + ( 0.95) ( ) Therefore, the probability that a woman has breast cancer, given that she s in her 60 s and has a positive mammogram, is A psychologist conducts a study on intelligence in which participants are asked to take an IQ test consisting of n questions, each with m choices. (a) One thing the psychologist must be careful about when analyzing the results is accounting for lucky guesses. Suppose that for a given question a particular participant either knows the answer or guesses. He or she knows the correct answer with probability p, and does not know the answer (and therefore will have to guess) with probability p. He/she guesses completely randomly. What is the conditional probability that the participant knew the answer to a question, given that he answered it correctly? (b) About in 00 people have IQs over 50. If a subject receives a score of greater than some specified amount, he/she is considered by the psychologist to have an IQ over 50. But the psychologist s test is not perfect. Although all individuals with IQ over 50 will definitely receive such a score, individuals with IQs less than 50 can also receive such scores about 0.% of the time due to lucky guessing. Given that a subject in the study is labeled as having an IQ over 50, what is the probability that he actually has an IQ below 50? 5

6 (a) P(knows answer answered correctly) P (A B) P (A B) P (B A)P (A) P (B) P (B) P (B A)P (A) + P (B A c )P (A c ) P (A) p P (A c ) p P (B A) P (B A c ) /m P (A B) P (B A)P (A) P (B) P (B A)P (A) P (B A)P (A) + P (B A c )P (A c ) p p + ( p) m (b) P(true IQ<50 Score indicates IQ > 50)P (A B) By Bayes Rule P (A B) P (B A)P (A) P (B A)P (A) + P (B A c )P (A c ) P (A c ) P (IQ 50) 00 P (A) P (Ac ) P (B A) 0.% 000 P (B Ac ) P (A B) P (B A)P (A) P (B A)P (A) + P (B A c )P (A c ) (FB, 3.). Suppose a birth defect has a recessive form of inheritance. In a study population, the recessive gene (a) initially has a prevalence of 25%. A member of the population has the birth defect if he/she has genotype (aa). (a) In the general population, what is the probability that an individual will have the birth defect, assuming non-associative mating. Another study finds that after 0 generations ( 200 years), considerable inbreeding has occurred in the population. The general population now consists of two subpopulations (A and B) that make up 30% and 70% of the general population. In subpopulation A, the prevalence of the recessive gene is 40%; in subpopulation B the prevalence is 0%. 6

7 (b) Suppose that in 25% of marriages both parents are from subpopulation A, in 65% both are from B, and in 0%, one partner comes from A and one from B. What is the probability of a birth defect in the next generation? (c) Suppose that a baby is born with a birth defect, but the genotypes of the baby s parents are unknown. What is the probability that the baby has both parents from A, both from B, or one from each subpopulation? Use Bayes rule for this last part. (a) P (aa) q 2 [P (a)] (b) q a P (a) in A 0.40 q b P (a) in B0.0 P (AA) Probability both parents from A0.25 P (BB) both from B 0.65 P (AB) one from A and B0.0 P (aa) P (AA)qa 2 + P (BB)qb 2 + P (AB)q a q b 0.25(0.40) (0.0) (0.40)(0.0) (c) P (AA aa) P (BB aa) P (AB aa) P (aa AA)P (AA) P (aa) P (aa BB)P (BB) P (aa) P (aa AB)P (AB) P (aa) or P (AB aa) P (AA aa) P (BB aa) (IPS 6 th edition, 4.42). Some traits of plants and animals depend on inheritance of a single gene. This is called Mendelian inheritance, after Gregor Mendel ( ). The exercises are based on the following information about Mendelian inheritance of blood type. Each of us has an ABO blood type, which describes whether two characteristics called A and B are present. Every human being has two blood type alleles (gene forms), one inherited from our mother and one from our father. Each of these alleles can be A, B, or O. Which two we inherit determines our blood type. The following table shows what our blood type is for each combination of two alleles: 7

8 Alleles inherited A and A A and B A and O B and B B and O O and O Blood type A AB A B B O We inherit each of a parent s two alleles with probability 0.5. We inherit independently from our mother and father. Here is the problem statement: Hannah and Jacob both have alleles A and B. (a) What blood types can their children have? (b) What is the probability that their next child has each of these blood types? (a) Parents both have one allele A and one allele B. Children can therefore have genotypes AA, AB, BA, and BB, resulting in a blood type A, AB, AB, and B. (b) From (a) we see that P (type A) +, P (type AB), and P (type B) This problem also uses the information on Mendelian inheritance. Jasmine has alleles A and O. Joshua has alleles B and O. (a) What is the probability that a child of these parents has blood type O? (b) If Jasmine and Joshua have three children, what is the probability that all three have blood type O? What is the probability that the first child has blood type O and the next two do not? (a) One half of the parents alleles are O, one quarter are A, and the other quarter are B. Therefore, P(O)0.5, P(A)0.25, and P(B)0.25. P(Blood TypeO)P(genotypeOO)P(O) (b) Using the multiplication rule for independent events, P (OOx3) [P (OO)] P (not OO) P (OO) P (OO and not OOx2) P (OO)[P (not OO)]

9 8. (Open Intro, 2.20). Assortative mating is a non-random mating pattern where individuals with similar genotypes and/or phenotypes mate with one another more frequently than would be expected under a random mating pattern. Researchers studying this topic collected data on eye colors of Scandinavian men and their female partners. The table below summarizes the results. For simplicity, we only include heterosexual relationships in this exercise. The full study appears in Laeng, et al., Behavioral Ecology and Sociobiology (2007) pp Self (male) Partner (female) Blue Brown Green Total Blue Brown Green Total (a) What is the probability that a randomly chosen male respondent or his partner has blue eyes? (b) What is the probability that a randomly chosen male respondent with blue eyes has a partner with blue eyes? (c) What is the probability that a randomly chosen male respondent with brown eyes has a partner with blue eyes? What about the probability of a randomly chosen male respondent with green eyes having a partner with blue eyes? (d) Does it appear that the eye colors of male respondents and their partners are independent? Explain your reasoning. (a) A: femaleblue; B:maleBlue P (A) 08 P (B) 4 P (A B) 78 P (A B) P (A) + P (B) P (A B) (b) This is the conditional probability P(female has blue eyes male has blue eyes) P (A B). P (A B) male and female with blue eyes blue-eyed males row, column row 78 4 or P (A B) P (A B) P (B) 78/ 4/

10 (c) P (female with blue eyes male with brown eyes) row 2, column row row 3, column P (female with blue eyes male with green eyes) row 3 36 (d) No, the events are not independent. P (female with blue eyes male with blue eyes) P (female with blue eyes) Similar justifications based on green or brown eyes also receive full credit. 0

Heredity. Sarah crosses a homozygous white flower and a homozygous purple flower. The cross results in all purple flowers.

Heredity. Sarah crosses a homozygous white flower and a homozygous purple flower. The cross results in all purple flowers. Heredity 1. Sarah is doing an experiment on pea plants. She is studying the color of the pea plants. Sarah has noticed that many pea plants have purple flowers and many have white flowers. Sarah crosses

More information

A trait is a variation of a particular character (e.g. color, height). Traits are passed from parents to offspring through genes.

A trait is a variation of a particular character (e.g. color, height). Traits are passed from parents to offspring through genes. 1 Biology Chapter 10 Study Guide Trait A trait is a variation of a particular character (e.g. color, height). Traits are passed from parents to offspring through genes. Genes Genes are located on chromosomes

More information

Mendelian inheritance and the

Mendelian inheritance and the Mendelian inheritance and the most common genetic diseases Cornelia Schubert, MD, University of Goettingen, Dept. Human Genetics EUPRIM-Net course Genetics, Immunology and Breeding Mangement German Primate

More information

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck! STP 231 EXAM #1 (Example) Instructor: Ela Jackiewicz Honor Statement: I have neither given nor received information regarding this exam, and I will not do so until all exams have been graded and returned.

More information

Mendelian and Non-Mendelian Heredity Grade Ten

Mendelian and Non-Mendelian Heredity Grade Ten Ohio Standards Connection: Life Sciences Benchmark C Explain the genetic mechanisms and molecular basis of inheritance. Indicator 6 Explain that a unit of hereditary information is called a gene, and genes

More information

Heredity - Patterns of Inheritance

Heredity - Patterns of Inheritance Heredity - Patterns of Inheritance Genes and Alleles A. Genes 1. A sequence of nucleotides that codes for a special functional product a. Transfer RNA b. Enzyme c. Structural protein d. Pigments 2. Genes

More information

Hardy-Weinberg Equilibrium Problems

Hardy-Weinberg Equilibrium Problems Hardy-Weinberg Equilibrium Problems 1. The frequency of two alleles in a gene pool is 0.19 (A) and 0.81(a). Assume that the population is in Hardy-Weinberg equilibrium. (a) Calculate the percentage of

More information

LAB : PAPER PET GENETICS. male (hat) female (hair bow) Skin color green or orange Eyes round or square Nose triangle or oval Teeth pointed or square

LAB : PAPER PET GENETICS. male (hat) female (hair bow) Skin color green or orange Eyes round or square Nose triangle or oval Teeth pointed or square Period Date LAB : PAPER PET GENETICS 1. Given the list of characteristics below, you will create an imaginary pet and then breed it to review the concepts of genetics. Your pet will have the following

More information

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS

EXAM. Exam #3. Math 1430, Spring 2002. April 21, 2001 ANSWERS EXAM Exam #3 Math 1430, Spring 2002 April 21, 2001 ANSWERS i 60 pts. Problem 1. A city has two newspapers, the Gazette and the Journal. In a survey of 1, 200 residents, 500 read the Journal, 700 read the

More information

PRACTICE PROBLEMS - PEDIGREES AND PROBABILITIES

PRACTICE PROBLEMS - PEDIGREES AND PROBABILITIES PRACTICE PROBLEMS - PEDIGREES AND PROBABILITIES 1. Margaret has just learned that she has adult polycystic kidney disease. Her mother also has the disease, as did her maternal grandfather and his younger

More information

Basic Principles of Forensic Molecular Biology and Genetics. Population Genetics

Basic Principles of Forensic Molecular Biology and Genetics. Population Genetics Basic Principles of Forensic Molecular Biology and Genetics Population Genetics Significance of a Match What is the significance of: a fiber match? a hair match? a glass match? a DNA match? Meaning of

More information

Chapter 9 Patterns of Inheritance

Chapter 9 Patterns of Inheritance Bio 100 Patterns of Inheritance 1 Chapter 9 Patterns of Inheritance Modern genetics began with Gregor Mendel s quantitative experiments with pea plants History of Heredity Blending theory of heredity -

More information

DRAGON GENETICS LAB -- Principles of Mendelian Genetics

DRAGON GENETICS LAB -- Principles of Mendelian Genetics DragonGeneticsProtocol Mendelian Genetics lab Student.doc DRAGON GENETICS LAB -- Principles of Mendelian Genetics Dr. Pamela Esprivalo Harrell, University of North Texas, developed an earlier version of

More information

DNA Determines Your Appearance!

DNA Determines Your Appearance! DNA Determines Your Appearance! Summary DNA contains all the information needed to build your body. Did you know that your DNA determines things such as your eye color, hair color, height, and even the

More information

CCR Biology - Chapter 7 Practice Test - Summer 2012

CCR Biology - Chapter 7 Practice Test - Summer 2012 Name: Class: Date: CCR Biology - Chapter 7 Practice Test - Summer 2012 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A person who has a disorder caused

More information

GENETIC CROSSES. Monohybrid Crosses

GENETIC CROSSES. Monohybrid Crosses GENETIC CROSSES Monohybrid Crosses Objectives Explain the difference between genotype and phenotype Explain the difference between homozygous and heterozygous Explain how probability is used to predict

More information

Bio EOC Topics for Cell Reproduction: Bio EOC Questions for Cell Reproduction:

Bio EOC Topics for Cell Reproduction: Bio EOC Questions for Cell Reproduction: Bio EOC Topics for Cell Reproduction: Asexual vs. sexual reproduction Mitosis steps, diagrams, purpose o Interphase, Prophase, Metaphase, Anaphase, Telophase, Cytokinesis Meiosis steps, diagrams, purpose

More information

If you crossed a homozygous, black guinea pig with a white guinea pig, what would be the phenotype(s)

If you crossed a homozygous, black guinea pig with a white guinea pig, what would be the phenotype(s) Biological Principles Name: In guinea pigs, black hair (B) is dominant to white hair (b). Homozygous black guinea pig White guinea pig Heterozygous black guinea pig Genotype Phenotype Why is there no heterozygous

More information

Terms: The following terms are presented in this lesson (shown in bold italics and on PowerPoint Slides 2 and 3):

Terms: The following terms are presented in this lesson (shown in bold italics and on PowerPoint Slides 2 and 3): Unit B: Understanding Animal Reproduction Lesson 4: Understanding Genetics Student Learning Objectives: Instruction in this lesson should result in students achieving the following objectives: 1. Explain

More information

Additional Probability Problems

Additional Probability Problems Additional Probability Problems 1. A survey has shown that 52% of the women in a certain community work outside the home. Of these women, 64% are married, while 86% of the women who do not work outside

More information

AP: LAB 8: THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics

AP: LAB 8: THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics Ms. Foglia Date AP: LAB 8: THE CHI-SQUARE TEST Probability, Random Chance, and Genetics Why do we study random chance and probability at the beginning of a unit on genetics? Genetics is the study of inheritance,

More information

Exploring contact patterns between two subpopulations

Exploring contact patterns between two subpopulations Exploring contact patterns between two subpopulations Winfried Just Hannah Callender M. Drew LaMar December 23, 2015 In this module 1 we introduce a construction of generic random graphs for a given degree

More information

P (B) In statistics, the Bayes theorem is often used in the following way: P (Data Unknown)P (Unknown) P (Data)

P (B) In statistics, the Bayes theorem is often used in the following way: P (Data Unknown)P (Unknown) P (Data) 22S:101 Biostatistics: J. Huang 1 Bayes Theorem For two events A and B, if we know the conditional probability P (B A) and the probability P (A), then the Bayes theorem tells that we can compute the conditional

More information

Can receive blood from: * I A I A and I A i o Type A Yes No A or AB A or O I B I B and I B i o Type B No Yes B or AB B or O

Can receive blood from: * I A I A and I A i o Type A Yes No A or AB A or O I B I B and I B i o Type B No Yes B or AB B or O Genetics of the ABO Blood Groups written by J. D. Hendrix Learning Objectives Upon completing the exercise, each student should be able: to explain the concept of blood group antigens; to list the genotypes

More information

Genetics 1. Defective enzyme that does not make melanin. Very pale skin and hair color (albino)

Genetics 1. Defective enzyme that does not make melanin. Very pale skin and hair color (albino) Genetics 1 We all know that children tend to resemble their parents. Parents and their children tend to have similar appearance because children inherit genes from their parents and these genes influence

More information

Problems 1-6: In tomato fruit, red flesh color is dominant over yellow flesh color, Use R for the Red allele and r for the yellow allele.

Problems 1-6: In tomato fruit, red flesh color is dominant over yellow flesh color, Use R for the Red allele and r for the yellow allele. Genetics Problems Name ANSWER KEY Problems 1-6: In tomato fruit, red flesh color is dominant over yellow flesh color, Use R for the Red allele and r for the yellow allele. 1. What would be the genotype

More information

7A The Origin of Modern Genetics

7A The Origin of Modern Genetics Life Science Chapter 7 Genetics of Organisms 7A The Origin of Modern Genetics Genetics the study of inheritance (the study of how traits are inherited through the interactions of alleles) Heredity: the

More information

Variations on a Human Face Lab

Variations on a Human Face Lab Variations on a Human Face Lab Introduction: Have you ever wondered why everybody has a different appearance even if they are closely related? It is because of the large variety or characteristics that

More information

CHROMOSOMES AND INHERITANCE

CHROMOSOMES AND INHERITANCE SECTION 12-1 REVIEW CHROMOSOMES AND INHERITANCE VOCABULARY REVIEW Distinguish between the terms in each of the following pairs of terms. 1. sex chromosome, autosome 2. germ-cell mutation, somatic-cell

More information

Lesson Plan: GENOTYPE AND PHENOTYPE

Lesson Plan: GENOTYPE AND PHENOTYPE Lesson Plan: GENOTYPE AND PHENOTYPE Pacing Two 45- minute class periods RATIONALE: According to the National Science Education Standards, (NSES, pg. 155-156), In the middle-school years, students should

More information

About The Causes of Hearing Loss

About The Causes of Hearing Loss About 1 in 500 infants is born with or develops hearing loss during early childhood. Hearing loss has many causes: some are genetic (that is, caused by a baby s genes) or non-genetic (such as certain infections

More information

2 GENETIC DATA ANALYSIS

2 GENETIC DATA ANALYSIS 2.1 Strategies for learning genetics 2 GENETIC DATA ANALYSIS We will begin this lecture by discussing some strategies for learning genetics. Genetics is different from most other biology courses you have

More information

Bayes Theorem & Diagnostic Tests Screening Tests

Bayes Theorem & Diagnostic Tests Screening Tests Bayes heorem & Screening ests Bayes heorem & Diagnostic ests Screening ests Some Questions If you test positive for HIV, what is the probability that you have HIV? If you have a positive mammogram, what

More information

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

Baby Lab. Class Copy. Introduction

Baby Lab. Class Copy. Introduction Class Copy Baby Lab Introduction The traits on the following pages are believed to be inherited in the explained manner. Most of the traits, however, in this activity were created to illustrate how human

More information

. 58 58 60 62 64 66 68 70 72 74 76 78 Father s height (inches)

. 58 58 60 62 64 66 68 70 72 74 76 78 Father s height (inches) PEARSON S FATHER-SON DATA The following scatter diagram shows the heights of 1,0 fathers and their full-grown sons, in England, circa 1900 There is one dot for each father-son pair Heights of fathers and

More information

MAT 155. Key Concept. February 03, 2011. 155S4.1 2_3 Review & Preview; Basic Concepts of Probability. Review. Chapter 4 Probability

MAT 155. Key Concept. February 03, 2011. 155S4.1 2_3 Review & Preview; Basic Concepts of Probability. Review. Chapter 4 Probability MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 4 Probability 4 1 Review and Preview 4 2 Basic Concepts of Probability 4 3 Addition Rule 4 4 Multiplication Rule: Basics 4 7 Counting To find

More information

LAB : THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics

LAB : THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics Period Date LAB : THE CHI-SQUARE TEST Probability, Random Chance, and Genetics Why do we study random chance and probability at the beginning of a unit on genetics? Genetics is the study of inheritance,

More information

Biology 274: Genetics Syllabus

Biology 274: Genetics Syllabus Biology 274: Genetics Syllabus Description: An examination of the basic principles of genetics in eukaryotes and prokaryotes at the level of molecules, cells, and multicelluar organisms, including humans.

More information

GENETICS OF HUMAN BLOOD TYPE

GENETICS OF HUMAN BLOOD TYPE GENETICS OF HUMAN BLOOD TYPE Introduction The genetics of blood types is relatively simple when considering any one blood protein. However, the complexity increases when one considers all the different

More information

Name: 4. A typical phenotypic ratio for a dihybrid cross is a) 9:1 b) 3:4 c) 9:3:3:1 d) 1:2:1:2:1 e) 6:3:3:6

Name: 4. A typical phenotypic ratio for a dihybrid cross is a) 9:1 b) 3:4 c) 9:3:3:1 d) 1:2:1:2:1 e) 6:3:3:6 Name: Multiple-choice section Choose the answer which best completes each of the following statements or answers the following questions and so make your tutor happy! 1. Which of the following conclusions

More information

MCB41: Second Midterm Spring 2009

MCB41: Second Midterm Spring 2009 MCB41: Second Midterm Spring 2009 Before you start, print your name and student identification number (S.I.D) at the top of each page. There are 7 pages including this page. You will have 50 minutes for

More information

CONTINGENCY (CROSS- TABULATION) TABLES

CONTINGENCY (CROSS- TABULATION) TABLES CONTINGENCY (CROSS- TABULATION) TABLES Presents counts of two or more variables A 1 A 2 Total B 1 a b a+b B 2 c d c+d Total a+c b+d n = a+b+c+d 1 Joint, Marginal, and Conditional Probability We study methods

More information

Bio 102 Practice Problems Mendelian Genetics and Extensions

Bio 102 Practice Problems Mendelian Genetics and Extensions Bio 102 Practice Problems Mendelian Genetics and Extensions Short answer (show your work or thinking to get partial credit): 1. In peas, tall is dominant over dwarf. If a plant homozygous for tall is crossed

More information

17. A testcross A.is used to determine if an organism that is displaying a recessive trait is heterozygous or homozygous for that trait. B.

17. A testcross A.is used to determine if an organism that is displaying a recessive trait is heterozygous or homozygous for that trait. B. ch04 Student: 1. Which of the following does not inactivate an X chromosome? A. Mammals B. Drosophila C. C. elegans D. Humans 2. Who originally identified a highly condensed structure in the interphase

More information

Each person normally has 23 pairs of chromosomes, or 46 in all. We inherit one chromosome per pair from our mother and one from our father.

Each person normally has 23 pairs of chromosomes, or 46 in all. We inherit one chromosome per pair from our mother and one from our father. AP Psychology 2.2 Behavioral Genetics Article Chromosomal Abnormalities About 1 in 150 babies is born with a chromosomal abnormality (1, 2). These are caused by errors in the number or structure of chromosomes.

More information

Part I Failure to Thrive

Part I Failure to Thrive Part I Failure to Thrive Emma and Jacob Miller were so excited at the birth of their baby Matthew. Jacob, he s just so perfect! Just one problem though, it looks like he has your hairline! Emma teased

More information

Blood Stains at the Crime Scene Forensic Investigation

Blood Stains at the Crime Scene Forensic Investigation Blood Stains at the Crime Scene Forensic Investigation Introduction Blood stains at a crime scene can be crucial in solving the crime. Numerous analytical techniques can be used to study blood stains.

More information

Tuesday 14 May 2013 Morning

Tuesday 14 May 2013 Morning THIS IS A NEW SPECIFICATION H Tuesday 14 May 2013 Morning GCSE TWENTY FIRST CENTURY SCIENCE BIOLOGY A A161/02 Modules B1 B2 B3 (Higher Tier) *A137150613* Candidates answer on the Question Paper. A calculator

More information

AP Stats - Probability Review

AP Stats - Probability Review AP Stats - Probability Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. I toss a penny and observe whether it lands heads up or tails up. Suppose

More information

Mathematics (Project Maths Phase 1)

Mathematics (Project Maths Phase 1) 2012. M128 S Coimisiún na Scrúduithe Stáit State Examinations Commission Leaving Certificate Examination, 2012 Sample Paper Mathematics (Project Maths Phase 1) Paper 2 Ordinary Level Time: 2 hours, 30

More information

7 th Grade Life Science Name: Miss Thomas & Mrs. Wilkinson Lab: Superhero Genetics Due Date:

7 th Grade Life Science Name: Miss Thomas & Mrs. Wilkinson Lab: Superhero Genetics Due Date: 7 th Grade Life Science Name: Miss Thomas & Mrs. Wilkinson Partner: Lab: Superhero Genetics Period: Due Date: The editors at Marvel Comics are tired of the same old characters. They re all out of ideas

More information

Continuous and discontinuous variation

Continuous and discontinuous variation Continuous and discontinuous variation Variation, the small differences that exist between individuals, can be described as being either discontinuous or continuous. Discontinuous variation This is where

More information

Biology 1406 - Notes for exam 5 - Population genetics Ch 13, 14, 15

Biology 1406 - Notes for exam 5 - Population genetics Ch 13, 14, 15 Biology 1406 - Notes for exam 5 - Population genetics Ch 13, 14, 15 Species - group of individuals that are capable of interbreeding and producing fertile offspring; genetically similar 13.7, 14.2 Population

More information

Blood Type Probability O 0.42 A 0.43 B 0.11 AB 0.04

Blood Type Probability O 0.42 A 0.43 B 0.11 AB 0.04 PubH 6414 Worksheet 5a: Probability Principles 1 of 6 Example 1: Distribution of Blood Types in the US Blood Type Probability O 0.42 A 0.43 B 0.11 AB 0.04 Use the distribution of blood types in the US

More information

Nevada Department of Education Standards

Nevada Department of Education Standards Blood-Typing Through an experiment with Kool-Aid, students follow the steps of the scientific method to learn about the experimental procedure of blood typing. Grade Level: 5th Objectives: Students will

More information

Chapter 4 - Practice Problems 1

Chapter 4 - Practice Problems 1 Chapter 4 - Practice Problems SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Provide an appropriate response. ) Compare the relative frequency formula

More information

Probability Review Solutions

Probability Review Solutions Probability Review Solutions. A family has three children. Using b to stand for and g to stand for, and using ordered triples such as bbg, find the following. a. draw a tree diagram to determine the sample

More information

CHAPTER 10 BLOOD GROUPS: ABO AND Rh

CHAPTER 10 BLOOD GROUPS: ABO AND Rh CHAPTER 10 BLOOD GROUPS: ABO AND Rh The success of human blood transfusions requires compatibility for the two major blood group antigen systems, namely ABO and Rh. The ABO system is defined by two red

More information

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade Statistics Quiz Correlation and Regression -- ANSWERS 1. Temperature and air pollution are known to be correlated. We collect data from two laboratories, in Boston and Montreal. Boston makes their measurements

More information

Population Genetics and Multifactorial Inheritance 2002

Population Genetics and Multifactorial Inheritance 2002 Population Genetics and Multifactorial Inheritance 2002 Consanguinity Genetic drift Founder effect Selection Mutation rate Polymorphism Balanced polymorphism Hardy-Weinberg Equilibrium Hardy-Weinberg Equilibrium

More information

Two copies of each autosomal gene affect phenotype.

Two copies of each autosomal gene affect phenotype. SECTION 7.1 CHROMOSOMES AND PHENOTYPE Study Guide KEY CONCEPT The chromosomes on which genes are located can affect the expression of traits. VOCABULARY carrier sex-linked gene X chromosome inactivation

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

The Making of the Fittest: Natural Selection in Humans

The Making of the Fittest: Natural Selection in Humans OVERVIEW MENDELIN GENETIC, PROBBILITY, PEDIGREE, ND CHI-QURE TTITIC This classroom lesson uses the information presented in the short film The Making of the Fittest: Natural election in Humans (http://www.hhmi.org/biointeractive/making-fittest-natural-selection-humans)

More information

2 18. If a boy s father has haemophilia and his mother has one gene for haemophilia. What is the chance that the boy will inherit the disease? 1. 0% 2

2 18. If a boy s father has haemophilia and his mother has one gene for haemophilia. What is the chance that the boy will inherit the disease? 1. 0% 2 1 GENETICS 1. Mendel is considered to be lucky to discover the laws of inheritance because 1. He meticulously analyzed his data statistically 2. He maintained pedigree records of various generations he

More information

Two-locus population genetics

Two-locus population genetics Two-locus population genetics Introduction So far in this course we ve dealt only with variation at a single locus. There are obviously many traits that are governed by more than a single locus in whose

More information

Genetics for the Novice

Genetics for the Novice Genetics for the Novice by Carol Barbee Wait! Don't leave yet. I know that for many breeders any article with the word genetics in the title causes an immediate negative reaction. Either they quickly turn

More information

Math 370, Actuarial Problemsolving Spring 2008 A.J. Hildebrand. Problem Set 1 (with solutions)

Math 370, Actuarial Problemsolving Spring 2008 A.J. Hildebrand. Problem Set 1 (with solutions) Math 370, Actuarial Problemsolving Spring 2008 A.J. Hildebrand Problem Set 1 (with solutions) About this problem set: These are problems from Course 1/P actuarial exams that I have collected over the years,

More information

Influence of Sex on Genetics. Chapter Six

Influence of Sex on Genetics. Chapter Six Influence of Sex on Genetics Chapter Six Humans 23 Autosomes Chromosomal abnormalities very severe Often fatal All have at least one X Deletion of X chromosome is fatal Males = heterogametic sex XY Females

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

Solutions to Homework 6 Statistics 302 Professor Larget

Solutions to Homework 6 Statistics 302 Professor Larget s to Homework 6 Statistics 302 Professor Larget Textbook Exercises 5.29 (Graded for Completeness) What Proportion Have College Degrees? According to the US Census Bureau, about 27.5% of US adults over

More information

5.4 Solving Percent Problems Using the Percent Equation

5.4 Solving Percent Problems Using the Percent Equation 5. Solving Percent Problems Using the Percent Equation In this section we will develop and use a more algebraic equation approach to solving percent equations. Recall the percent proportion from the last

More information

Incomplete Dominance and Codominance

Incomplete Dominance and Codominance Name: Date: Period: Incomplete Dominance and Codominance 1. In Japanese four o'clock plants red (R) color is incompletely dominant over white (r) flowers, and the heterozygous condition (Rr) results in

More information

Name Please Print MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Name Please Print MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review Problems for Mid-Term 1, Fall 2012 (STA-120 Cal.Poly. Pomona) Name Please Print MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine whether

More information

Type A carbohydrate molecules on their red blood cells. Type B carbohydrate molecules on their red blood cells

Type A carbohydrate molecules on their red blood cells. Type B carbohydrate molecules on their red blood cells Using Blood Tests to Identify Babies and Criminals Copyright, 2010, by Drs. Jennifer Doherty and Ingrid Waldron, Department of Biology, University of Pennsylvania 1 I. Were the babies switched? Two couples

More information

A and B are not absolutely linked. They could be far enough apart on the chromosome that they assort independently.

A and B are not absolutely linked. They could be far enough apart on the chromosome that they assort independently. Name Section 7.014 Problem Set 5 Please print out this problem set and record your answers on the printed copy. Answers to this problem set are to be turned in to the box outside 68-120 by 5:00pm on Friday

More information

Homework 3 Solution, due July 16

Homework 3 Solution, due July 16 Homework 3 Solution, due July 16 Problems from old actuarial exams are marked by a star. Problem 1*. Upon arrival at a hospital emergency room, patients are categorized according to their condition as

More information

The correct answer is c A. Answer a is incorrect. The white-eye gene must be recessive since heterozygous females have red eyes.

The correct answer is c A. Answer a is incorrect. The white-eye gene must be recessive since heterozygous females have red eyes. 1. Why is the white-eye phenotype always observed in males carrying the white-eye allele? a. Because the trait is dominant b. Because the trait is recessive c. Because the allele is located on the X chromosome

More information

Chapter 5 Section 2 day 1 2014f.notebook. November 17, 2014. Honors Statistics

Chapter 5 Section 2 day 1 2014f.notebook. November 17, 2014. Honors Statistics Chapter 5 Section 2 day 1 2014f.notebook November 17, 2014 Honors Statistics Monday November 17, 2014 1 1. Welcome to class Daily Agenda 2. Please find folder and take your seat. 3. Review Homework C5#3

More information

Phenotypes and Genotypes of Single Crosses

Phenotypes and Genotypes of Single Crosses GENETICS PROBLEM PACKET- Gifted NAME PER Phenotypes and Genotypes of Single Crosses Use these characteristics about plants to answer the following questions. Round seed is dominant over wrinkled seed Yellow

More information

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 5.1 Homework Answers 5.7 In the proofreading setting if Exercise 5.3, what is the smallest number of misses m with P(X m)

More information

This fact sheet describes how genes affect our health when they follow a well understood pattern of genetic inheritance known as autosomal recessive.

This fact sheet describes how genes affect our health when they follow a well understood pattern of genetic inheritance known as autosomal recessive. 11111 This fact sheet describes how genes affect our health when they follow a well understood pattern of genetic inheritance known as autosomal recessive. In summary Genes contain the instructions for

More information

Mitosis, Meiosis and Fertilization 1

Mitosis, Meiosis and Fertilization 1 Mitosis, Meiosis and Fertilization 1 I. Introduction When you fall and scrape the skin off your hands or knees, how does your body make new skin cells to replace the skin cells that were scraped off? How

More information

Chromosomes, Mapping, and the Meiosis Inheritance Connection

Chromosomes, Mapping, and the Meiosis Inheritance Connection Chromosomes, Mapping, and the Meiosis Inheritance Connection Carl Correns 1900 Chapter 13 First suggests central role for chromosomes Rediscovery of Mendel s work Walter Sutton 1902 Chromosomal theory

More information

Using Blood Tests to Identify Babies and Criminals

Using Blood Tests to Identify Babies and Criminals Using Blood Tests to Identify Babies and Criminals Copyright, 2012, by Drs. Jennifer Doherty and Ingrid Waldron, Department of Biology, University of Pennsylvania 1 I. Were the babies switched? Two couples

More information

Genetics and Evolution: An ios Application to Supplement Introductory Courses in. Transmission and Evolutionary Genetics

Genetics and Evolution: An ios Application to Supplement Introductory Courses in. Transmission and Evolutionary Genetics G3: Genes Genomes Genetics Early Online, published on April 11, 2014 as doi:10.1534/g3.114.010215 Genetics and Evolution: An ios Application to Supplement Introductory Courses in Transmission and Evolutionary

More information

Genetic Mutations. Indicator 4.8: Compare the consequences of mutations in body cells with those in gametes.

Genetic Mutations. Indicator 4.8: Compare the consequences of mutations in body cells with those in gametes. Genetic Mutations Indicator 4.8: Compare the consequences of mutations in body cells with those in gametes. Agenda Warm UP: What is a mutation? Body cell? Gamete? Notes on Mutations Karyotype Web Activity

More information

Biology 1406 Exam 4 Notes Cell Division and Genetics Ch. 8, 9

Biology 1406 Exam 4 Notes Cell Division and Genetics Ch. 8, 9 Biology 1406 Exam 4 Notes Cell Division and Genetics Ch. 8, 9 Ch. 8 Cell Division Cells divide to produce new cells must pass genetic information to new cells - What process of DNA allows this? Two types

More information

Understanding Hereditary Breast and Ovarian Cancer. Maritime Hereditary Cancer Service

Understanding Hereditary Breast and Ovarian Cancer. Maritime Hereditary Cancer Service Understanding Hereditary Breast and Ovarian Cancer Maritime Hereditary Cancer Service General Information Cancer is very common. About one in three (33%) people are diagnosed with some form of cancer during

More information

Lesson 9 Hypothesis Testing

Lesson 9 Hypothesis Testing Lesson 9 Hypothesis Testing Outline Logic for Hypothesis Testing Critical Value Alpha (α) -level.05 -level.01 One-Tail versus Two-Tail Tests -critical values for both alpha levels Logic for Hypothesis

More information

Math 3C Homework 3 Solutions

Math 3C Homework 3 Solutions Math 3C Homework 3 s Ilhwan Jo and Akemi Kashiwada ilhwanjo@math.ucla.edu, akashiwada@ucla.edu Assignment: Section 2.3 Problems 2, 7, 8, 9,, 3, 5, 8, 2, 22, 29, 3, 32 2. You draw three cards from a standard

More information

Simulation Model of Mating Behavior in Flies

Simulation Model of Mating Behavior in Flies Simulation Model of Mating Behavior in Flies MEHMET KAYIM & AYKUT Ecological and Evolutionary Genetics Lab. Department of Biology, Middle East Technical University International Workshop on Hybrid Systems

More information

Evolution (18%) 11 Items Sample Test Prep Questions

Evolution (18%) 11 Items Sample Test Prep Questions Evolution (18%) 11 Items Sample Test Prep Questions Grade 7 (Evolution) 3.a Students know both genetic variation and environmental factors are causes of evolution and diversity of organisms. (pg. 109 Science

More information

Bio 102 Practice Problems Mendelian Genetics: Beyond Pea Plants

Bio 102 Practice Problems Mendelian Genetics: Beyond Pea Plants Bio 102 Practice Problems Mendelian Genetics: Beyond Pea Plants Short answer (show your work or thinking to get partial credit): 1. In four-o'clock flowers, red flower color (R) is incompletely dominant

More information

Genetics Test Biology I

Genetics Test Biology I Genetics Test Biology I Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Avery s experiments showed that bacteria are transformed by a. RNA. c. proteins.

More information

Mendelian Genetics in Drosophila

Mendelian Genetics in Drosophila Mendelian Genetics in Drosophila Lab objectives: 1) To familiarize you with an important research model organism,! Drosophila melanogaster. 2) Introduce you to normal "wild type" and various mutant phenotypes.

More information

Mycophenolate mofetil (CellCept ): risks of miscarriage and birth defects. Patient guide. Key points to remember

Mycophenolate mofetil (CellCept ): risks of miscarriage and birth defects. Patient guide. Key points to remember Mycophenolate (CellCept ): risks of miscarriage and birth defects Patient guide Key points to remember Mycophenolate (CellCept ) causes birth defects and miscarriages Follow the contraceptive advice given

More information

Complex Genetic Risk: The Implications for Insurance

Complex Genetic Risk: The Implications for Insurance Complex Genetic Risk: The Implications for Insurance Angus Macdonald Heriot-Watt University, Edinburgh The Maxwell Institute for Mathematical Sciences Indeed, the sociology of risk... is an academic subject

More information

STA 371G: Statistics and Modeling

STA 371G: Statistics and Modeling STA 371G: Statistics and Modeling Decision Making Under Uncertainty: Probability, Betting Odds and Bayes Theorem Mingyuan Zhou McCombs School of Business The University of Texas at Austin http://mingyuanzhou.github.io/sta371g

More information

BRCA Genes and Inherited Breast and Ovarian Cancer. Patient information leaflet

BRCA Genes and Inherited Breast and Ovarian Cancer. Patient information leaflet BRCA Genes and Inherited Breast and Ovarian Cancer Patient information leaflet This booklet has been written for people who have a personal or family history of breast and/or ovarian cancer that could

More information