and the Sample Mean Random Sample

Size: px
Start display at page:

Download "and the Sample Mean Random Sample"

Transcription

1 MATH 183 Random Samples and the Sample Mean Dr. Neal, WKU Henceforth, we shall assume that we are studying a particular measurement X from a population! for which the mean µ and standard deviation! are unknown. When we have several sub-populations under consideration, then we may denote the parameters by such variables as! 1, µ 1,! 1 and! 2, µ 2,! 2 in order to distinguish between different sub-groups within!. Random Sample Our first goal is to estimate the mean µ and the standard deviation! of the population measurement X. If possible, we first should note the approximate population size N. For extremely large populations, as with a national survey of registered voters, we can assume that we have an infinite population size. Then we must collect a random sample x 1, x 2,..., x n of n measurements. A properly collected random sample will have the following properties: (i) Individual measurements x i are independent; that is, for all i j, the i th response x i is not affected by nor does it affect the j th response x j. (ii) The respondents are representative of the entire population; i.e., the sample is stratified. For example, suppose we want a random sample from WKU's student body of approximately 19,000 students. Because 60% of the student body is female, then 60% of our sample measurements should be from females. Because 15% of students are enrolled in the Community College, then 15% of the responses should be from Community College students. In general, it may be difficult to obtain such a stratified random sample that is truly representative of the entire population with respect to all demographics such as age, race, sex, religion, political persuasion, etc. With modern databases though, it becomes easier to choose a stratified random sample in certain situations. Example 1. (A Sample of Voters) A roll of all registered voters! in a county can be obtained which is broken down by party affiliation. We wish to use the list to approximate the average age of registered voters in the county. Suppose there are N = 8250 registered voters in the county, of which 58% are Democrats! 1, 36% are Republican! 2, and 6% are Other! 3. We decide to take a random sample of n = 850 of the registered voters in the correct proportions and ask their age. How many of each category do we need? Simply sample 850! 0.58 = 493 Democrats, 850! 0.36 = 306 Republicans, and 850! 0.06 = 51 others, and obtain the age of each. (Also note that there are N 1 = 8250! 0.58 = 4785 Democrats, N 2 = 8250! 0.36 = 2970 Republicans, and N 3 = 8250! 0.06 = 495 others in the entire pool of registered voters.)

2 Assuming the roll of voters is enumerated and broken down by party, here is one way to choose the sample: Choose a random integer from 1 to 4785 and call the person with that number from the Democrat list. Then mark out that person if they respond or ask to be left alone. Repeat the process until 493 persons have been contacted from the Democrat roll. If the same random integer reoccurs, then ignore it and choose another. Then proceed to the Republican roll by choosing random integers from 1 to 2970 until 306 persons are contacted. Then proceed to the combined rolls of the other registered voters. (Find the randint command under MATH then PRB.) Note: If the actual percentage breakdowns of each party are unknown, then we can choose our random integers from 1 to 8250 and sample 850 from among the whole group at once. This completely random sampling still should produce a sample that is close to being stratified along party lines. Repeated Experiments In most cases, we choose a random sample without replacement. Although the actual measurements we obtain may repeat, they come from different respondents. In Example 1, it is in fact a certainty that we will have the same age reoccurring from many different voters because we would be asking the age of 850 people. But we never ask the same person twice, so the repeated responses are still obtained by choosing without replacement. However, when obtaining measurements from experimental processes, we often model the procedure on sampling with replacement. In this case, we may independently perform the same experiment over and over in order to obtain a sequence of outcomes that may be repeated. Example 2. (Rolling One Die) In order to test if a regular six-sided die is loaded, we roll the die over and over a total of 120 times to obtain the average roll. In this case, there are only six possible outcomes Side 1, Side 2,..., or Side 6 of the die. If we knew that the die was fair so that each side was equally likely, then the true average would be µ = ( )/6 = 3.5. But these six outcomes do not represent a finite population of measurements, as with a population of registered voters. If they did, then the largest sample could be of size 6. Instead we obtain a random sample of size n = 120 (or any desired size) by repeatedly rolling the die. On each roll, any of the six outcomes may occur. In a sense, we simply choose one of the sides {1, 2, 3, 4, 5, 6}. Then we choose one of the sides again with repeats allowed. Thus, in effect, we are sampling with replacement.

3 How Many Possible Samples Are There? Assume that we have a population of size N. This value could represent the number of outcomes in an experiment such as rolling a die, or it could be the number distinct people in a population under study. I. Choosing a sequence of length n in order with replacement: Since repeats are allowed, there are always N possibilities for each individual choice. Thus: From a population of size N, there are N n possible sequences of length n when repeats are allowed. II. Choosing a sample of size n N without repeats, without regard to order: Now we choose n objects all at once in a group without aligning them in the order of choice. Such a selection is called a combination. From a population of size N, N! there are N ncr n = n!(n! n)! possible combinations of size n, where n N. III. Choosing a stratified random sample: Suppose the population is divided into subpopulations of sizes N 1, N 2,..., N k, where N 1 + N N k = N. We choose proportional samples (combinations) from each sub-population of sizes n 1, n 2,..., n k respectively, where n 1 + n n k = n. (We assume that n i / n = N i / N for all i in order to have a properly representative sample.) There are ( N 1 ncr n 1 )! ( N 2 ncr n 2 )!...! ( N k ncr n k ) ways to choose a stratified random sample. Example 3. In a class of 30 students, there are 16 females and 14 males. How many ways are there to pick a sample of 5 students in the following settings: (a) On 5 consecutive days, a student is chosen at random with repeats allowed. (b) On one day, 5 students are chosen at random all at once. (c) Three females and two males are chosen all at once.

4 Solution. (a) There are 30 possibilities each day, so there are 30 5 = 24,300,000 ways. 30! (b) Now there are 30 ncr 5 = = 25!! 5! 142,506 ways. This value can computed by entering 30 ncr 5 using the ncr command from the MATH PRB menu. (c) There are (16 ncr 3)! (14 ncr 2) = 50,960 ways to choose 3 females and 2 males all at once. Example 4. How many possible sequences of 120 rolls of a six-sided die are there? Solution. On each roll there always 6 possibilities; thus, there are ! possible sequences of length 120. Each time you make a sequence of 120 rolls, you will obtain a different sequence such as 6, 4, 6, 2, 1, 3, 4,...., 5. But any single such sequence can be averaged to approximate the average roll (which should be around 3.5 for a fair die). Example 5. (a) How many ways are there to choose a random sample of size 51 from a population of 495 people? (b) How many ways are there to choose the stratified random sample of Example 1 of 493 Democrats, 306 Republicans, and 51 Others? Solution. (a) Choosing a combination (all at once, without regard to order), there are possible random samples. 495 ncr ! (b) There are (4785 ncr 493)! (2970 ncr 306)! (495 ncr 51) (overflow) ways to choose the random sample in Example 1. These values like ! and ! are literally too large for the mind to comprehend. There is no conceivable way to list all possible samples, and there is virtually no possibility of any two independent random samples turning out the same way. Thus, two different random samples will yield different sample means x. Yet any single sample mean x should be sufficient to estimate the true population average µ.

5 The Sample Mean After properly obtaining a random sample of n measurements x 1, x 2,..., x n from a population of size N, we then compute the sample mean x by x = x 1 + x x n n. A sample mean is only an estimate of the true population mean µ. The collection of all possible sample means x has the following properties: µ x = µ The average of all possible sample means is the true population average µ.! x = $ & % & ' &! n! n " N # n N #1 with replacement (or "large" populations ) without replacement (or for Pop. Size N) Regardless of whether we sample with or without replacement, the average of all possible sample means from random samples of size n always equals the true overall population average µ. However the standard deviation! x of all possible sample means depends on whether we sample with or without replacement. But in either case! x is a fraction of the true population standard deviation!. These properties still hold when we choose a stratified random sample, as in Example 1, as long as we pick samples from each segment of the population that are in proportion to the sub-population ratios. If we continually oversample one or more portions of the population, then the average of the sample means will be skewed. When the population size N is very large in comparison to the sample size n, then N! n N!1 1; thus,! x! n. As the sample size n increases, then! x decreases to 0. Therefore as n increases, the values of the sample means will be consistently closer to the true population mean µ. (This is a good Final Exam Question.)

6 A Typical Distribution of Sample Means µ Small sample size n creates wide deviation in the values of x. µ Larger n creates less deviation in the values of x. Example 6. Each student in a class of 30 is measured in height. The true class average is µ = 68 inches with a standard deviation of! = 3 inches. Various random samples of size n = 5 are taken and the sample means of the heights are recorded. (a) What is the average of all possible sample means x? (b) What is the standard deviation of all possible sample means x? Solution. (a) µ x = µ = 68 inches. (b)! x =! n " N # n N # 1 = 3 5 " 30 # 5 30 # 1 = 3 5 " in. Example 7. Among all adults, the true average height is µ = 68 inches with a standard deviation of! = 4 inches. Various nationwide random samples of size n = 900 are taken and the sample means of the heights are recorded. (a) What is the average of all possible sample means x? (b) What is the standard deviation of all possible sample means x? Solution. (a) µ x = µ = 68 inches. (b)! x "! n = With samples of size n = 900, there is very little 900 deviation in the sample means. Most sample means will be very close to 68 inches.

7 Practice Exercises 1. A small college has about 1800 students that is roughly 30% lowerclassmen, 60% upperclassmen, and 10% graduate students. A random sample of size 200 students is to be taken. (a) How many of each group should be sampled in order to stratify the sample? (b) How many ways are there to choose the lowerclassmen? 2. A high school of 320 students has 60 freshmen, 78 sophomores, 80 juniors, and 102 seniors. It is 55% female. A random sample of 48 students is to be chosen. (a) How many ways are there to choose 48 at random from the whole group of 320? (b) How many of each class should be chosen in order to stratify by class? (c) How many males and females should be chosen in order to stratify by sex? (d) How many ways are there to choose the stratified sample in Part (c)? 3. Fifty patients are being treated for a condition with a new medication. After three weeks, each is noted for whether there is (i) improvement, (ii) worsening, or (iii) no change. For every fifty such patients, how many possible outcomes are there for this experimental treatment? 4. An entering freshman class has size 901 and a true average ACT score of µ = 21.4 with a standard deviation of 3.2. Random samples of size 60 are to be taken from the population. (a) How many distinct random samples of size 60 are possible? (b) What is the average µ x of all possible sample means? (c) What is the standard deviation! x of all possible sample means? (d) If the random sample of size 60 were to come from all students nationwide who took the test and assuming that µ = 21.4 and! = 3.2 still, then what would be the average and standard deviation of all possible sample means?

8 Solutions 1. (a) To stratify the sample of size 200, we need 200! 0.30 = 60 lowerclassmen, 200! 0.60 = 120 upperclassmen, and 200! 0.10 = 20 graduate students. (b) There are 1800! 0.30 = 540 lowerclassmen in the college. So there are 540 ncr ! ways to choose 60 of the 540 lowerclassmen. 2. (a) There are 320 ncr ! ways to choose. (b) 48! ! = 9 Fr 48! = 12 Jr 48! = Soph = Sr (c) Choose 48! females and 48! males. (d) There are 320! 0.55 = 176 females and 144 males altogether. So there are (176 ncr 26)! (144 ncr 22) 4. 3! ways to choose the sample in Part (c). 3. For each patient, there are 3 possibilities: better, worse, no change. Thus, for every 50 patients, there are ! possible results. 4. (a) 901 ncr ! (b) µ x = µ = 21.4 (c)! x =! n " N # n N #1 = ! 901 " " 1 = ! (d) µ x = µ = 21.4 and! x! n =

Lecture 41 Sections Mon, Apr 7, 2008

Lecture 41 Sections Mon, Apr 7, 2008 Lecture 41 Sections 14.1-14.3 Hampden-Sydney College Mon, Apr 7, 2008 Outline 1 2 3 4 5 one-proportion test that we just studied allows us to test a hypothesis concerning one proportion, or two categories,

More information

Now we will define some common sampling plans and discuss their strengths and limitations.

Now we will define some common sampling plans and discuss their strengths and limitations. Now we will define some common sampling plans and discuss their strengths and limitations. 1 For volunteer samples individuals are self selected. Participants decide to include themselves in the study.

More information

2.6 Tools for Counting sample points

2.6 Tools for Counting sample points 2.6 Tools for Counting sample points When the number of simple events in S is too large, manual enumeration of every sample point in S is tedious or even impossible. (Example) If S contains N equiprobable

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 183 The Chi-Square Distributions Dr. Neal, WKU The chi-square distributions can be used in statistics to analyze the standard deviation σ of a normally distributed measurement and to test the goodness

More information

Additional practice with these ideas can be found in the problems for Tintle Section P.1.1

Additional practice with these ideas can be found in the problems for Tintle Section P.1.1 Psych 10 / Stats 60, Practice Problem Set 3 (Week 3 Material) Part 1: Decide if each variable below is quantitative, ordinal, or categorical. If the variable is categorical, also decide whether or not

More information

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution.

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution. MATH 183 Normal Distributions Dr. Neal, WKU Measurements that are normally distributed can be described in terms of their mean µ and standard deviation!. These measurements should have the following properties:

More information

Random processes. Lecture 17: Probability, Part 1. Probability. Law of large numbers

Random processes. Lecture 17: Probability, Part 1. Probability. Law of large numbers Random processes Lecture 17: Probability, Part 1 Statistics 10 Colin Rundel March 26, 2012 A random process is a situation in which we know what outcomes could happen, but we don t know which particular

More information

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e 1 P a g e experiment ( observing / measuring ) outcomes = results sample space = set of all outcomes events = subset of outcomes If we collect all outcomes we are forming a sample space If we collect some

More information

ASSOCIATION IN A TWO-WAY TABLE

ASSOCIATION IN A TWO-WAY TABLE ASSOCIATION IN A TWO-WAY TABLE 10.1.1 Data based on measurements such as height, speed, and temperature is numerical. In Chapter 6 you described associations between two numerical variables. Data can also

More information

Chapter 8 Sampling Distributions Defn Defn

Chapter 8 Sampling Distributions Defn Defn 1 Chapter 8 Sampling Distributions Defn: Sampling error is the error resulting from using a sample to infer a population characteristic. Example: We want to estimate the mean amount of Pepsi-Cola in 12-oz.

More information

STP 226 ELEMENTARY STATISTICS NOTES

STP 226 ELEMENTARY STATISTICS NOTES STP 226 ELEMENTARY STATISTICS NOTES PART 1V INFERENTIAL STATISTICS CHAPTER 12 CHI SQUARE PROCEDURES 12.1 The Chi Square Distribution A variable has a chi square distribution if the shape of its distribution

More information

Section 7.2 Homework Answers

Section 7.2 Homework Answers 25.5 30 Sample Mean P 0.1226 sum n b. The two z-scores are z 25 20(1.7) n 1.0 20 sum n 2.012 and z 30 20(1.7) n 1.0 0.894, 20 so the probability is approximately 0.1635 (0.1645 using Table A). P14. a.

More information

Formalizing Probability. Choosing the Sample Space. Probability Measures

Formalizing Probability. Choosing the Sample Space. Probability Measures Formalizing Probability Choosing the Sample Space What do we assign probability to? Intuitively, we assign them to possible events (things that might happen, outcomes of an experiment) Formally, we take

More information

Event A: at least one tail observed A:

Event A: at least one tail observed A: Chapter 3 Probability 3.1 Events, sample space, and probability Basic definitions: An is an act of observation that leads to a single outcome that cannot be predicted with certainty. A (or simple event)

More information

You may use your calculator and a single page of notes. The room is crowded. Please be careful to look only at your own exam.

You may use your calculator and a single page of notes. The room is crowded. Please be careful to look only at your own exam. LAST NAME (Please Print): KEY FIRST NAME (Please Print): HONOR PLEDGE (Please Sign): Statistics 111 Midterm 1 This is a closed book exam. You may use your calculator and a single page of notes. The room

More information

Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12)

Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12) Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12) Remember: Z.05 = 1.645, Z.01 = 2.33 We will only cover one-sided hypothesis testing (cases 12.3, 12.4.2, 12.5.2,

More information

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias

Announcements. Lecture 5: Probability. Dangling threads from last week: Mean vs. median. Dangling threads from last week: Sampling bias Recap Announcements Lecture 5: Statistics 101 Mine Çetinkaya-Rundel September 13, 2011 HW1 due TA hours Thursday - Sunday 4pm - 9pm at Old Chem 211A If you added the class last week please make sure to

More information

2. AXIOMATIC PROBABILITY

2. AXIOMATIC PROBABILITY IA Probability Lent Term 2. AXIOMATIC PROBABILITY 2. The axioms The formulation for classical probability in which all outcomes or points in the sample space are equally likely is too restrictive to develop

More information

MA : Introductory Probability

MA : Introductory Probability MA 320-001: Introductory Probability David Murrugarra Department of Mathematics, University of Kentucky http://www.math.uky.edu/~dmu228/ma320/ Spring 2017 David Murrugarra (University of Kentucky) MA 320:

More information

Math 138 Summer Section 412- Unit Test 1 Green Form, page 1 of 7

Math 138 Summer Section 412- Unit Test 1 Green Form, page 1 of 7 Math 138 Summer 1 2013 Section 412- Unit Test 1 Green Form page 1 of 7 1. Multiple Choice. Please circle your answer. Each question is worth 3 points. (a) Social Security Numbers are illustrations of which

More information

UNIT 5 ~ Probability: What Are the Chances? 1

UNIT 5 ~ Probability: What Are the Chances? 1 UNIT 5 ~ Probability: What Are the Chances? 1 6.1: Simulation Simulation: The of chance behavior, based on a that accurately reflects the phenomenon under consideration. (ex 1) Suppose we are interested

More information

(i) Given that a student is female, what is the probability of having a GPA of at least 3.0?

(i) Given that a student is female, what is the probability of having a GPA of at least 3.0? MATH 382 Conditional Probability Dr. Neal, WKU We now shall consider probabilities of events that are restricted within a subset that is smaller than the entire sample space Ω. For example, let Ω be the

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. Math Review Summer 0 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Classif the hpothesis test as two-tailed, left-tailed, or right-tailed.

More information

download instant at

download instant at Chapter 2 Test B Multiple Choice Section 2.1 (Visualizing Variation in Numerical Data) 1. [Objective: Interpret visual displays of numerical data] For twenty days a record store owner counts the number

More information

ACMS Statistics for Life Sciences. Chapter 9: Introducing Probability

ACMS Statistics for Life Sciences. Chapter 9: Introducing Probability ACMS 20340 Statistics for Life Sciences Chapter 9: Introducing Probability Why Consider Probability? We re doing statistics here. Why should we bother with probability? As we will see, probability plays

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 03 The Chi-Square Distributions Dr. Neal, Spring 009 The chi-square distributions can be used in statistics to analyze the standard deviation of a normally distributed measurement and to test the

More information

You may use your calculator and a single page of notes. The room is crowded. Please be careful to look only at your own exam.

You may use your calculator and a single page of notes. The room is crowded. Please be careful to look only at your own exam. LAST NAME (Please Print): FIRST NAME (Please Print): HONOR PLEDGE (Please Sign): Statistics 111 Midterm 1 This is a closed book exam. You may use your calculator and a single page of notes. The room is

More information

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution.

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution. MATH 382 Normal Distributions Dr. Neal, WKU Measurements that are normally distributed can be described in terms of their mean µ and standard deviation σ. These measurements should have the following properties:

More information

Senior Math Circles November 19, 2008 Probability II

Senior Math Circles November 19, 2008 Probability II University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles November 9, 2008 Probability II Probability Counting There are many situations where

More information

Chapter 7 Discussion Problem Solutions D1 D2. D3.

Chapter 7 Discussion Problem Solutions D1 D2. D3. Chapter 7 Discussion Problem Solutions D1. The agent can increase his sample size to a value greater than 10. The larger the sample size, the smaller the spread of the distribution of means and the more

More information

3 PROBABILITY TOPICS

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

More information

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Math 1040 Sample Final Examination. Problem Points Score Total 200

Math 1040 Sample Final Examination. Problem Points Score Total 200 Name: Math 1040 Sample Final Examination Relax and good luck! Problem Points Score 1 25 2 25 3 25 4 25 5 25 6 25 7 25 8 25 Total 200 1. (25 points) The systolic blood pressures of 20 elderly patients in

More information

Section F Ratio and proportion

Section F Ratio and proportion Section F Ratio and proportion Ratio is a way of comparing two or more groups. For example, if something is split in a ratio 3 : 5 there are three parts of the first thing to every five parts of the second

More information

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail}

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail} Random Experiment In random experiments, the result is unpredictable, unknown prior to its conduct, and can be one of several choices. Examples: The Experiment of tossing a coin (head, tail) The Experiment

More information

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc.

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc. Notes on regression analysis 1. Basics in regression analysis key concepts (actual implementation is more complicated) A. Collect data B. Plot data on graph, draw a line through the middle of the scatter

More information

FIFTEENTH DAY ENROLLMENT STATISTICS

FIFTEENTH DAY ENROLLMENT STATISTICS FIFTEENTH DAY ENROLLMENT STATISTICS East Liverpool Campus Summer I&II 10 1 1. Summary This report provides a statistical analysis of the East Liverpool Campus enrollment for the Summer I&II 10 Term. The

More information

Module 8 Probability

Module 8 Probability Module 8 Probability Probability is an important part of modern mathematics and modern life, since so many things involve randomness. The ClassWiz is helpful for calculating probabilities, especially those

More information

STAT:5100 (22S:193) Statistical Inference I

STAT:5100 (22S:193) Statistical Inference I STAT:5100 (22S:193) Statistical Inference I Week 3 Luke Tierney University of Iowa Fall 2015 Luke Tierney (U Iowa) STAT:5100 (22S:193) Statistical Inference I Fall 2015 1 Recap Matching problem Generalized

More information

Survey on Population Mean

Survey on Population Mean MATH 203 Survey on Population Mean Dr. Neal, Spring 2009 The first part of this project is on the analysis of a population mean. You will obtain data on a specific measurement X by performing a random

More information

Law of Total Probability and Bayes Rule

Law of Total Probability and Bayes Rule MATH 382 Law of Total Probability and Bayes Rule Dr Neal, WKU Law of Total Probability: Suppose events A 1, A 2,, A n form a partition of Ω That is, the events are mutually disjoint and their union is

More information

= A. Example 2. Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {4, 6, 7, 9, 10}, and B = {2, 6, 8, 9}. Draw the sets on a Venn diagram.

= A. Example 2. Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {4, 6, 7, 9, 10}, and B = {2, 6, 8, 9}. Draw the sets on a Venn diagram. MATH 109 Sets A mathematical set is a well-defined collection of objects A for which we can determine precisely whether or not any object belongs to A. Objects in a set are formally called elements of

More information

Probability and Inference. POLI 205 Doing Research in Politics. Populations and Samples. Probability. Fall 2015

Probability and Inference. POLI 205 Doing Research in Politics. Populations and Samples. Probability. Fall 2015 Fall 2015 Population versus Sample Population: data for every possible relevant case Sample: a subset of cases that is drawn from an underlying population Inference Parameters and Statistics A parameter

More information

Solve the system of equations. 1) 1) SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Solve the system of equations. 1) 1) SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Assignment Ch Name Solve the system of equations. ) ) x y z = - x - y z = x y z = x = -, y = -, z = ; (-, -, ) x =, y = -, z = -; (, -, -) x = -, y =, z = -; (-,, -) inconsistent ) The perimeter of a parking

More information

STA 303 H1S / 1002 HS Winter 2011 Test March 7, ab 1cde 2abcde 2fghij 3

STA 303 H1S / 1002 HS Winter 2011 Test March 7, ab 1cde 2abcde 2fghij 3 STA 303 H1S / 1002 HS Winter 2011 Test March 7, 2011 LAST NAME: FIRST NAME: STUDENT NUMBER: ENROLLED IN: (circle one) STA 303 STA 1002 INSTRUCTIONS: Time: 90 minutes Aids allowed: calculator. Some formulae

More information

ECON Semester 1 PASS Mock Mid-Semester Exam ANSWERS

ECON Semester 1 PASS Mock Mid-Semester Exam ANSWERS ECON1310 2006 Semester 1 PASS Mock Mid-Semester Exam ANSWERS MULTIPLE CHOICE QUESTIONS 1. Unemployment rates are an example of: a. Cross-sectional, quantitative, continuous data b. Time-series, quantitative,

More information

AP Statistics Ch 6 Probability: The Study of Randomness

AP Statistics Ch 6 Probability: The Study of Randomness Ch 6.1 The Idea of Probability Chance behavior is unpredictable in the short run but has a regular and predictable pattern in the long run. We call a phenomenon random if individual outcomes are uncertain

More information

15: CHI SQUARED TESTS

15: CHI SQUARED TESTS 15: CHI SQUARED ESS MULIPLE CHOICE QUESIONS In the following multiple choice questions, please circle the correct answer. 1. Which statistical technique is appropriate when we describe a single population

More information

Sampling Distributions

Sampling Distributions Sampling Error As you may remember from the first lecture, samples provide incomplete information about the population In particular, a statistic (e.g., M, s) computed on any particular sample drawn from

More information

= 1 i. normal approximation to χ 2 df > df

= 1 i. normal approximation to χ 2 df > df χ tests 1) 1 categorical variable χ test for goodness-of-fit ) categorical variables χ test for independence (association, contingency) 3) categorical variables McNemar's test for change χ df k (O i 1

More information

Homework 7. Name: ID# Section

Homework 7. Name: ID# Section Homework 7 Name: ID# Section 1 Find the probabilities for each of the following using the standard normal distribution. 1. P(0 < z < 1.69) 2. P(-1.57 < z < 0) 3. P(z > 1.16) 4. P(z < -1.77) 5. P(-2.46

More information

Math 10 - Compilation of Sample Exam Questions + Answers

Math 10 - Compilation of Sample Exam Questions + Answers Math 10 - Compilation of Sample Exam Questions + Sample Exam Question 1 We have a population of size N. Let p be the independent probability of a person in the population developing a disease. Answer the

More information

ST 305: Final Exam ( ) = P(A)P(B A) ( ) = P(A) + P(B) ( ) = 1 P( A) ( ) = P(A) P(B) ( ) σ X 2 = σ a+bx. σ ˆp. σ X +Y. σ X Y. σ Y. σ X. σ n.

ST 305: Final Exam ( ) = P(A)P(B A) ( ) = P(A) + P(B) ( ) = 1 P( A) ( ) = P(A) P(B) ( ) σ X 2 = σ a+bx. σ ˆp. σ X +Y. σ X Y. σ Y. σ X. σ n. ST 305: Final Exam By handing in this completed exam, I state that I have neither given nor received assistance from another person during the exam period. I have not copied from another person s paper.

More information

Identify the scale of measurement most appropriate for each of the following variables. (Use A = nominal, B = ordinal, C = interval, D = ratio.

Identify the scale of measurement most appropriate for each of the following variables. (Use A = nominal, B = ordinal, C = interval, D = ratio. Answers to Items from Problem Set 1 Item 1 Identify the scale of measurement most appropriate for each of the following variables. (Use A = nominal, B = ordinal, C = interval, D = ratio.) a. response latency

More information

Unit 4 Probability. Dr Mahmoud Alhussami

Unit 4 Probability. Dr Mahmoud Alhussami Unit 4 Probability Dr Mahmoud Alhussami Probability Probability theory developed from the study of games of chance like dice and cards. A process like flipping a coin, rolling a die or drawing a card from

More information

STAT Chapter 3: Probability

STAT Chapter 3: Probability Basic Definitions STAT 515 --- Chapter 3: Probability Experiment: A process which leads to a single outcome (called a sample point) that cannot be predicted with certainty. Sample Space (of an experiment):

More information

An Introduction to Probability and Statistics

An Introduction to Probability and Statistics An Introduction to Probability and Statistics (statistics 325) Fall 2017 J. Calvin Berry Mathematics Department University of Louisiana at Lafayette August 2017 edition c 2017 J. Calvin Berry 80717 80717

More information

11 CHI-SQUARED Introduction. Objectives. How random are your numbers? After studying this chapter you should

11 CHI-SQUARED Introduction. Objectives. How random are your numbers? After studying this chapter you should 11 CHI-SQUARED Chapter 11 Chi-squared Objectives After studying this chapter you should be able to use the χ 2 distribution to test if a set of observations fits an appropriate model; know how to calculate

More information

Introduction to Statistics

Introduction to Statistics Chapter 1 Introduction to Statistics 1.1 Preliminary Definitions Definition 1.1. Data are observations (such as measurements, genders, survey responses) that have been collected. Definition 1.2. Statistics

More information

FIFTEENTH DAY ENROLLMENT STATISTICS

FIFTEENTH DAY ENROLLMENT STATISTICS FIFTEENTH DAY ENROLLMENT STATISTICS Salem Campus Summer I&II 11 1 1. Summary This report provides a statistical analysis of the Salem Campus enrollment for the Summer I&II 11 Term. The Salem Campus experienced

More information

Problem #1 #2 #3 #4 Extra Total Points /3 /13 /7 /10 /4 /33

Problem #1 #2 #3 #4 Extra Total Points /3 /13 /7 /10 /4 /33 STAT/MATH 394 A - Autumn Quarter 206 - Midterm - October 2, 206 Name: Student ID Number: Problem # #2 #3 #4 Extra Total Points /3 /3 /7 /0 /4 /33 Read directions carefully and show all your work. Particularly,

More information

What does a population that is normally distributed look like? = 80 and = 10

What does a population that is normally distributed look like? = 80 and = 10 What does a population that is normally distributed look like? = 80 and = 10 50 60 70 80 90 100 110 X Empirical Rule 68% 95% 99.7% 68-95-99.7% RULE Empirical Rule restated 68% of the data values fall within

More information

AP Statistics Semester I Examination Section I Questions 1-30 Spend approximately 60 minutes on this part of the exam.

AP Statistics Semester I Examination Section I Questions 1-30 Spend approximately 60 minutes on this part of the exam. AP Statistics Semester I Examination Section I Questions 1-30 Spend approximately 60 minutes on this part of the exam. Name: Directions: The questions or incomplete statements below are each followed by

More information

The empirical ( ) rule

The empirical ( ) rule The empirical (68-95-99.7) rule With a bell shaped distribution, about 68% of the data fall within a distance of 1 standard deviation from the mean. 95% fall within 2 standard deviations of the mean. 99.7%

More information

Table of Contents. Enrollment. Introduction

Table of Contents. Enrollment. Introduction Enrollment Table of Contents Enrollment Introduction Headcount Summaries by College, Status, Gender, Citizenship, Race, and Level Headcount Enrollment by College, Department, Level, and Status by College,

More information

Math 111, Math & Society. Probability

Math 111, Math & Society. Probability Math 111, Math & Society Probability 1 Counting Probability consists in the assignment of likelihoods to the possible outcomes of an experiment, activity, or phenomenon. Correctly calculating probabilities

More information

1 The Basic Counting Principles

1 The Basic Counting Principles 1 The Basic Counting Principles The Multiplication Rule If an operation consists of k steps and the first step can be performed in n 1 ways, the second step can be performed in n ways [regardless of how

More information

Introduction to Statistical Data Analysis Lecture 4: Sampling

Introduction to Statistical Data Analysis Lecture 4: Sampling Introduction to Statistical Data Analysis Lecture 4: Sampling James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis 1 / 30 Introduction

More information

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01 An Analysis of College Algebra Exam s December, 000 James D Jones Math - Section 0 An Analysis of College Algebra Exam s Introduction Students often complain about a test being too difficult. Are there

More information

Statistical Theory 1

Statistical Theory 1 Statistical Theory 1 Set Theory and Probability Paolo Bautista September 12, 2017 Set Theory We start by defining terms in Set Theory which will be used in the following sections. Definition 1 A set is

More information

Chapter 6 ESTIMATION OF PARAMETERS

Chapter 6 ESTIMATION OF PARAMETERS Chapter 6 ESTIMATION OF PARAMETERS Recall that one of the objectives of statistics is to make inferences concerning a population. And these inferences are based only in partial information regarding the

More information

Least-Squares Regression

Least-Squares Regression MATH 203 Least-Squares Regression Dr. Neal, Spring 2009 As well as finding the correlation of paired data {{ x 1, y 1 }, { x 2, y 2 },..., { x n, y n }}, we also can plot the data with a scatterplot and

More information

4. Suppose that we roll two die and let X be equal to the maximum of the two rolls. Find P (X {1, 3, 5}) and draw the PMF for X.

4. Suppose that we roll two die and let X be equal to the maximum of the two rolls. Find P (X {1, 3, 5}) and draw the PMF for X. Math 10B with Professor Stankova Worksheet, Midterm #2; Wednesday, 3/21/2018 GSI name: Roy Zhao 1 Problems 1.1 Bayes Theorem 1. Suppose a test is 99% accurate and 1% of people have a disease. What is the

More information

STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences. Random Variables

STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences. Random Variables STAT/SOC/CSSS 221 Statistical Concepts and Methods for the Social Sciences Random Variables Christopher Adolph Department of Political Science and Center for Statistics and the Social Sciences University

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics 5. Models of Random Behavior Math 40 Introductory Statistics Professor Silvia Fernández Chapter 5 Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. Outcome: Result or answer

More information

Who Believes that Astrology is Scientific?

Who Believes that Astrology is Scientific? NORTHWESTERN UNIVERSITY SCHOOL OF LAW PUBLIC LAW AND LEGAL THEORY SERIES NO. 14-10 Who Believes that Astrology is Scientific? James T. Lindgren Northwestern University School of Law Electronic copy available

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Math 140 Introductory Statistics Professor Silvia Fernández Lecture 8 Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. 5.1 Models of Random Behavior Outcome: Result or answer

More information

MAT2377. Ali Karimnezhad. Version September 9, Ali Karimnezhad

MAT2377. Ali Karimnezhad. Version September 9, Ali Karimnezhad MAT2377 Ali Karimnezhad Version September 9, 2015 Ali Karimnezhad Comments These slides cover material from Chapter 1. In class, I may use a blackboard. I recommend reading these slides before you come

More information

GMAT-Arithmetic-3. Descriptive Statistics and Set theory

GMAT-Arithmetic-3. Descriptive Statistics and Set theory GMAT-Arithmetic-3 Descriptive Statistics and Set theory Descriptive Statistics 1). If S is a set of consecutive integers, what is the standard deviation of S? (1) Set S contains 23 terms (2) The median

More information

Teaching Research Methods: Resources for HE Social Sciences Practitioners. Sampling

Teaching Research Methods: Resources for HE Social Sciences Practitioners. Sampling Sampling Session Objectives By the end of the session you will be able to: Explain what sampling means in research List the different sampling methods available Have had an introduction to confidence levels

More information

NSHE DIVERSITY REPORT

NSHE DIVERSITY REPORT University of Nevada, Las Vegas University of Nevada, Reno NSHE DIVERSITY REPORT 2006-07 Nevada State College at Henderson College of Southern Nevada December 2007 Prepared by the Office of Academic and

More information

Sampling Distributions: Central Limit Theorem

Sampling Distributions: Central Limit Theorem Review for Exam 2 Sampling Distributions: Central Limit Theorem Conceptually, we can break up the theorem into three parts: 1. The mean (µ M ) of a population of sample means (M) is equal to the mean (µ)

More information

Discrete Structures Prelim 1 Selected problems from past exams

Discrete Structures Prelim 1 Selected problems from past exams Discrete Structures Prelim 1 CS2800 Selected problems from past exams 1. True or false (a) { } = (b) Every set is a subset of its power set (c) A set of n events are mutually independent if all pairs of

More information

Chapter 6: SAMPLING DISTRIBUTIONS

Chapter 6: SAMPLING DISTRIBUTIONS Chapter 6: SAMPLING DISTRIBUTIONS Read Section 1.5 Graphical methods may not always be sufficient for describing data. Numerical measures can be created for both populations and samples. Definition A numerical

More information

Yavapai County Math Contest College Bowl Competition. January 28, 2010

Yavapai County Math Contest College Bowl Competition. January 28, 2010 Yavapai County Math Contest College Bowl Competition January 28, 2010 Is your adrenalin engaged? What is 1 2 + 3 4? 82 Solve for x in: 2x + 7 = 1 3x. x=-6/5 (or x=-1.2) If a fair die is rolled once, what

More information

a. Write what the survey would look like (Hint: there should be 2 questions and options to select for an answer!).

a. Write what the survey would look like (Hint: there should be 2 questions and options to select for an answer!). HW 13-1 1. Several students at Rufus King High School were debating whether males or females were more involved in afterschool activities. There are three organized activities in the afterschool program

More information

IM3 DEC EXAM PREP MATERIAL DEC 2016

IM3 DEC EXAM PREP MATERIAL DEC 2016 1. Given the line x 3 y 5 =1; Paper 1 - CALCULATOR INACTIVE a. Determine the slope of this line. b. Write the equation of this line in function form. c. Evaluate f ( 12). d. Solve for x if 95 = f (x).

More information

WRITING EQUATIONS 4.1.1

WRITING EQUATIONS 4.1.1 WRITING EQUATIONS 4.1.1 In this lesson, students translate written information, often modeling everyday situations, into algebraic symbols and linear equations. Students use let statements to specifically

More information

( ) P A B : Probability of A given B. Probability that A happens

( ) P A B : Probability of A given B. Probability that A happens A B A or B One or the other or both occurs At least one of A or B occurs Probability Review A B A and B Both A and B occur ( ) P A B : Probability of A given B. Probability that A happens given that B

More information

Stat 135 Fall 2013 FINAL EXAM December 18, 2013

Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Name: Person on right SID: Person on left There will be one, double sided, handwritten, 8.5in x 11in page of notes allowed during the exam. The exam is closed

More information

Chapter 6 Continuous Probability Distributions

Chapter 6 Continuous Probability Distributions Math 3 Chapter 6 Continuous Probability Distributions The observations generated by different statistical experiments have the same general type of behavior. The followings are the probability distributions

More information

Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability sinc

Examples of frequentist probability include games of chance, sample surveys, and randomized experiments. We will focus on frequentist probability sinc FPPA-Chapters 13,14 and parts of 16,17, and 18 STATISTICS 50 Richard A. Berk Spring, 1997 May 30, 1997 1 Thinking about Chance People talk about \chance" and \probability" all the time. There are many

More information

Exam 1 Solutions. Problem Points Score Total 145

Exam 1 Solutions. Problem Points Score Total 145 Exam Solutions Read each question carefully and answer all to the best of your ability. Show work to receive as much credit as possible. At the end of the exam, please sign the box below. Problem Points

More information

Conditional Probability Solutions STAT-UB.0103 Statistics for Business Control and Regression Models

Conditional Probability Solutions STAT-UB.0103 Statistics for Business Control and Regression Models Conditional Probability Solutions STAT-UB.0103 Statistics for Business Control and Regression Models Counting (Review) 1. There are 10 people in a club. How many ways are there to choose the following:

More information

Vehicle Freq Rel. Freq Frequency distribution. Statistics

Vehicle Freq Rel. Freq Frequency distribution. Statistics 1.1 STATISTICS Statistics is the science of data. This involves collecting, summarizing, organizing, and analyzing data in order to draw meaningful conclusions about the universe from which the data is

More information

Section 3.2 Measures of Central Tendency

Section 3.2 Measures of Central Tendency Section 3.2 Measures of Central Tendency 1 of 149 Section 3.2 Objectives Determine the mean, median, and mode of a population and of a sample Determine the weighted mean of a data set and the mean of a

More information

PREPARING FOR THE CLAST MATHEMATICS Ignacio Bello

PREPARING FOR THE CLAST MATHEMATICS Ignacio Bello PREPARING FOR THE CLAST MATHEMATICS Ignacio Bello CLAST T.V. PRACTICE TEST Page. Find: + 8. Find: ( ) 9 4. Find: (6 )( ) (6 x 4)( x ) ( 6 + 6 + 6 + 6)( + + + + ) 0 (6 x ) (6 x 6 x 6 x 6)( x x x x ) 4.

More information

Math 124: Modules Overall Goal. Point Estimations. Interval Estimation. Math 124: Modules Overall Goal.

Math 124: Modules Overall Goal. Point Estimations. Interval Estimation. Math 124: Modules Overall Goal. What we will do today s David Meredith Department of Mathematics San Francisco State University October 22, 2009 s 1 2 s 3 What is a? Decision support Political decisions s s Goal of statistics: optimize

More information

Nicole Dalzell. July 3, 2014

Nicole Dalzell. July 3, 2014 UNIT 2: PROBABILITY AND DISTRIBUTIONS LECTURE 1: PROBABILITY AND CONDITIONAL PROBABILITY STATISTICS 101 Nicole Dalzell July 3, 2014 Announcements No team activities today Labs: Individual Write-Ups Statistics

More information

STP 226 ELEMENTARY STATISTICS

STP 226 ELEMENTARY STATISTICS STP 226 ELEMENTARY STATISTICS CHAPTER 5 Probability Theory - science of uncertainty 5.1 Probability Basics Equal-Likelihood Model Suppose an experiment has N possible outcomes, all equally likely. Then

More information