Probability and Sample space

Size: px
Start display at page:

Download "Probability and Sample space"

Transcription

1 Probability and Sample space We call a phenomenon random if individual outcomes are uncertain but there is a regular distribution of outcomes in a large number of repetitions. The probability of any outcome of a random phenomenon is the proportion of times the outcome would occur in a very long series of repetitions. That is, probability is a long-term relative frequency. Example: Tossing a coin: P(H) =? The sample space of a random phenomenon is the set of all possible outcomes. Example: Toss a coin the sample space is S = {H, T}. Example: From rolling a die, S = {1, 2, 3, 4, 5, 6}. week 4 1

2 Events An event is an outcome or a set of outcomes of a random phenomenon. That is, an event is a subset of the sample space. Example: Take the sample space (S) for two tosses of a coin to be the 4 outcomes {HH, HT, TH TT}. Then exactly one head is an event, call it A, then A = {HT, TH}. Notation: The probability of an event A is denoted by P(A). week 4 2

3 Union and Intersection of events The union of any collection of events is the event that at least one of the events in the collection occurs. Example: The event {A or B} is the union of A and B, it is the event that at least one of A or B occurs (either A occurs or B occurs or both occur). The intersection of any collection of events is the event that all of the events occur. Example: The event {A and B} is the intersection of A and B, it is the event that both A and B occur. week 4 3

4 Probability rules 1. The probability P(A) of any event A satisfies 0 P(A) If S is the sample space in a probability model, then P(S) = The complement of any event A is the event that A does not occur, written as A c. The complement rule states that P(A c ) = 1 - P(A). 4. Two events A and B are disjoint if they have no outcomes in common and so can never occur together. If A and B are disjoint then P(A or B) = P(A U B) = P(A) + P(B). This is the addition rule for disjoint events and can be extended for more than two events week 4 4

5 Venn diagram week 4 5

6 Question Probability is a measure of how likely an event is to occur. Match one of the probabilities that follow with each statement about an event. (The probability is usually a much more exact measure of likelihood than is the verbal statement.) 0 ; 0.01 ; 0.3 ; 0.6 ; 0.99 ; 1 (a) This event is impossible. It can never occur. (b) This event is certain. It will occur on every trial of the random phenomenon. (c) This event is very unlikely, but it will occur once in a while in a long sequence of trials. (d) This event will occur more often than not. week 4 6

7 Probabilities for finite number of outcomes The individual outcomes of a random phenomenon are always disjoint. So the addition rule provides a way to assign probabilities to events with more then one outcome. Assign a probability to each individual outcome. These probabilities must be a number between 0 and 1 and must have sum 1. The probability of any event is the sum of the probabilities of the outcomes making up the event. week 4 7

8 Question If you draw an M&M candy at random from a bag of the candies, the candy you draw will have one of six colors. The probability of drawing each color depends on the proportion of each color among all candies made. (a) The table below gives the probability of each color for a randomly chosen plain M&M: Color Brown Red Yellow Green Orange Blue Probability ? What must be the probability of drawing a blue candy? (b) What is the probability that a plain M&M is any of red, yellow, or orange? (c) What is the probability that a plain M&M is not red? week 4 8

9 Question Choose an American farm at random and measure its size in acres. Here are the probabilities that the farm chosen falls in several acreage categories: Let A be the event that the farm is less than 50 acres in size, and let B be the event that it is 500 acres or more. (a) Find P(A) and P(B). (b) Describe A c in words and find P(A c ) by the complement rule. (c) Describe {A or B} in words and find its probability by the addition rule. week 4 9

10 Equally likely outcomes If a random phenomenon has k possible outcomes, all equally likely, then each individual outcome has probability 1/k. The probability of any event A is count of outcomes in A P ( A) = = count of outcomes in S Example: count outcomes in k A pair of fair dice are rolled. What is the probability that the 2 nd die lands on a higher value than does the 1 st? of A week 4 10

11 General Addition rule for the unions of two events If events A and B are not disjoint, they can occur together. For any two events A and B P(A or B) = P(A U B) = P(A) + P(B) - P(A and B). Example: week 4 11

12 Exercises A retail establishment accepts either the American Express or the VISA credit card. A total of 24% of its customers carry an American Express card, 61% carry a VISA card, and 11% carry both. What percentage of its customers carry a card that the establishment will accept? Among 33 students in a class 17 earned A s on the midterm exam, 14 earned A s on the final exam, and 11 did not earn A s on either examination. What is the probability that a randomly selected student from this class earned A s on both exams? week 4 12

13 Conditional Probability The probability we assign to an event can change if we know that some other event has occurred. When P(A) > 0, the conditional probability that B occurs given the information that A occurs is P ( B A) = P ( A and B) P( A) week 4 13

14 Example Here is a two-way table of all suicides committed in a recent year by sex of the victim and method used. week 4 14

15 (a) What is the probability that a randomly selected suicide victim is male? (b) What is the probability that the suicide victim used a firearm? (c) What is the conditional probability that a suicide used a firearm, given that it was a man? Given that it was a woman? (d) Describe in simple language (don't use the word probability ) what your results in (c) tell you about the difference between men and women with respect to suicide. week 4 15

16 Independent events Two events A and B are independent if knowing that one occurs does not change the probability that the other occurs. That is, if A and B are independent then, P(B A) = P(B). Multiplication rule for independent events If A and B are independent events then, P(A and B) = P(A) P(B). The multiplication rule applies only to independent events; we can not use it if events are not independent. week 4 16

17 Example The gene for albinism in humans is recessive. That is, carriers of this gene have probability 1/2 of passing it to a child, and the child is albino only if both parents pass the albinism gene. Parents pass their genes independently of each other. If both parents carry the albinism gene, what is the probability that their first child is albino? If they have two children (who inherit independently of each other), what is the probability that (a) both are albino? (b) neither is albino? (c) exactly one of the two children is albino? If they have three children (who inherit independently of each other), what is the probability that at least one of them is albino? week 4 17

18 General Multiplication Rule The probability that both of two events A and B happen together can be found by P(A and B) = P(A) P(B A) Example 29% of Internet users download music files and 67% of the downloaders say they don t care if the music is copyrighted. The percent of Internet users who download music (event A) and don t care about copyright (event B) is P(A and B) = P(A) P(B A) = = week 4 18

19 Bayes s Rule If A and B are any events whose probabilities are not 0 or 1, then PAB ( ) = P( BAPA ) ( ) P( BAPA ) ( ) + PBA ( c) PA ( c) Example: Following exercise using tree diagram. Suppose that A 1, A 2,, A k are disjoint events whose probabilities are not 0 and add to exactly 1. That is any outcome is in exactly one of these events. Then if C is any other even whose probability is not 0 or 1, P( A i C) = P( C A ) P( A ) + P( C A P( C A ) P( A ) i ) P( A ) + + P( C A ) P( A k k i ) week 4 19

20 Exercise The fraction of people in a population who have a certain disease is A diagnostic test is available to test for the disease. But for a healthy person the chance of being falsely diagnosed as having the disease is 0.05, while for someone with the disease the chance of being falsely diagnosed as healthy is 0.2. Suppose the test is performed on a person selected at random from the population. (a) What is the probability that the test shows a positive result? (b) What is the probability that a person selected at random is one who has the disease but was diagnosed healthy? (c) What is the probability that the person is correctly diagnosed and is healthy? (d) If the test shows a positive result, what is the probability this person actually has the disease? week 4 20

21 Exercise An automobile insurance company classifies drivers as class A (good risks), class B (medium risks), and class C (poor risks). Class A risks constitute 30% of the drivers who apply for insurance, and the probability that such a driver will have one or more accidents in any 12-month period is The corresponding figures for class B are 50% and 0.03, while those for class C are 20% and The company sells Mr. Jones an insurance policy, and within 12 months he had an accident. What is the probability that he is a class A risk? week 4 21

22 Exercise The distribution of blood types among white Americans is approximately as follows: 37% type A, 13% type B, 44% type O, and 6% type AB. Suppose that the blood types of married couples are independent and that both the husband and wife follow this distribution. (a)an individual with type B blood can safely receive transfusions only from persons with type B or type O blood. What is the probability that the husband of a woman with type B blood is an acceptable blood donor for her? (b)what is the probability that in a randomly chosen couple the wife has type B blood and the husband has type A? (c)what is the probability that one of a randomly chosen couple has type A blood and the other has type B? (d)what is the probability that at least one of a randomly chosen couple has type O blood? week 4 22

23 Question 13 Term Test Summer 99 A space vehicle has 3 o-rings which are located at various field joint locations. Under current whether conditions, the probability of failure of an individual o-ring is (a) A disaster occurs if any of the o-rings should fail. Find the probability of a disaster. State any assumptions you are making. (b) Find the probability that exactly one o-ring will fail. week 4 23

24 Question 23 Final exam Dec 98 A large shipment of items is accepted by a quality checker only if a random sample of 8 items contains no defective ones. Suppose that in fact 5% of all items produced by this machine are defective. Find the probability that the next two shipments will both be rejected. week 4 24

probability problems, first two days

probability problems, first two days ph 141 probability problems, first two days from Moore, McCabe and Craig, 8th ed 4.111 Exercise and sleep. Suppose that 40 % of adults get enough sleep, 46 % get enough exercise, and 24 % do both. Find

More information

Chapter 5 & 6 Review. Producing Data Probability & Simulation

Chapter 5 & 6 Review. Producing Data Probability & Simulation Chapter 5 & 6 Review Producing Data Probability & Simulation M&M s Given a bag of M&M s: What s my population? How can I take a simple random sample (SRS) from the bag? How could you introduce bias? http://joshmadison.com/article/mms-colordistribution-analysis/

More information

Chapter 6: Counting, Probability and Inference

Chapter 6: Counting, Probability and Inference Chapter 6: Counting, Probability and Inference 6.1 Introduction to Probability Definitions Experiment a situation with several possible results o Ex: Outcome each result of an experiment o Ex: Sample Space

More information

Math HL Chapter 12 Probability

Math HL Chapter 12 Probability Math HL Chapter 12 Probability Name: Read the notes and fill in any blanks. Work through the ALL of the examples. Self-Check your own progress by rating where you are. # Learning Targets Lesson I have

More information

5.3: Associations in Categorical Variables

5.3: Associations in Categorical Variables 5.3: Associations in Categorical Variables Now we will consider how to use probability to determine if two categorical variables are associated. Conditional Probabilities Consider the next example, where

More information

Lesson 87 Bayes Theorem

Lesson 87 Bayes Theorem Lesson 87 Bayes Theorem HL2 Math - Santowski Bayes Theorem! Main theorem: Suppose we know We would like to use this information to find if possible. Discovered by Reverend Thomas Bayes 1 Bayes Theorem!

More information

6 Relationships between

6 Relationships between CHAPTER 6 Relationships between Categorical Variables Chapter Outline 6.1 CONTINGENCY TABLES 6.2 BASIC RULES OF PROBABILITY WE NEED TO KNOW 6.3 CONDITIONAL PROBABILITY 6.4 EXAMINING INDEPENDENCE OF CATEGORICAL

More information

Probability. Esra Akdeniz. February 26, 2016

Probability. Esra Akdeniz. February 26, 2016 Probability Esra Akdeniz February 26, 2016 Terminology An experiment is any action or process whose outcome is subject to uncertainty. Example: Toss a coin, roll a die. The sample space of an experiment

More information

Analytical Geometry. Applications of Probability Study Guide. Use the word bank to fill in the blanks.

Analytical Geometry. Applications of Probability Study Guide. Use the word bank to fill in the blanks. Analytical Geometry Name Applications of Probability Study Guide Use the word bank to fill in the blanks. Conditional Probabilities Sample Space Union Mutually Exclusive Complement Intersection Event Independent

More information

Lecture 3. PROBABILITY. Sections 2.1 and 2.2. Experiment, sample space, events, probability axioms. Counting techniques

Lecture 3. PROBABILITY. Sections 2.1 and 2.2. Experiment, sample space, events, probability axioms. Counting techniques Lecture 3. PROBABILITY Sections 2.1 and 2.2 Experiment, sample space, events, probability axioms. Counting techniques Slide 1 The probability theory begins in attempts to describe gambling (how to win,

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques 3.4-3.8 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 2 Lecture 2 1 / 44 Outline 1 Counting Techniques 2 Probability

More information

Review for Final Exam

Review for Final Exam John Jay College of Criminal Justice The City University of New York Department of Mathematics and Computer Science MAT 108 - Finite Mathematics Review for Final Exam SHORT ANSWER. The following questions

More information

Probability and Counting Techniques

Probability and Counting Techniques Probability and Counting Techniques 3.4-3.8 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 2 Lecture 2 1 / 44 Outline 1 Counting Techniques 2 Probability

More information

5. Suppose there are 4 new cases of breast cancer in group A and 5 in group B. 1. Sample space: the set of all possible outcomes of an experiment.

5. Suppose there are 4 new cases of breast cancer in group A and 5 in group B. 1. Sample space: the set of all possible outcomes of an experiment. Probability January 15, 2013 Debdeep Pati Introductory Example Women in a given age group who give birth to their first child relatively late in life (after 30) are at greater risk for eventually developing

More information

First Problem Set: Answers, Discussion and Background

First Problem Set: Answers, Discussion and Background First Problem Set: Answers, Discussion and Background Part I. Intuition Concerning Probability Do these problems individually Answer the following questions based upon your intuitive understanding about

More information

Understanding Probability. From Randomness to Probability/ Probability Rules!

Understanding Probability. From Randomness to Probability/ Probability Rules! Understanding Probability From Randomness to Probability/ Probability Rules! What is chance? - Excerpt from War and Peace by Leo Tolstoy But what is chance? What is genius? The words chance and genius

More information

Class 6 Overview. Two Way Tables

Class 6 Overview. Two Way Tables Class 6 Overview Two Way Tables Example: Using data from 2004-2008, the Steelers won 56 / 80 or 70% of their games. Of the games won, 31 / 56 or 55% were played at home. Of the games lost, 9 / 24 or 38%

More information

Review Questions for Exam 2 Math 263

Review Questions for Exam 2 Math 263 Review Questions for Exam 2 Math 263 1. If you draw an M&M candy at random from a bag of the candies, the candy you draw will have one of six colors. The probability of drawing each color depends on the

More information

AP STATISTICS 2008 SCORING GUIDELINES (Form B)

AP STATISTICS 2008 SCORING GUIDELINES (Form B) AP STATISTICS 2008 SCORING GUIDELINES (Form B) Question 4 Intent of Question The primary goals of this question were to assess a student s ability to (1) design an experiment to compare two treatments

More information

ASSIGNMENT 2. Question 4.1 In each of the following situations, describe a sample space S for the random phenomenon.

ASSIGNMENT 2. Question 4.1 In each of the following situations, describe a sample space S for the random phenomenon. ASSIGNMENT 2 MGCR 271 SUMMER 2009 - DUE THURSDAY, MAY 21, 2009 AT 18:05 IN CLASS Question 4.1 In each of the following situations, describe a sample space S for the random phenomenon. (1) A new business

More information

Lesson 1. Assessment 1.1 (Preassessment) Name: Per: Date:

Lesson 1. Assessment 1.1 (Preassessment) Name: Per: Date: Lesson 1. Assessment 1.1 Preassessment) Name: Per: Date: This is a PREASSESSMENT. We will use it to find out what you know about the topic we are going to study next. It s OK If you don t know the answer

More information

PHP2500: Introduction to Biostatistics. Lecture III: Introduction to Probability

PHP2500: Introduction to Biostatistics. Lecture III: Introduction to Probability PHP2500: Introduction to Biostatistics Lecture III: Introduction to Probability 1 . 2 Example: 40% of adults aged 40-74 in Rhode Island have pre-diabetes, a condition that raises the risk of type 2 diabetes,

More information

Day Topic Homework IXL Grade

Day Topic Homework IXL Grade What Do You Expect? Day Topic Homework IXL Grade 1 Experimental Probability (Inv 1.1) Worksheet 1 2 More Experimental Probabilities Worksheet 2 and read page 27! DD.1 3 Theoretical probability (2.1) Worksheet

More information

Which Venn diagram below best represents the relationship between the sets A, B, and C?

Which Venn diagram below best represents the relationship between the sets A, B, and C? Review material for mth 245 midterm chap 5+6 1. A,,,, B,,,,, C,, Which Venn diagram below best represents the relationship between the sets A, B, and C? a. b. B B A C A C c. d. B B A C A C e. None of the

More information

were selected at random, the probability that it is white or black would be 2 3.

were selected at random, the probability that it is white or black would be 2 3. Math 1342 Ch, 4-6 Review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) What is the set of all possible outcomes of a probability experiment?

More information

MITOCW conditional_probability

MITOCW conditional_probability MITOCW conditional_probability You've tested positive for a rare and deadly cancer that afflicts 1 out of 1000 people, based on a test that is 99% accurate. What are the chances that you actually have

More information

Essential question: How can you find the experimental probability of an event?

Essential question: How can you find the experimental probability of an event? C3 Chapter 12 Essential question: How can you find the experimental probability of an event? Example 1 Finding You can toss a paper cup to demonstrate experimental probability. A) Consider tossing a paper

More information

Learn to use informal measures of probability.

Learn to use informal measures of probability. 10-1 Probability Learn to use informal measures of probability. 10-1 Probability Insert Lesson Title Here experiment outcome event probability equally likely impossible certain Vocabulary 10-1 Probability

More information

Lesson Presentation. Holt McDougal Algebra 2

Lesson Presentation. Holt McDougal Algebra 2 Theoretical and Experimental Lesson Presentation Algebra 2 Objectives Solve problems involving the Fundamental Counting Principle. Find the theoretical probability of an event. Find the experimental probability

More information

Neatness 0 1 Accuracy Completeness Lab Class Procedure Total Lab Score

Neatness 0 1 Accuracy Completeness Lab Class Procedure Total Lab Score New Paltz High School Science Department Name:... Due Date:... Lab Title:Human Inheritance.&.Pedigree.Analysis..Lab #... Lab Partners: Your Lab Score will be based on the following: Neatness: All labs

More information

Quizzes (and relevant lab exercises): 20% Midterm exams (2): 25% each Final exam: 30%

Quizzes (and relevant lab exercises): 20% Midterm exams (2): 25% each Final exam: 30% 1 Intro to statistics Continued 2 Grading policy Quizzes (and relevant lab exercises): 20% Midterm exams (2): 25% each Final exam: 30% Cutoffs based on final avgs (A, B, C): 91-100, 82-90, 73-81 3 Numerical

More information

Class 13 Overview: Probability part 2. Two Way Tables

Class 13 Overview: Probability part 2. Two Way Tables Class 13 Overview: Probability part 2 Two Way Tables Example 1: Using data from 2004-2008, the Steelers won 56 / 80 or 70% of their games. Of the games won, 31 / 56 or 55% were played at home. Of the games

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) 1) A) B) C) D)

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) 1) A) B) C) D) Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) 1) A) B) C) D) Decide whether or not the conditions and assumptions for inference with

More information

Gene Combo SUMMARY KEY CONCEPTS AND PROCESS SKILLS KEY VOCABULARY ACTIVITY OVERVIEW. Teacher s Guide I O N I G AT I N V E S T D-65

Gene Combo SUMMARY KEY CONCEPTS AND PROCESS SKILLS KEY VOCABULARY ACTIVITY OVERVIEW. Teacher s Guide I O N I G AT I N V E S T D-65 Gene Combo 59 40- to 1 2 50-minute sessions ACTIVITY OVERVIEW I N V E S T I O N I G AT SUMMARY Students use a coin-tossing simulation to model the pattern of inheritance exhibited by many single-gene traits,

More information

LSP 121. LSP 121 Math and Tech Literacy II. Topics. Binning. Stats & Probability. Stats Wrapup Intro to Probability

LSP 121. LSP 121 Math and Tech Literacy II. Topics. Binning. Stats & Probability. Stats Wrapup Intro to Probability Greg Brewster, DePaul University Page 1 LSP 121 Math and Tech Literacy II Stats Wrapup Intro to Greg Brewster DePaul University Statistics Wrapup Topics Binning Variables Statistics that Deceive Intro

More information

CHAPTER 6. Probability in Statistics LEARNING GOALS

CHAPTER 6. Probability in Statistics LEARNING GOALS Because of permissions issues, some material (e.g., photographs) has been removed from this chapter, though reference to it may occur in the text. The omitted content was intentionally deleted and is not

More information

Statistics and Probability

Statistics and Probability Statistics and a single count or measurement variable. S.ID.1: Represent data with plots on the real number line (dot plots, histograms, and box plots). S.ID.2: Use statistics appropriate to the shape

More information

Conditional probability

Conditional probability Conditional probability February 12, 2012 Once you eliminate the impossible, whatever remains, however improbable, must be the truth. Flip a fair coin twice. If you get TT, re-roll. Flip a fair coin twice.

More information

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations)

Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) Appendix: Instructions for Treatment Index B (Human Opponents, With Recommendations) This is an experiment in the economics of strategic decision making. Various agencies have provided funds for this research.

More information

2/3 x 1 x 1/4 = 2/12 = 1/6

2/3 x 1 x 1/4 = 2/12 = 1/6 1. Imagine that you are a genetic counselor, and a couple planning to start a family comes to you for assistance. Charles was married once before, and he and his first wife had a child with cystic fibrosis

More information

Problem Set and Review Questions 2

Problem Set and Review Questions 2 Problem Set and Review Questions 2 1. (Review of what we did in class) Imagine a hypothetical college that offers only two social science majors: Economics and Sociology. The economics department has 4

More information

PRINTABLE VERSION. Quiz 2

PRINTABLE VERSION. Quiz 2 Question 1 PRINTABLE VERSION Quiz 2 A researcher randomly selects 4 fish from among 8 fish in a tank and puts each of the 4 selected fish into different containers. How many ways can this be done? a) 420

More information

Section 6.1 "Basic Concepts of Probability and Counting" Outcome: The result of a single trial in a probability experiment

Section 6.1 Basic Concepts of Probability and Counting Outcome: The result of a single trial in a probability experiment Section 6.1 "Basic Concepts of Probability and Counting" Probability Experiment: An action, or trial, through which specific results are obtained Outcome: The result of a single trial in a probability

More information

NAME: PERIOD: Genetics. Objective 2: Determine the possible outcomes of single crosses using Punnett squares.

NAME: PERIOD: Genetics. Objective 2: Determine the possible outcomes of single crosses using Punnett squares. NAME: PERIOD: Genetics Objective 1: Explain the importance of DNA in a cell. Objective 2: Determine the possible outcomes of single crosses using Punnett squares. Objective 3: Compare sexual and asexual

More information

Sheila Barron Statistics Outreach Center 2/8/2011

Sheila Barron Statistics Outreach Center 2/8/2011 Sheila Barron Statistics Outreach Center 2/8/2011 What is Power? When conducting a research study using a statistical hypothesis test, power is the probability of getting statistical significance when

More information

Introductory Statistics Day 7. Conditional Probability

Introductory Statistics Day 7. Conditional Probability Introductory Statistics Day 7 Conditional Probability Activity 1: Risk Assessment In the book Gut Feelings, the author describes a study where he asked 24 doctors to estimate the following probability.

More information

CHANCE YEAR. A guide for teachers - Year 10 June The Improving Mathematics Education in Schools (TIMES) Project

CHANCE YEAR. A guide for teachers - Year 10 June The Improving Mathematics Education in Schools (TIMES) Project The Improving Mathematics Education in Schools (TIMES) Project CHANCE STATISTICS AND PROBABILITY Module 15 A guide for teachers - Year 10 June 2011 10 YEAR Chance (Statistics and Probability : Module 15)

More information

Ways of counting... Review of Basic Counting Principles. Spring Ways of counting... Spring / 11

Ways of counting... Review of Basic Counting Principles. Spring Ways of counting... Spring / 11 Ways of counting... Review of Basic Counting Principles Spring 2013 Ways of counting... Spring 2013 1 / 11 1 Introduction 2 Basic counting principles a first view 3 Counting with functions 4 Using functions

More information

Unit 11 Day 1 NAME Period. Factorials, Counting Principle

Unit 11 Day 1 NAME Period. Factorials, Counting Principle Unit 11 Day 1 NAME Period Factorials, Counting Principle & Simple Probability I can 11.1 Factorial Notes (2) (1).notebook How many ways can 5 painting be lined up on a wall? April 11, 2016 Factorials!

More information

Statistical sciences. Schools of thought. Resources for the course. Bayesian Methods - Introduction

Statistical sciences. Schools of thought. Resources for the course. Bayesian Methods - Introduction Bayesian Methods - Introduction Dr. David Lucy d.lucy@lancaster.ac.uk Lancaster University Bayesian methods p.1/38 Resources for the course All resources for this course can be found at: http://www.maths.lancs.ac.uk/

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Statistics Final Review Semeter I Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide an appropriate response. 1) The Centers for Disease

More information

Chapter 8: Two Dichotomous Variables

Chapter 8: Two Dichotomous Variables Chapter 8: Two Dichotomous Variables On the surface, the topic of this chapter seems similar to what we studied in Chapter 7. There are some subtle, yet important, differences. As in Chapter 5, we have

More information

Simplify the expression and write the answer without negative exponents.

Simplify the expression and write the answer without negative exponents. Second Semester Final Review IMP3 Name Simplify the expression and write the answer without negative exponents. 1) (-9x3y)(-10x4y6) 1) 2) 8x 9y10 2x8y7 2) 3) x 7 x6 3) 4) 3m -4n-4 2p-5 4) 5) 3x -8 x3 5)

More information

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #2 - SUMMER DR. DAVID BRIDGE

MATH CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #2 - SUMMER DR. DAVID BRIDGE MATH 2053 - CALCULUS & STATISTICS/BUSN - PRACTICE EXAM #2 - SUMMER 2006 - DR. DAVID BRIDGE MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the

More information

How Confident Are Yo u?

How Confident Are Yo u? Mathematics: Modeling Our World Unit 7: IMPERFECT TESTING A S S E S S M E N T PROBLEM A7.1 How Confident Are Yo u? A7.1 page 1 of 2 A battery manufacturer knows that a certain percentage of the batteries

More information

APPLIED STATISTICS. Lecture 2 Introduction to Probability. Petr Nazarov Microarray Center

APPLIED STATISTICS. Lecture 2 Introduction to Probability. Petr Nazarov Microarray Center Microarray Center LIED STTISTICS Lecture 2 Introduction to robability etr Nazarov petr.nazarov@crp-sante.lu 10-11-2009 Lecture 2. Introduction to probability OUTLINE Lecture 2 Experiments, counting rules

More information

Genetics 1 by Drs. Scott Poethig, Ingrid Waldron, and. Jennifer Doherty, Department of Biology, University of Pennsylvania, Copyright, 2011

Genetics 1 by Drs. Scott Poethig, Ingrid Waldron, and. Jennifer Doherty, Department of Biology, University of Pennsylvania, Copyright, 2011 Genetics 1 by Drs. Scott Poethig, Ingrid Waldron, and. Jennifer Doherty, Department of Biology, University of Pennsylvania, Copyright, 2011 We all know that children tend to resemble their parents in appearance.

More information

LAB 10 Principles of Genetic Inheritance

LAB 10 Principles of Genetic Inheritance LAB 10 Principles of Genetic Inheritance Objectives 1. Examine the nature of probability. 2. Solve various types of genetics problems. Overview In this laboratory you will learn about the basic principles

More information

Chance. May 11, Chance Behavior The Idea of Probability Myths About Chance Behavior The Real Law of Averages Personal Probabilities

Chance. May 11, Chance Behavior The Idea of Probability Myths About Chance Behavior The Real Law of Averages Personal Probabilities Chance May 11, 2012 Chance Behavior The Idea of Probability Myths About Chance Behavior The Real Law of Averages Personal Probabilities 1.0 Chance Behavior 16 pre-verbal infants separately watch a puppet

More information

Alien Life Form (ALF)

Alien Life Form (ALF) Alien Life Form (ALF) Closely related siblings are most often different in both genotype (the actual genes) and phenotype (the appearance of the genes). This is because of the great variety of traits in

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Chapter 4 Practice Math 227 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Find the indicated probability. ) If P(A) = 0, find P(A). ) 2) Find P(A),

More information

Activities to Accompany the Genetics and Evolution App for ipad and iphone

Activities to Accompany the Genetics and Evolution App for ipad and iphone Activities to Accompany the Genetics and Evolution App for ipad and iphone All of the following questions can be answered using the ipad version of the Genetics and Evolution App. When using the iphone

More information

1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants:

1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants: Genetics Homework Bio 120 1. A homozygous yellow pea plant is crossed with a homozygous green pea plant, Knowing that yellow is the dominant trait for pea plants: Y = yellow y = green B) Genotype of yellow

More information

Teaching Statistics with Coins and Playing Cards Going Beyond Probabilities

Teaching Statistics with Coins and Playing Cards Going Beyond Probabilities Teaching Statistics with Coins and Playing Cards Going Beyond Probabilities Authors Chris Malone (cmalone@winona.edu), Dept. of Mathematics and Statistics, Winona State University Tisha Hooks (thooks@winona.edu),

More information

c. If you know people who are runners, find out if they have foot arches. Does your data seem to match the national study data?

c. If you know people who are runners, find out if they have foot arches. Does your data seem to match the national study data? Applications. A foot arch is a genetic trait. A foot arch is a space between the middle of a person s foot and the floor when the person stands. In a national study, 982 people said they had a foot arch,

More information

8.2 Warm Up. why not.

8.2 Warm Up. why not. Binomial distributions often arise in discrimination cases when the population in question is large. The generic question is If the selection were made at random from the entire population, what is the

More information

Previously, when making inferences about the population mean,, we were assuming the following simple conditions:

Previously, when making inferences about the population mean,, we were assuming the following simple conditions: Chapter 17 Inference about a Population Mean Conditions for inference Previously, when making inferences about the population mean,, we were assuming the following simple conditions: (1) Our data (observations)

More information

Representativeness heuristics

Representativeness heuristics Representativeness heuristics 1-1 People judge probabilities by the degree to which A is representative of B, that is, by the degree to which A resembles B. A can be sample and B a population, or A can

More information

CPS331 Lecture: Coping with Uncertainty; Discussion of Dreyfus Reading

CPS331 Lecture: Coping with Uncertainty; Discussion of Dreyfus Reading CPS331 Lecture: Coping with Uncertainty; Discussion of Dreyfus Reading Objectives: 1. To discuss ways of handling uncertainty (probability; Mycin CF) 2. To discuss Dreyfus views on expert systems Materials:

More information

MAT 155. Chapter 1 Introduction to Statistics. Key Concept. Basics of Collecting Data. August 20, S1.5_3 Collecting Sample Data

MAT 155. Chapter 1 Introduction to Statistics. Key Concept. Basics of Collecting Data. August 20, S1.5_3 Collecting Sample Data MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 1 Introduction to Statistics 1 1 Review and Preview 1 2 Statistical Thinking 1 3 Types of Data 1 4 Critical Thinking 1 5 Collecting Sample Data

More information

Unit B2, B2.7. Cell division and inheritance. Stage 1. Ovary. Cell Q. Cell P. Cell R. Cell S. 7 Embryo A B C

Unit B2, B2.7. Cell division and inheritance. Stage 1. Ovary. Cell Q. Cell P. Cell R. Cell S. 7 Embryo A B C Cell division and inheritance 1. A woman gives birth to triplets. Two of the triplets are boys and the third is a girl. The triplets developed from two egg cells released from the ovary at the same time.

More information

MIDTERM EXAM. Total 150. Problem Points Grade. STAT 541 Introduction to Biostatistics. Name. Spring 2008 Ismor Fischer

MIDTERM EXAM. Total 150. Problem Points Grade. STAT 541 Introduction to Biostatistics. Name. Spring 2008 Ismor Fischer STAT 541 Introduction to Biostatistics Spring 2008 Ismor Fischer Name MIDTERM EXAM Instructions: This exam is worth 150 points ( 1/3 of your course grade). Answer Problem 1, and any two of the remaining

More information

Section 6.4 Permutations and Combinations Part 2

Section 6.4 Permutations and Combinations Part 2 Section 6.4 Permutations and Combinations Part 2 Question: Suppose we want to choose three people from a group of four people and we do not care about the order in which we do this, that is, we will not

More information

Blood Types and Genetics

Blood Types and Genetics Blood Types and Genetics Human blood type is determined by codominant alleles. An allele is one of several different forms of genetic information that is present in our DNA at a specific location on a

More information

Bayes Theorem Application: Estimating Outcomes in Terms of Probability

Bayes Theorem Application: Estimating Outcomes in Terms of Probability Bayes Theorem Application: Estimating Outcomes in Terms of Probability The better the estimates, the better the outcomes. It s true in engineering and in just about everything else. Decisions and judgments

More information

UF#Stats#Club#STA#2023#Exam#1#Review#Packet# #Fall#2013#

UF#Stats#Club#STA#2023#Exam#1#Review#Packet# #Fall#2013# UF#Stats#Club#STA##Exam##Review#Packet# #Fall## The following data consists of the scores the Gators basketball team scored during the 8 games played in the - season. 84 74 66 58 79 8 7 64 8 6 78 79 77

More information

Guided Notes: Simple Genetics

Guided Notes: Simple Genetics Punnett Squares Guided Notes: Simple Genetics In order to determine the a person might inherit, we use a simple diagram called a o Give us of an offspring having particular traits Pieces of the Punnett

More information

Glossary From Running Randomized Evaluations: A Practical Guide, by Rachel Glennerster and Kudzai Takavarasha

Glossary From Running Randomized Evaluations: A Practical Guide, by Rachel Glennerster and Kudzai Takavarasha Glossary From Running Randomized Evaluations: A Practical Guide, by Rachel Glennerster and Kudzai Takavarasha attrition: When data are missing because we are unable to measure the outcomes of some of the

More information

Genetics. by their offspring. The study of the inheritance of traits is called.

Genetics. by their offspring. The study of the inheritance of traits is called. Genetics DNA contains the genetic code for the production of. A gene is a part of DNA, which has enough bases to make for many different proteins. These specific proteins made by a gene decide the of an

More information

Intro to Probability Instructor: Alexandre Bouchard

Intro to Probability Instructor: Alexandre Bouchard www.stat.ubc.ca/~bouchard/courses/stat302-sp2017-18/ Intro to Probability Instructor: Alexandre Bouchard Plan for today: Bayesian inference 101 Decision diagram for non equally weighted problems Bayes

More information

Monday, February 8. Please copy into your agenda:

Monday, February 8. Please copy into your agenda: Monday, February 8 Please copy into your agenda: Monday: Finish Snapchat (due Tuesday) Tuesday: Genetics review (due Wednesday) Wednesday: Genetics quiz Thursday-Friday: Collect data (dues Tues) Reminder:

More information

Reasoning with Uncertainty. Reasoning with Uncertainty. Bayes Rule. Often, we want to reason from observable information to unobservable information

Reasoning with Uncertainty. Reasoning with Uncertainty. Bayes Rule. Often, we want to reason from observable information to unobservable information Reasoning with Uncertainty Reasoning with Uncertainty Often, we want to reason from observable information to unobservable information We want to calculate how our prior beliefs change given new available

More information

D F 3 7. beer coke Cognition and Perception. The Wason Selection Task. If P, then Q. If P, then Q

D F 3 7. beer coke Cognition and Perception. The Wason Selection Task. If P, then Q. If P, then Q Cognition and Perception 1. Why would evolution-minded cognitive psychologists think it is more likely that the mind consists of many specialized mechanisms rather than a few general-purpose mechanisms?

More information

Chromobugs. Problem: To demonstrate how genes are passed from parent to offspring.

Chromobugs. Problem: To demonstrate how genes are passed from parent to offspring. Chromobug Genetics 1 Name Chromobugs Problem: To demonstrate how genes are passed from parent to offspring. Background Information: Chromobugs are make-believe organisms. You will use these to model how

More information

Finding an Experimental Probability

Finding an Experimental Probability . Lesson Lesson Tutorials Key Vocabulary relative frequency, p. experimental probability, p. theoretical probability, p. Experimental Probability Probability that is based on repeated trials of an experiment

More information

Creative Commons Attribution-NonCommercial-Share Alike License

Creative Commons Attribution-NonCommercial-Share Alike License Author: Brenda Gunderson, Ph.D., 2015 License: Unless otherwise noted, this material is made available under the terms of the Creative Commons Attribution- NonCommercial-Share Alike 3.0 Unported License:

More information

Biology 3A Laboratory Mendelian, Human & Population Genetics Worksheet

Biology 3A Laboratory Mendelian, Human & Population Genetics Worksheet Biology 3A Laboratory Mendelian, Human & Population Genetics Worksheet Name: Lab Day & Time: A. UNDERSTANDING MEIOSIS & CHROMOSOME SEGREGATION 1. Meiosis activity: Diagram the process of meiosis using

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Essential Statistics 1st Edition Test Bank Navidi Monk Completed download: https://testbankarea.com/download/essential-statistics-1st-edition-test-bank-navidi-monk/ Solutions Manual for Essential Statistics

More information

MAKING GOOD CHOICES: AN INTRODUCTION TO PRACTICAL REASONING

MAKING GOOD CHOICES: AN INTRODUCTION TO PRACTICAL REASONING MAKING GOOD CHOICES: AN INTRODUCTION TO PRACTICAL REASONING CHAPTER 5: RISK AND PROBABILITY Many of our decisions are not under conditions of certainty but involve risk. Decision under risk means that

More information

PRINTABLE VERSION. Quiz 10

PRINTABLE VERSION. Quiz 10 You scored 0 out of 100 Question 1 PRINTABLE VERSION Quiz 10 The z-score associated with the 97 percent confidence interval is a) 2.170 b) 2.081 c) 1.829 d) 1.881 e) 2.673 Question 2 What will reduce the

More information

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date:

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: II. DESIGN OF STUDIES Observational studies and experiments are two types of studies that aim to describe or explain the variation of responses under the hypothesized factors, without or with manipulation.

More information

Outline. Chapter 3: Random Sampling, Probability, and the Binomial Distribution. Some Data: The Value of Statistical Consulting

Outline. Chapter 3: Random Sampling, Probability, and the Binomial Distribution. Some Data: The Value of Statistical Consulting Outline Chapter 3: Random Sampling, Probability, and the Binomial Distribution Part I Some Data Probability and Random Sampling Properties of Probabilities Finding Probabilities in Trees Probability Rules

More information

Collated questions Demonstrate understanding of biological ideas relating to genetic variation DNA STRUCTURE

Collated questions Demonstrate understanding of biological ideas relating to genetic variation DNA STRUCTURE Collated questions Demonstrate understanding of biological ideas relating to genetic variation DNA STRUCTURE THE ROLE OF DNA IN INHERITANCE (2013:2) Use the diagram above to help you explain the relationship

More information

*A Case of Possible Discrimination (Spotlight Task)

*A Case of Possible Discrimination (Spotlight Task) *A Case of Possible Discrimination (Spotlight Task) This activity is adapted by one of the authors, Christine Franklin, from Navigating through Data Analysis in Grades 9-12, Burrill, Gail, Christine Franklin,

More information

Math 1313 Section 5.4 Permutations and Combinations

Math 1313 Section 5.4 Permutations and Combinations Math 1313 Section 5.4 Permutations and Combinations Definition: n-factorial For any natural number n, n! n( n 1)( n 2) 3 2 1. Note: 0! = 1 Example: 2! 2.1 2 ; 5! 5.4.3.2.1 120. 1 Arrangements: n different

More information

Labrador Coat Color Similar to coat color in mice: Black lab is BxEx Yellow lab is xxee Chocolate lab is bbex Probable pathway:

Labrador Coat Color Similar to coat color in mice: Black lab is BxEx Yellow lab is xxee Chocolate lab is bbex Probable pathway: Honors Genetics 1. Gregor Mendel (1822-1884) German monk at the Augustine Abbey of St. Thomas in Brno (today in the Czech Republic). He was a gardener, teacher and priest. Mendel conducted experiments

More information

Statistical inference provides methods for drawing conclusions about a population from sample data.

Statistical inference provides methods for drawing conclusions about a population from sample data. Chapter 14 Tests of Significance Statistical inference provides methods for drawing conclusions about a population from sample data. Two of the most common types of statistical inference: 1) Confidence

More information

3. Mating two organisms produces a 3:1 ratio of the phenotype in progeny. The parental genotypes are

3. Mating two organisms produces a 3:1 ratio of the phenotype in progeny. The parental genotypes are 1. In dihybrid crosses, the ratio 9:3:3:1 indicates A. codominance. B. independent assortment. C. intermediate dominance. D. three alleles for each trait. 2. Mating of two organisms produces a 1:1 ratio

More information

Section 6.4 continued Permutations and Combinations

Section 6.4 continued Permutations and Combinations Section 6.4 continued Permutations and Combinations Question: Suppose we want to choose three people from a group of four people and we do not care about the order in which we do this, that is, we will

More information

HEREDITY BASKETBALL CHALLENGE!!!! WHO IS UP FOR A LITTLE COMPETITION!!??!?

HEREDITY BASKETBALL CHALLENGE!!!! WHO IS UP FOR A LITTLE COMPETITION!!??!? October 18, 2013 HEREDITY BASKETBALL CHALLENGE!!!! WHO IS UP FOR A LITTLE COMPETITION!!??!? James Brady Instructions for Editing Create a new Text box for the answer to the question. Click the basketball

More information