STAT 225 Summer 2010 Exam 2 Solution

Size: px
Start display at page:

Download "STAT 225 Summer 2010 Exam 2 Solution"

Transcription

1 STAT 225 Summer 2010 Exam 2 Solution Your Name: Your Instructor: Your class time (circle one): 8:40 9:50 11:00 1:00 Show work for full credit unsupported work will NOT receive full credit All answers should be in decimal form: no fractions, permutation, combination, or exponential form. Round all answers to at least 2 decimal places. You are responsible for upholding the Honor Code of Purdue University. This includes protecting your work from other students. You are allowed 1 page 8.5 x11 handwritten cheat sheet and a calculator. Instructors will not interpret questions, tell you if you re on the right track, or check any answers for you. Only legitimate questions will be answered. You must turn in your Cheat Sheet at the end of the exam and may be asked to show your student ID. Turn off your cell phone before the exam begins. Question Points Possible Points Received Cheat Sheet 1 Total 100

2 1. You and your friends like to play soccer during the weekends. On a given round of penalty kicks, the probability to score a goal is 0.6. For each of the following scenarios, write the correct distribution and its parameter(s). If an approximation can be used, write both the exact and the approximate distributions and parameters to receive full credit. (3 points each) a. A penalty kick is chosen at random. Let X be a success if a goal is scored. X~Bernoulli(0.6) b. The probability to hit the upper bar during a penalty kick is 0.9%. In 1000 trials, let Y be the number of upper-bar hits. Exact: Y~BIN(1000, 0.9%) c. Let Z be the number of goals during 30 penalty kicks. Z~BIN(30, 0.6) d. You and your friends did 2000 penalty kicks during a month out of those 2000 were goals. If we choose 50 penalty kicks without replacement, let M be the number of missed kicks out of that sample. Exact: M~HG(N=2000, n=50, r=400) or HG(N=2000, n=50, p=0.2) Approx: M~BIN(50, 0.2) e. You scored an average of 0.25 goals per minute. Let S be the number of scored goals during 1 hour. S~POI(0.25*60=15) 1

3 2. While spending the evening at the Tippecanoe County Fair you stroll through the carnival area and discover a simple but entertaining game. In order to play you must pay $3.50 and then roll one fair 6-sided die with the payout being equal to the outcome. Let X denote the amount of money you win on any given play of the game. Find the following: (2 points each) a. E[X]=0 b. Var(X)=2.92 On your fifth play of the game you accidently roll the die too hard and it breaks into multiple pieces. In light of the event the game operator offers to switch to a new fair 6-sided die labeled with the numbers {2, 4, 6, 8, 10, 12}. He also informs you that in order to keep the game fair you will now have to pay $7 per game. Let Y denote the amount of money you win on any given play of the game with the new die. Find the following: c. E[Y]=0 d. Var(Y)=Var(2X)=4*Var(X)= The following information about 3 events, A, B and C is given, answer the questions below. (2 points each) P(A)=0.52 P(B)=0.38 P(C)=0.45 P(AB)=0.17 P(A C BC)=0.07 P(AC)=0.19 P(ABC)=0.09. a. P(BC A)=P(ABC)/P(A)=0.09/0.52=0.17 b. P(B C)=P(BC)/P(C)=[P(ABC)+ P(A C BC)]/P(C)=( )/0.45=0.36 c. P(C AC)=1 d. Are B and C independent? Why? No, since P(B)P(C) does not equal P(BC) 2

4 4. One day, a student, Guessy, walked into his Biology class only to discover that he completely forgot about the quiz which was to follow the lecture. The quiz usually has 5 multiple choice questions with 5 possible answers each and the student has to guess at random without preparation. Let X be the number of problems the student answered correctly. (3 points each) a. Name the distribution and parameters of X. X~BIN(5, 0.2) b. What is the probability that Guessy solved more than 3 questions correctly? P(X>3)=P(X=4)+P(X=5)= 5 C C = c. Given that Guessy knows the answer to 2 of the problems, what is the probability that he solved at least 4 of them correctly? P(X>=4 X>=2)=P(X>=4) P(X>=2) = [P(X=4)+P(X=5)] / [ P(X=2) + P(X=3) + P(X=4) + p(x=5)] = / = d. Guessy s instructor gave the quiz in two versions this time and let students choose one to work on. One version includes 5 multiple choice questions with 5 possible answers and the other has 10 true or false questions. Without any preparation, Guessy had to guess ALL the questions on either version but he is 70% likely to choose the one with true or false questions. What is the probability that Guessy got at least 80% of all problems correctly? Let Y={number of True and False question solved correctly} and Y ~BIN(10, 0.5) A={ Guessy got at least 80% of all problems correctly} P(A)=0.3*[P(X=4)+P(X=5)] + 0.7* [P(Y=8)+P(Y=9)+P(Y=10)] = e. If Guessy finally got 80% correct on the quiz, what is the probability that he chose the multiple choice version of the quiz? 0.3*[P(X=4)+P(X=5)] / P(A)=

5 5. A researcher is conducting a pilot study. He wants to select 6 rats from a group of 15 to conduct an experiment. Currently, he has 6 male and 9 female rats. (3 points each) a. What is the probability that he gets 3 rats of each gender. 6C 3 * 9 C 3 / 15 C 6 = b. The results of the pilot study are very good and the researcher finally received a grant which allows him to conduct a large scale experiment. In the new experiment, he will have to select 150 rats from a total of 5000 males and 7500 females. Let MR represents the number of male rats selected into the experiment, find the approximate probability that MR=75. MR~BIN(150, 5000/( )=0.4) P(MR=75)= 150 C * = The U.S. Postal Service uses machines to help sort outgoing mail according to the zip code of the addressee. Suppose the machine at the main Lafayette, IN post office correctly sorts letters independently but makes a mistake on any given sort with probability.001. On a certain day the machine sorts 4,500 parcels. Let P be the number of incorrectly sorted parcels. (3 points each) a. Find the exact probability the machine will correctly sort all 5,500 parcels. P~BIN(4500, 0.001) P(P=0)=0.999^4500= b. State the name and parameter(s) of a good approximating distribution to P. P~POI(4500*0.001=4.5) c. Find the approximate probability the machine will make at least 2 mistakes. P(P>=2)=1-P(P<2)=1-P(P=0)-P(P=1)=

6 7. Once a month Gertrud likes to splurge on a new pair of shoes. However, before making such a decision she always sizes up her boyfriend Jamal s attitude at the time to determine what repercussions she may experience later upon making the purchase. A look of disapproval occurs 70% of the time and in such an instance Gertrud still decides to buy a new pair of shoes 10% of the time. However, if no look is given Gertrud will buy a new pair of shoes 80% of the time. a. Draw a tree diagram of the situation. (4 points) ANSWER: Gertrud 0.7 Look 0.3 NO look 0.1 Purchase NO purchase Purchase NO purchase 0.06 b. What are the chances Gertrud purchases a new pair of shoes in any given month? (3 points) Let A={Gertrud purchases a new pair of shoes in any given month} and B={Jamal gave her a look of disapproval} P(A)=P(A B)P(B)+P(A B C )P(B C )=0.7* *0.8=0.31 c. Knowing Gertrud purchased a pair of shoes this month what are the chances Jamal gave her a look of disapproval? (3 points) P(B A)= P(A B)P(B) / P(A) = d. Knowing Gertrud purchased a pair of shoes on twelve different months, what are the chances Jamal gave her a look of disapproval in a total of seven of those months? (3 points) Let X be the number of months when Jamal gave the look knowing Gertrud made the purchase. 7 X ~ Binn 12, p PLook Purchase ! *11*10*9*8*7 * 24 7 P X 7 p 1 p ! 12 7! !*31 5

7 8. One evening during a meteor shower Sarah walks to the top of the hill behind her house to do some stargazing. She sees shooting stars at the rate of 5 per hour and gazes for 2 hours. Let S be the number of stars Sarah sees during the 2 hour period. a. Name the distribution of S and its parameters. (3 points) S~POI(5*2=10) b. Find the probability Sarah sees at least 3 shooting stars during the first hour and at least 2 shooting stars during the second hour. (4 points) P(S 1 >=3)*P(S 2 >=2) =[1-P(S1<3)]*[1-P(S2<2)]= [1-P(S 1 =0)-P(S 1 =1)-P(S 1 =2)]*[1-P(S 1 =0)-P(S 1 =1)] = [1-e -5 *(5 0 /0!+5 1 /1!+5 2 /2!)]*[ 1-e -5 *(5 0 /0!+5 1 /1!)] = * = c. Find the probability she sees at least 3 stars in at least one of the two 1-hour periods.(4 points) 1-P(S 1 <3)P(S 2 <3)=1-( ) 2 = a. Given that Sarah has already seen 9 stars during the 2 hour period, what is the probability that she will see less than 12 stars by the end of this period? Please only show the steps necessary for the answer, no numeric answer is needed. (4 points) P(S<12 S >=9) = P(9<= S < 12) / P( S> =9 ) = [ P(S=9) + P(S=10) + P(S=11) ] / [1 - P(S=0) - P(S=1) - P(S=2) - P(S=3) - P(S=4) - P(S=6) - P(S=7) - P(S=8) ] = e -10 ( 10 9 /9! /10! /11!) / [ 1- e -10 (10 0 /0! /1! /2! /3! /4! /5! /6! /7! /8! )] 6

8 9. A tricked B into playing an unfair game for money. A put 20 balls (12 white, 4 red and 4 green) into a bag and asked B to pick 3 balls from the bag without replacement. B wins if he gets more colored balls than the white balls or three colored balls. a. What is the probability that B wins a game? (3 points) Let C={number of colored balls B picks from the bag}, B wins if C=2 or 3 P(B wins)=p(c=2)+p(c=3)= 8 C 2 * 12 C 1 / 20 C C 3 * 12 C 0 / 20 C 3 = b. A and B played 10 games. If we use k to represent the number of games won by B, which random variable can be used to describe k? Also find the parameter(s) of this random variable. (3 points) K~ BIN (10, ) c. A and B both started the game with $100 and the winner of each game got $10 from the loser. What is the probability that A ended up with $160 after 10 games? (4 points) A needs to win 8 games to end up with $160, then B wins 2 games. P(k=2)= 10 C 2 * ( ) 8 =

Stat Summer 2012 Exam 1. Your Name:

Stat Summer 2012 Exam 1. Your Name: Stat 225 - Summer 2012 Exam 1 Your Name: Your Section (circle one): Sveinn (08:40) Glen (09:50) Mike (11:00) Instructions: Show your work on ALL questions. Unsupported work will NOT receive full credit.

More information

Pan (7:30am) Juan (8:30am) Juan (9:30am) Allison (10:30am) Allison (11:30am) Mike L. (12:30pm) Mike C. (1:30pm) Grant (2:30pm)

Pan (7:30am) Juan (8:30am) Juan (9:30am) Allison (10:30am) Allison (11:30am) Mike L. (12:30pm) Mike C. (1:30pm) Grant (2:30pm) STAT 225 FALL 2012 EXAM ONE NAME Your Section (circle one): Pan (7:30am) Juan (8:30am) Juan (9:30am) Allison (10:30am) Allison (11:30am) Mike L. (12:30pm) Mike C. (1:30pm) Grant (2:30pm) Grant (3:30pm)

More information

The Teachers Circle Mar. 20, 2012 HOW TO GAMBLE IF YOU MUST (I ll bet you $5 that if you give me $10, I ll give you $20.)

The Teachers Circle Mar. 20, 2012 HOW TO GAMBLE IF YOU MUST (I ll bet you $5 that if you give me $10, I ll give you $20.) The Teachers Circle Mar. 2, 22 HOW TO GAMBLE IF YOU MUST (I ll bet you $ that if you give me $, I ll give you $2.) Instructor: Paul Zeitz (zeitzp@usfca.edu) Basic Laws and Definitions of Probability If

More information

Math Steven Noble. November 24th. Steven Noble Math 3790

Math Steven Noble. November 24th. Steven Noble Math 3790 Math 3790 Steven Noble November 24th The Rules of Craps In the game of craps you roll two dice then, if the total is 7 or 11, you win, if the total is 2, 3, or 12, you lose, In the other cases (when the

More information

, x {1, 2, k}, where k > 0. (a) Write down P(X = 2). (1) (b) Show that k = 3. (4) Find E(X). (2) (Total 7 marks)

, x {1, 2, k}, where k > 0. (a) Write down P(X = 2). (1) (b) Show that k = 3. (4) Find E(X). (2) (Total 7 marks) 1. The probability distribution of a discrete random variable X is given by 2 x P(X = x) = 14, x {1, 2, k}, where k > 0. Write down P(X = 2). (1) Show that k = 3. Find E(X). (Total 7 marks) 2. In a game

More information

Total. STAT/MATH 394 A - Autumn Quarter Midterm. Name: Student ID Number: Directions. Complete all questions.

Total. STAT/MATH 394 A - Autumn Quarter Midterm. Name: Student ID Number: Directions. Complete all questions. STAT/MATH 9 A - Autumn Quarter 015 - Midterm Name: Student ID Number: Problem 1 5 Total Points Directions. Complete all questions. You may use a scientific calculator during this examination; graphing

More information

A Probability Work Sheet

A Probability Work Sheet A Probability Work Sheet October 19, 2006 Introduction: Rolling a Die Suppose Geoff is given a fair six-sided die, which he rolls. What are the chances he rolls a six? In order to solve this problem, we

More information

Answer each of the following problems. Make sure to show your work.

Answer each of the following problems. Make sure to show your work. Answer each of the following problems. Make sure to show your work. 1. A board game requires each player to roll a die. The player with the highest number wins. If a player wants to calculate his or her

More information

Raise your hand if you rode a bus within the past month. Record the number of raised hands.

Raise your hand if you rode a bus within the past month. Record the number of raised hands. 166 CHAPTER 3 PROBABILITY TOPICS Raise your hand if you rode a bus within the past month. Record the number of raised hands. Raise your hand if you answered "yes" to BOTH of the first two questions. Record

More information

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability

The study of probability is concerned with the likelihood of events occurring. Many situations can be analyzed using a simplified model of probability The study of probability is concerned with the likelihood of events occurring Like combinatorics, the origins of probability theory can be traced back to the study of gambling games Still a popular branch

More information

Math 1342 Exam 2 Review

Math 1342 Exam 2 Review Math 1342 Exam 2 Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 1) If a sportscaster makes an educated guess as to how well a team will do this

More information

INDEPENDENT AND DEPENDENT EVENTS UNIT 6: PROBABILITY DAY 2

INDEPENDENT AND DEPENDENT EVENTS UNIT 6: PROBABILITY DAY 2 INDEPENDENT AND DEPENDENT EVENTS UNIT 6: PROBABILITY DAY 2 WARM UP Students in a mathematics class pick a card from a standard deck of 52 cards, record the suit, and return the card to the deck. The results

More information

Math 141 Exam 3 Review with Key. 1. P(E)=0.5, P(F)=0.6 P(E F)=0.9 Find ) b) P( E F ) c) P( E F )

Math 141 Exam 3 Review with Key. 1. P(E)=0.5, P(F)=0.6 P(E F)=0.9 Find ) b) P( E F ) c) P( E F ) Math 141 Exam 3 Review with Key 1. P(E)=0.5, P(F)=0.6 P(E F)=0.9 Find C C C a) P( E F) ) b) P( E F ) c) P( E F ) 2. A fair coin is tossed times and the sequence of heads and tails is recorded. Find a)

More information

Probability of Independent and Dependent Events. CCM2 Unit 6: Probability

Probability of Independent and Dependent Events. CCM2 Unit 6: Probability Probability of Independent and Dependent Events CCM2 Unit 6: Probability Independent and Dependent Events Independent Events: two events are said to be independent when one event has no affect on the probability

More information

6.041/6.431 Spring 2009 Quiz 1 Wednesday, March 11, 7:30-9:30 PM.

6.041/6.431 Spring 2009 Quiz 1 Wednesday, March 11, 7:30-9:30 PM. 6.04/6.43 Spring 09 Quiz Wednesday, March, 7:30-9:30 PM. Name: Recitation Instructor: TA: Question Part Score Out of 0 3 all 40 2 a 5 b 5 c 6 d 6 3 a 5 b 6 c 6 d 6 e 6 f 6 g 0 6.04 Total 00 6.43 Total

More information

Discrete Structures for Computer Science

Discrete Structures for Computer Science Discrete Structures for Computer Science William Garrison bill@cs.pitt.edu 6311 Sennott Square Lecture #23: Discrete Probability Based on materials developed by Dr. Adam Lee The study of probability is

More information

University of California, Berkeley, Statistics 20, Lecture 1. Michael Lugo, Fall Exam 2. November 3, 2010, 10:10 am - 11:00 am

University of California, Berkeley, Statistics 20, Lecture 1. Michael Lugo, Fall Exam 2. November 3, 2010, 10:10 am - 11:00 am University of California, Berkeley, Statistics 20, Lecture 1 Michael Lugo, Fall 2010 Exam 2 November 3, 2010, 10:10 am - 11:00 am Name: Signature: Student ID: Section (circle one): 101 (Joyce Chen, TR

More information

There is no class tomorrow! Have a good weekend! Scores will be posted in Compass early Friday morning J

There is no class tomorrow! Have a good weekend! Scores will be posted in Compass early Friday morning J STATISTICS 100 EXAM 3 Fall 2016 PRINT NAME (Last name) (First name) *NETID CIRCLE SECTION: L1 12:30pm L2 3:30pm Online MWF 12pm Write answers in appropriate blanks. When no blanks are provided CIRCLE your

More information

Class XII Chapter 13 Probability Maths. Exercise 13.1

Class XII Chapter 13 Probability Maths. Exercise 13.1 Exercise 13.1 Question 1: Given that E and F are events such that P(E) = 0.6, P(F) = 0.3 and P(E F) = 0.2, find P (E F) and P(F E). It is given that P(E) = 0.6, P(F) = 0.3, and P(E F) = 0.2 Question 2:

More information

Probability I Sample spaces, outcomes, and events.

Probability I Sample spaces, outcomes, and events. Probability I Sample spaces, outcomes, and events. When we perform an experiment, the result is called the outcome. The set of possible outcomes is the sample space and any subset of the sample space is

More information

Discrete Random Variables Day 1

Discrete Random Variables Day 1 Discrete Random Variables Day 1 What is a Random Variable? Every probability problem is equivalent to drawing something from a bag (perhaps more than once) Like Flipping a coin 3 times is equivalent to

More information

1. Describe the sample space and all 16 events for a trial in which two coins are thrown and each shows either a head or a tail.

1. Describe the sample space and all 16 events for a trial in which two coins are thrown and each shows either a head or a tail. Single Maths B Probability & Statistics: Exercises 1. Describe the sample space and all 16 events for a trial in which two coins are thrown and each shows either a head or a tail. 2. A fair coin is tossed,

More information

Ch Probability Outcomes & Trials

Ch Probability Outcomes & Trials Learning Intentions: Ch. 10.2 Probability Outcomes & Trials Define the basic terms & concepts of probability. Find experimental probabilities. Calculate theoretical probabilities. Vocabulary: Trial: real-world

More information

Part 1: I can express probability as a fraction, decimal, and percent

Part 1: I can express probability as a fraction, decimal, and percent Name: Pattern: Part 1: I can express probability as a fraction, decimal, and percent For #1 to #4, state the probability of each outcome. Write each answer as a) a fraction b) a decimal c) a percent Example:

More information

1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 100 calculators is tested.

1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 100 calculators is tested. 1. A factory makes calculators. Over a long period, 2 % of them are found to be faulty. A random sample of 0 calculators is tested. Write down the expected number of faulty calculators in the sample. Find

More information

Name: Unit 7 Study Guide 1. Use the spinner to name the color that fits each of the following statements.

Name: Unit 7 Study Guide 1. Use the spinner to name the color that fits each of the following statements. 1. Use the spinner to name the color that fits each of the following statements. green blue white white blue a. The spinner will land on this color about as often as it lands on white. b. The chance of

More information

Probability Paradoxes

Probability Paradoxes Probability Paradoxes Washington University Math Circle February 20, 2011 1 Introduction We re all familiar with the idea of probability, even if we haven t studied it. That is what makes probability so

More information

Math 12 Academic Assignment 9: Probability Outcomes: B8, G1, G2, G3, G4, G7, G8

Math 12 Academic Assignment 9: Probability Outcomes: B8, G1, G2, G3, G4, G7, G8 Math 12 Academic Assignment 9: Probability Outcomes: B8, G1, G2, G3, G4, G7, G8 Name: 45 1. A customer chooses 5 or 6 tapes from a bin of 40. What is the expression that gives the total number of possibilities?

More information

Compound Probability. Set Theory. Basic Definitions

Compound Probability. Set Theory. Basic Definitions Compound Probability Set Theory A probability measure P is a function that maps subsets of the state space Ω to numbers in the interval [0, 1]. In order to study these functions, we need to know some basic

More information

Week in Review #5 ( , 3.1)

Week in Review #5 ( , 3.1) Math 166 Week-in-Review - S. Nite 10/6/2012 Page 1 of 5 Week in Review #5 (2.3-2.4, 3.1) n( E) In general, the probability of an event is P ( E) =. n( S) Distinguishable Permutations Given a set of n objects

More information

PROBABILITY. 1. Introduction. Candidates should able to:

PROBABILITY. 1. Introduction. Candidates should able to: PROBABILITY Candidates should able to: evaluate probabilities in simple cases by means of enumeration of equiprobable elementary events (e.g for the total score when two fair dice are thrown), or by calculation

More information

#2. A coin is tossed 40 times and lands on heads 21 times. What is the experimental probability of the coin landing on tails?

#2. A coin is tossed 40 times and lands on heads 21 times. What is the experimental probability of the coin landing on tails? 1 Pre-AP Geometry Chapter 14 Test Review Standards/Goals: A.1.f.: I can find the probability of a simple event. F.1.c.: I can use area to solve problems involving geometric probability. S.CP.1: I can define

More information

Math 7 Notes - Unit 7B (Chapter 11) Probability

Math 7 Notes - Unit 7B (Chapter 11) Probability Math 7 Notes - Unit 7B (Chapter 11) Probability Probability Syllabus Objective: (7.2)The student will determine the theoretical probability of an event. Syllabus Objective: (7.4)The student will compare

More information

North Seattle Community College Winter ELEMENTARY STATISTICS 2617 MATH Section 05, Practice Questions for Test 2 Chapter 3 and 4

North Seattle Community College Winter ELEMENTARY STATISTICS 2617 MATH Section 05, Practice Questions for Test 2 Chapter 3 and 4 North Seattle Community College Winter 2012 ELEMENTARY STATISTICS 2617 MATH 109 - Section 05, Practice Questions for Test 2 Chapter 3 and 4 1. Classify each statement as an example of empirical probability,

More information

12.1 Practice A. Name Date. In Exercises 1 and 2, find the number of possible outcomes in the sample space. Then list the possible outcomes.

12.1 Practice A. Name Date. In Exercises 1 and 2, find the number of possible outcomes in the sample space. Then list the possible outcomes. Name Date 12.1 Practice A In Exercises 1 and 2, find the number of possible outcomes in the sample space. Then list the possible outcomes. 1. You flip three coins. 2. A clown has three purple balloons

More information

a) Getting 10 +/- 2 head in 20 tosses is the same probability as getting +/- heads in 320 tosses

a) Getting 10 +/- 2 head in 20 tosses is the same probability as getting +/- heads in 320 tosses Question 1 pertains to tossing a fair coin (8 pts.) Fill in the blanks with the correct numbers to make the 2 scenarios equally likely: a) Getting 10 +/- 2 head in 20 tosses is the same probability as

More information

MTH 103 H Final Exam. 1. I study and I pass the course is an example of a. (a) conjunction (b) disjunction. (c) conditional (d) connective

MTH 103 H Final Exam. 1. I study and I pass the course is an example of a. (a) conjunction (b) disjunction. (c) conditional (d) connective MTH 103 H Final Exam Name: 1. I study and I pass the course is an example of a (a) conjunction (b) disjunction (c) conditional (d) connective 2. Which of the following is equivalent to (p q)? (a) p q (b)

More information

University of Connecticut Department of Mathematics

University of Connecticut Department of Mathematics University of Connecticut Department of Mathematics Math 1070 Sample Exam 2 Fall 2014 Name: Instructor Name: Section: Exam 2 will cover Sections 4.6-4.7, 5.3-5.4, 6.1-6.4, and F.1-F.3. This sample exam

More information

Lesson 1: Chance Experiments

Lesson 1: Chance Experiments Student Outcomes Students understand that a probability is a number between and that represents the likelihood that an event will occur. Students interpret a probability as the proportion of the time that

More information

November 11, Chapter 8: Probability: The Mathematics of Chance

November 11, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 11, 2013 Last Time Probability Models and Rules Discrete Probability Models Equally Likely Outcomes Probability Rules Probability Rules Rule 1.

More information

Module 4 Project Maths Development Team Draft (Version 2)

Module 4 Project Maths Development Team Draft (Version 2) 5 Week Modular Course in Statistics & Probability Strand 1 Module 4 Set Theory and Probability It is often said that the three basic rules of probability are: 1. Draw a picture 2. Draw a picture 3. Draw

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

3 PROBABILITY TOPICS

3 PROBABILITY TOPICS Chapter 3 Probability Topics 35 3 PROBABILITY TOPICS Figure 3. Meteor showers are rare, but the probability of them occurring can be calculated. (credit: Navicore/flickr) Introduction It is often necessary

More information

Date. Probability. Chapter

Date. Probability. Chapter Date Probability Contests, lotteries, and games offer the chance to win just about anything. You can win a cup of coffee. Even better, you can win cars, houses, vacations, or millions of dollars. Games

More information

, -the of all of a probability experiment. consists of outcomes. (b) List the elements of the event consisting of a number that is greater than 4.

, -the of all of a probability experiment. consists of outcomes. (b) List the elements of the event consisting of a number that is greater than 4. 4-1 Sample Spaces and Probability as a general concept can be defined as the chance of an event occurring. In addition to being used in games of chance, probability is used in the fields of,, and forecasting,

More information

Multiplication and Probability

Multiplication and Probability Problem Solving: Multiplication and Probability Problem Solving: Multiplication and Probability What is an efficient way to figure out probability? In the last lesson, we used a table to show the probability

More information

Counting. Combinations. Permutations. September 15, Permutations. Do you really know how to count?

Counting. Combinations. Permutations. September 15, Permutations. Do you really know how to count? September 15, 2016 Why do we learn to count first? How is this used in the real world? Do you really know how to count? Counting In how many unique ways can these five simple objects be arranged? Combinations

More information

Chapter 4: Probability and Counting Rules

Chapter 4: Probability and Counting Rules Chapter 4: Probability and Counting Rules Before we can move from descriptive statistics to inferential statistics, we need to have some understanding of probability: Ch4: Probability and Counting Rules

More information

SECONDARY 2 Honors ~ Lesson 9.2 Worksheet Intro to Probability

SECONDARY 2 Honors ~ Lesson 9.2 Worksheet Intro to Probability SECONDARY 2 Honors ~ Lesson 9.2 Worksheet Intro to Probability Name Period Write all probabilities as fractions in reduced form! Use the given information to complete problems 1-3. Five students have the

More information

Chance and risk play a role in everyone s life. No

Chance and risk play a role in everyone s life. No CAPER Counting 6 and Probability Lesson 6.1 A Counting Activity Chance and risk play a role in everyone s life. No doubt you have often heard questions like What are the chances? Some risks are avoidable,

More information

Chapter 1. Probability

Chapter 1. Probability Chapter 1. Probability 1.1 Basic Concepts Scientific method a. For a given problem, we define measures that explains the problem well. b. Data is collected with observation and the measures are calculated.

More information

Unit 7 Central Tendency and Probability

Unit 7 Central Tendency and Probability Name: Block: 7.1 Central Tendency 7.2 Introduction to Probability 7.3 Independent Events 7.4 Dependent Events 7.1 Central Tendency A central tendency is a central or value in a data set. We will look at

More information

Now let s figure the probability that Angelina picked a green marble if Marc did not replace his marble.

Now let s figure the probability that Angelina picked a green marble if Marc did not replace his marble. Find the probability of an event with or without replacement : The probability of an outcome of an event is the ratio of the number of ways that outcome can occur to the total number of different possible

More information

Grade 7/8 Math Circles February 25/26, Probability

Grade 7/8 Math Circles February 25/26, Probability Faculty of Mathematics Waterloo, Ontario N2L 3G1 Probability Grade 7/8 Math Circles February 25/26, 2014 Probability Centre for Education in Mathematics and Computing Probability is the study of how likely

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 3.2 - Measures of Central Tendency

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 3.2 - Measures of Central Tendency

More information

S = {(1, 1), (1, 2),, (6, 6)}

S = {(1, 1), (1, 2),, (6, 6)} Part, MULTIPLE CHOICE, 5 Points Each An experiment consists of rolling a pair of dice and observing the uppermost faces. The sample space for this experiment consists of 6 outcomes listed as pairs of numbers:

More information

Probability and Counting Rules. Chapter 3

Probability and Counting Rules. Chapter 3 Probability and Counting Rules Chapter 3 Probability as a general concept can be defined as the chance of an event occurring. Many people are familiar with probability from observing or playing games of

More information

6. a) Determine the probability distribution. b) Determine the expected sum of two dice. c) Repeat parts a) and b) for the sum of

6. a) Determine the probability distribution. b) Determine the expected sum of two dice. c) Repeat parts a) and b) for the sum of d) generating a random number between 1 and 20 with a calculator e) guessing a person s age f) cutting a card from a well-shuffled deck g) rolling a number with two dice 3. Given the following probability

More information

Lesson 16.1 Assignment

Lesson 16.1 Assignment Lesson 16.1 Assignment Name Date Rolling, Rolling, Rolling... Defining and Representing Probability 1. Rasheed is getting dressed in the dark. He reaches into his sock drawer to get a pair of socks. He

More information

Section The Multiplication Principle and Permutations

Section The Multiplication Principle and Permutations Section 2.1 - The Multiplication Principle and Permutations Example 1: A yogurt shop has 4 flavors (chocolate, vanilla, strawberry, and blueberry) and three sizes (small, medium, and large). How many different

More information

Math 7 Notes - Unit 11 Probability

Math 7 Notes - Unit 11 Probability Math 7 Notes - Unit 11 Probability Probability Syllabus Objective: (7.2)The student will determine the theoretical probability of an event. Syllabus Objective: (7.4)The student will compare theoretical

More information

Expected Value, continued

Expected Value, continued Expected Value, continued Data from Tuesday On Tuesday each person rolled a die until obtaining each number at least once, and counted the number of rolls it took. Each person did this twice. The data

More information

Option 1: You could simply list all the possibilities: wool + red wool + green wool + black. cotton + green cotton + black

Option 1: You could simply list all the possibilities: wool + red wool + green wool + black. cotton + green cotton + black ACTIVITY 6.2 CHOICES 713 OBJECTIVES ACTIVITY 6.2 Choices 1. Apply the multiplication principle of counting. 2. Determine the sample space for a probability distribution. 3. Display a sample space with

More information

SALES AND MARKETING Department MATHEMATICS. Combinatorics and probabilities. Tutorials and exercises

SALES AND MARKETING Department MATHEMATICS. Combinatorics and probabilities. Tutorials and exercises SALES AND MARKETING Department MATHEMATICS 2 nd Semester Combinatorics and probabilities Tutorials and exercises Online document : http://jff-dut-tc.weebly.com section DUT Maths S2 IUT de Saint-Etienne

More information

Exam III Review Problems

Exam III Review Problems c Kathryn Bollinger and Benjamin Aurispa, November 10, 2011 1 Exam III Review Problems Fall 2011 Note: Not every topic is covered in this review. Please also take a look at the previous Week-in-Reviews

More information

COMPOUND EVENTS. Judo Math Inc.

COMPOUND EVENTS. Judo Math Inc. COMPOUND EVENTS Judo Math Inc. 7 th grade Statistics Discipline: Black Belt Training Order of Mastery: Compound Events 1. What are compound events? 2. Using organized Lists (7SP8) 3. Using tables (7SP8)

More information

OCR Maths S1. Topic Questions from Papers. Probability

OCR Maths S1. Topic Questions from Papers. Probability OCR Maths S1 Topic Questions from Papers Probability PhysicsAndMathsTutor.com 16 Louise and Marie play a series of tennis matches. It is given that, in any match, the probability that Louise wins the first

More information

Chapter 3: PROBABILITY

Chapter 3: PROBABILITY Chapter 3 Math 3201 1 3.1 Exploring Probability: P(event) = Chapter 3: PROBABILITY number of outcomes favourable to the event total number of outcomes in the sample space An event is any collection of

More information

Math 3201 Midterm Chapter 3

Math 3201 Midterm Chapter 3 Math 3201 Midterm Chapter 3 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which expression correctly describes the experimental probability P(B), where

More information

November 6, Chapter 8: Probability: The Mathematics of Chance

November 6, Chapter 8: Probability: The Mathematics of Chance Chapter 8: Probability: The Mathematics of Chance November 6, 2013 Last Time Crystallographic notation Groups Crystallographic notation The first symbol is always a p, which indicates that the pattern

More information

Mini-Lecture 6.1 Discrete Random Variables

Mini-Lecture 6.1 Discrete Random Variables Mini-Lecture 6.1 Discrete Random Variables Objectives 1. Distinguish between discrete and continuous random variables 2. Identify discrete probability distributions 3. Construct probability histograms

More information

Finite Mathematical Structures A

Finite Mathematical Structures A AMS 01. (Spring, 010) Estie Arkin Finite Mathematical Structures A Exam : Thursday, April 8, 010 READ THESE INSTRUCTIONS CAREFULLY. Do not start the exam until told to do so. Make certain that you have

More information

Math 147 Lecture Notes: Lecture 21

Math 147 Lecture Notes: Lecture 21 Math 147 Lecture Notes: Lecture 21 Walter Carlip March, 2018 The Probability of an Event is greater or less, according to the number of Chances by which it may happen, compared with the whole number of

More information

Functional Skills Mathematics

Functional Skills Mathematics Functional Skills Mathematics Level Learning Resource HD2/L. HD2/L.2 Excellence in skills development Contents HD2/L. Pages 3-6 HD2/L.2 West Nottinghamshire College 2 HD2/L. HD2/L.2 Information is the

More information

Bayes stuff Red Cross and Blood Example

Bayes stuff Red Cross and Blood Example Bayes stuff Red Cross and Blood Example 42% of the workers at Motor Works are female, while 67% of the workers at City Bank are female. If one of these companies is selected at random (assume a 50-50 chance

More information

Chapter 3: Probability (Part 1)

Chapter 3: Probability (Part 1) Chapter 3: Probability (Part 1) 3.1: Basic Concepts of Probability and Counting Types of Probability There are at least three different types of probability Subjective Probability is found through people

More information

Sample Spaces, Events, Probability

Sample Spaces, Events, Probability Sample Spaces, Events, Probability CS 3130/ECE 3530: Probability and Statistics for Engineers August 28, 2014 Sets A set is a collection of unique objects. Sets A set is a collection of unique objects.

More information

Using Technology to Conduct a Simulation. ESSENTIAL QUESTION How can you use technology simulations to estimate probabilities?

Using Technology to Conduct a Simulation. ESSENTIAL QUESTION How can you use technology simulations to estimate probabilities? ? LESSON 6.4 Designing and Conducting a Simulation for a Simple Event You can use a graphing calculator or computer to generate random numbers and conduct a simulation. EXAMPLE 1 Using Technology to Conduct

More information

1. The masses, x grams, of the contents of 25 tins of Brand A anchovies are summarized by x =

1. The masses, x grams, of the contents of 25 tins of Brand A anchovies are summarized by x = P6.C1_C2.E1.Representation of Data and Probability 1. The masses, x grams, of the contents of 25 tins of Brand A anchovies are summarized by x = 1268.2 and x 2 = 64585.16. Find the mean and variance of

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. Math 1342 Practice Test 2 Ch 4 & 5 Name 1) Nanette must pass through three doors as she walks from her company's foyer to her office. Each of these doors may be locked or unlocked. 1) List the outcomes

More information

CLASSIFIED A-LEVEL PROBABILITY S1 BY: MR. AFDZAL Page 1

CLASSIFIED A-LEVEL PROBABILITY S1 BY: MR. AFDZAL Page 1 5 At a zoo, rides are offered on elephants, camels and jungle tractors. Ravi has money for only one ride. To decide which ride to choose, he tosses a fair coin twice. If he gets 2 heads he will go on the

More information

Name: Exam Score: /100. Exam 1: Version C. Academic Honesty Pledge

Name: Exam Score: /100. Exam 1: Version C. Academic Honesty Pledge MATH 11008 Explorations in Modern Mathematics Fall 2013 Circle one: MW7:45 / MWF1:10 Dr. Kracht Name: Exam Score: /100. (110 pts available) Exam 1: Version C Academic Honesty Pledge Your signature at the

More information

Name: Class: Date: Probability/Counting Multiple Choice Pre-Test

Name: Class: Date: Probability/Counting Multiple Choice Pre-Test Name: _ lass: _ ate: Probability/ounting Multiple hoice Pre-Test Multiple hoice Identify the choice that best completes the statement or answers the question. 1 The dartboard has 8 sections of equal area.

More information

5 Elementary Probability Theory

5 Elementary Probability Theory 5 Elementary Probability Theory 5.1 What is Probability? The Basics We begin by defining some terms. Random Experiment: any activity with a random (unpredictable) result that can be measured. Trial: one

More information

Chapter 6: Probability and Simulation. The study of randomness

Chapter 6: Probability and Simulation. The study of randomness Chapter 6: Probability and Simulation The study of randomness 6.1 Randomness Probability describes the pattern of chance outcomes. Probability is the basis of inference Meaning, the pattern of chance outcomes

More information

CHAPTERS 14 & 15 PROBABILITY STAT 203

CHAPTERS 14 & 15 PROBABILITY STAT 203 CHAPTERS 14 & 15 PROBABILITY STAT 203 Where this fits in 2 Up to now, we ve mostly discussed how to handle data (descriptive statistics) and how to collect data. Regression has been the only form of statistical

More information

Spring 2016 Math 54 Test #2 Name: Write your work neatly. You may use TI calculator and formula sheet. Total points: 103

Spring 2016 Math 54 Test #2 Name: Write your work neatly. You may use TI calculator and formula sheet. Total points: 103 Spring 2016 Math 54 Test #2 Name: Write your work neatly. You may use TI calculator and formula sheet. Total points: 103 1. (8) The following are amounts of time (minutes) spent on hygiene and grooming

More information

Name Date Class. 2. dime. 3. nickel. 6. randomly drawing 1 of the 4 S s from a bag of 100 Scrabble tiles

Name Date Class. 2. dime. 3. nickel. 6. randomly drawing 1 of the 4 S s from a bag of 100 Scrabble tiles Name Date Class Practice A Tina has 3 quarters, 1 dime, and 6 nickels in her pocket. Find the probability of randomly drawing each of the following coins. Write your answer as a fraction, as a decimal,

More information

Probability. March 06, J. Boulton MDM 4U1. P(A) = n(a) n(s) Introductory Probability

Probability. March 06, J. Boulton MDM 4U1. P(A) = n(a) n(s) Introductory Probability Most people think they understand odds and probability. Do you? Decision 1: Pick a card Decision 2: Switch or don't Outcomes: Make a tree diagram Do you think you understand probability? Probability Write

More information

Unit 6: What Do You Expect? Investigation 2: Experimental and Theoretical Probability

Unit 6: What Do You Expect? Investigation 2: Experimental and Theoretical Probability Unit 6: What Do You Expect? Investigation 2: Experimental and Theoretical Probability Lesson Practice Problems Lesson 1: Predicting to Win (Finding Theoretical Probabilities) 1-3 Lesson 2: Choosing Marbles

More information

CH 13. Probability and Data Analysis

CH 13. Probability and Data Analysis 11.1: Find Probabilities and Odds 11.2: Find Probabilities Using Permutations 11.3: Find Probabilities Using Combinations 11.4: Find Probabilities of Compound Events 11.5: Analyze Surveys and Samples 11.6:

More information

Tree and Venn Diagrams

Tree and Venn Diagrams OpenStax-CNX module: m46944 1 Tree and Venn Diagrams OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 Sometimes, when the probability

More information

Answer each of the following problems. Make sure to show your work.

Answer each of the following problems. Make sure to show your work. Answer each of the following problems. Make sure to show your work. 1. A board game requires each player to roll a die. The player with the highest number wins. If a player wants to calculate his or her

More information

Chapter 11: Probability and Counting Techniques

Chapter 11: Probability and Counting Techniques Chapter 11: Probability and Counting Techniques Diana Pell Section 11.3: Basic Concepts of Probability Definition 1. A sample space is a set of all possible outcomes of an experiment. Exercise 1. An experiment

More information

Basic Probability Concepts

Basic Probability Concepts 6.1 Basic Probability Concepts How likely is rain tomorrow? What are the chances that you will pass your driving test on the first attempt? What are the odds that the flight will be on time when you go

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. Study Guide for Test III (MATH 1630) Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the number of subsets of the set. 1) {x x is an even

More information

Probability. Dr. Zhang Fordham Univ.

Probability. Dr. Zhang Fordham Univ. Probability! Dr. Zhang Fordham Univ. 1 Probability: outline Introduction! Experiment, event, sample space! Probability of events! Calculate Probability! Through counting! Sum rule and general sum rule!

More information

PROBABILITY. Example 1 The probability of choosing a heart from a deck of cards is given by

PROBABILITY. Example 1 The probability of choosing a heart from a deck of cards is given by Classical Definition of Probability PROBABILITY Probability is the measure of how likely an event is. An experiment is a situation involving chance or probability that leads to results called outcomes.

More information

Math : Probabilities

Math : Probabilities 20 20. Probability EP-Program - Strisuksa School - Roi-et Math : Probabilities Dr.Wattana Toutip - Department of Mathematics Khon Kaen University 200 :Wattana Toutip wattou@kku.ac.th http://home.kku.ac.th/wattou

More information