Exam 2 Review. Review. Cathy Poliak, Ph.D. (Department of Mathematics ReviewUniversity of Houston ) Exam 2 Review

Size: px
Start display at page:

Download "Exam 2 Review. Review. Cathy Poliak, Ph.D. (Department of Mathematics ReviewUniversity of Houston ) Exam 2 Review"

Transcription

1 Exam 2 Review Review Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Exam 2 Review Exam 2 Review 1 / 20

2 Outline 1 Material Covered 2 What is on the exam 3 Examples Exam 2 Review 2 / 20

3 What to Expect on the Exam The test has two parts 1. 40% of the grade is based on multiple choice questions. Five questions % of the grade is based on free response questions. Three free response questions with multiple parts. Exam 2 Review 3 / 20

4 Chapter 4 Section 1 - Density curves and the Uniform distribution Section 2 - Normal distribution: Empirical rule and using R (pnorm and qnorm) Section 3 - Standard Normal Calculations: z-scores and using the z-table value - mean z sd Section 4 - Sampling distributions of x and ˆp. Exam 2 Review 4 / 20

5 Sampling Distributions The distribution of the sample mean, x. Center: Expected value of x = µ the population mean of the original distribution. Spread: Standard error of x= σ/ n the population standard deviation divided by the square root of the sample size. Shape: Normal if the original distribution is Normal or the sample size is larger than 30, Central Limit Theorem. The distribution of the sample proportion, ˆp. Center: Expected value of ˆp = p the population proportion. p(1 p) Spread: Standard error of ˆp = n. Shape: Normal if np > 10 and n(1 p) > 10. Exam 2 Review 5 / 20

6 Chapter 5: Bivariate Data Section 1: Scatterplots Section 2: Correlation in R cor(x,y) Section 3: Least Squares Regression Line (LSRL) in R lm(y x) Section 4: Residuals in R resid(lm(y x)). To plot a residual plot plot(x,resid(lm(y x))). residual = observed y predicted y Section 5: Non-linear Models, transformations. Section 6: Relations in categorical data. Using a two-way table. Finding percents. Determining marginal distributions. Determining conditional distributions. Exam 2 Review 6 / 20

7 Chapter 6: Sampling and Experiments Section 1: Types of sampling designs Section 2: Types of experiments Section 3: Simulating experiments Exam 2 Review 7 / 20

8 Possible Free Response Questions Find probabilities for a Normal distribution. Be able to sketch the distribution and shade the approprate area in the Normal curve. Find z-scores. Find the value of X corresponding to a particular probability. Draw a scatterplot, find the LSRL, interpret the slope, find the correlation coefficient, coefficient of determination (and interpret these values), find a residual value, show the residual plot and determine if the model is a good fit or not based on all observations of values found. Given a section from the random digit table be able to simulate an experiment, see problem #7 from section 6.3. Exam 2 Review 8 / 20

9 What You Need an What is Provided Provided Basic calculator; it will be a link you see in the exam. R; it will be a link you see in the exam. z-table; it will be a link you see in the exam. Can bring Calculator; if it is memory based CASA will remove the memory. Pencil; you will need something to write with for the free response questions. Your Cougar Card. Exam 2 Review 9 / 20

10 Uniform Distribution 1. Consider a uniform density curve defined from x = 0 to x = 8. What percent of observations fall below 5? a) 0.20 b) 0.75 c) 0.63 d) 0.50 e) Consider a uniform density curve defined from x = 0 to x = 9. What percent of observations fall between 1 and 6? a) 0.17 b) 0.68 c) 0.56 d) 0.67 e) 0.11 Exam 2 Review 10 / 20

11 Normal Distribution 1. If X is normally distributed with a mean of 10 and a standard deviation of 2, find P(10 X 13.4). a) b) c) d) e) Find a value of c so that P(Z c) = a) 1.08 b) 0.42 c) d) 0.08 e) 0.92 Exam 2 Review 11 / 20

12 Standard Normal Distribution Find the following and sketch the curve. 1. Find P(Z<1.2) 2. Find P(Z > -1.39) 3. Find c such that P(Z < c) = Find c such that P(Z > c) = Exam 2 Review 12 / 20

13 Sampling Distributions Suppose a random sample of 70 measurements is selected from a population with a mean of 35 and a variance of 300. Select the pair that is the mean and standard error of x. a) [35, 2.571] b) [35, 2.371] c) [35, 2.071] d) [70, 2.571] e) [35, 2.271] Exam 2 Review 13 / 20

14 LSLR Answer the questions below with the following data set: x y Create a scaterplot from the data. 2. What is the correlation coefficient? 3. Determine the coefficient of determinatin. 4. Develop a LSLR for the given data. 5. Give the residual value for x = 13. Exam 2 Review 14 / 20

15 Exam 2 Review 15 / 20

16 Two-Way Table The following two-way table describes the preferences in movies and fast food restaurants for a random sample of 100 people. McDonalds Taco Bell Wendy s Iron Man Dispicable Me Harry Potter What percent of people in the sample like the movie Dispicable Me? 2. What percent of the Dispicable Me lovers also like McDonald s? Exam 2 Review 16 / 20

17 Sampling 1. A radio talk show wanted to know whether Houstonians think Texas should continue to use the death penalty. The station asked for listeners to call in and give their opinion. a) Convenience Sample b) Stratified Random Sample c) Voluntary Response d) Simple Random Sample 2. To judge the appeal to American adults of a proposed television sitcom, a sample of 10 people from each of three different age groups was selected and those chosen were asked to rate a pilot show. a) Convenience Sample b) Stratified Random Sample c) Voluntary Response d) Simple Random Sample Exam 2 Review 17 / 20

18 More Sampling Examples Subscribers to the magazine Sound Alive were assigned numbers. Thirty numbers were selected at random. The subscribers with the chosen numbers were asked to rate a new compact disk player for a "What Subscribers Think" column. (Assume all chosen did respond) a) Convenience Sample b) Stratified Random Sample c) Voluntary Response d) Simple Random Sample Exam 2 Review 18 / 20

19 Simulating Experiments Assume that the percentage of women in the labor force of a large metropolitan area is 40%. A company hires ten workers, two of whom are women. We want to see if this is likely. 1. Assign the digits, 0 through 9, to represent the men and women in this situation. Describe how you will run the simulation using those digits and the random digit table. 2. Start on line 136 of the random digit table and carry out the simulation with 3 runs. 3. What is the expected number of women that should be hired, based on your simulation? Exam 2 Review 19 / 20

20 Other Questions? Exam 2 Review 20 / 20

2.2 More on Normal Distributions and Standard Normal Calculations

2.2 More on Normal Distributions and Standard Normal Calculations The distribution of heights of adult American men is approximately normal with mean 69 inches and standard deviation 2.5 inches. Use the 68-95-99.7 rule to answer the following questions: What percent

More information

Math 247: Continuous Random Variables: The Uniform Distribution (Section 6.1) and The Normal Distribution (Section 6.2)

Math 247: Continuous Random Variables: The Uniform Distribution (Section 6.1) and The Normal Distribution (Section 6.2) Math 247: Continuous Random Variables: The Uniform Distribution (Section 6.1) and The Normal Distribution (Section 6.2) The Uniform Distribution Example: If you are asked to pick a number from 1 to 10

More information

CHAPTER 13A. Normal Distributions

CHAPTER 13A. Normal Distributions CHAPTER 13A Normal Distributions SO FAR We always want to plot our data. We make a graph, usually a histogram or a stemplot. We want to look for an overall pattern (shape, center, spread) and for any striking

More information

Name: Practice Exam 3B. April 16, 2015

Name: Practice Exam 3B. April 16, 2015 Department of Mathematics University of Notre Dame Math 10120 Finite Math Spring 2015 Name: Instructors: Garbett & Migliore Practice Exam 3B April 16, 2015 This exam is in two parts on 12 pages and contains

More information

Sampling distributions and the Central Limit Theorem

Sampling distributions and the Central Limit Theorem Sampling distributions and the Central Limit Theorem Johan A. Elkink University College Dublin 14 October 2013 Johan A. Elkink (UCD) Central Limit Theorem 14 October 2013 1 / 29 Outline 1 Sampling 2 Statistical

More information

Table 1. List of NFL divisions that have won the Superbowl over the past 52 years.

Table 1. List of NFL divisions that have won the Superbowl over the past 52 years. MA 2113 Homework #1 Table 1. List of NFL divisions that have won the Superbowl over the past 52 years. NFC North AFC West NFC East NFC North AFC South NFC North NFC East NFC East AFC West NFC East AFC

More information

Student's height (in)

Student's height (in) Psych 315, Winter 2018, Homework 4 Answer Key Due Wednesday, January 31 either in section or in your TA s mailbox by 4pm. Name ID Section [AA Kit] [AB Kit] [AC Kelly] [AD Kelly] The scatterplot below plots

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) Blood type Frequency

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) Blood type Frequency MATH 1342 Final Exam Review Name Construct a frequency distribution for the given qualitative data. 1) The blood types for 40 people who agreed to participate in a medical study were as follows. 1) O A

More information

Chapter 3. The Normal Distributions. BPS - 5th Ed. Chapter 3 1

Chapter 3. The Normal Distributions. BPS - 5th Ed. Chapter 3 1 Chapter 3 The Normal Distributions BPS - 5th Ed. Chapter 3 1 Density Curves Example: here is a histogram of vocabulary scores of 947 seventh graders. The smooth curve drawn over the histogram is a mathematical

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

Possible responses to the 2015 AP Statistics Free Resposne questions, Draft #2. You can access the questions here at AP Central.

Possible responses to the 2015 AP Statistics Free Resposne questions, Draft #2. You can access the questions here at AP Central. Possible responses to the 2015 AP Statistics Free Resposne questions, Draft #2. You can access the questions here at AP Central. Note: I construct these as a service for both students and teachers to start

More information

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1 Chapter 11 Sampling Distributions BPS - 5th Ed. Chapter 11 1 Sampling Terminology Parameter fixed, unknown number that describes the population Statistic known value calculated from a sample a statistic

More information

Reminders. Quiz today. Please bring a calculator to the quiz

Reminders. Quiz today. Please bring a calculator to the quiz Reminders Quiz today Please bring a calculator to the quiz 1 Regression Review (sort of Ch. 15) Warning: Outside of known textbook space Aaron Zimmerman STAT 220 - Summer 2014 Department of Statistics

More information

Spring 2017 Math 54 Test #2 Name:

Spring 2017 Math 54 Test #2 Name: Spring 2017 Math 54 Test #2 Name: You may use a TI calculator and formula sheets from the textbook. Show your work neatly and systematically for full credit. Total points: 101 1. (6) Suppose P(E) = 0.37

More information

Chapter 10. Definition: Categorical Variables. Graphs, Good and Bad. Distribution

Chapter 10. Definition: Categorical Variables. Graphs, Good and Bad. Distribution Chapter 10 Graphs, Good and Bad Chapter 10 3 Distribution Definition: Tells what values a variable takes and how often it takes these values Can be a table, graph, or function Categorical Variables Places

More information

Scatter Plots, Correlation, and Lines of Best Fit

Scatter Plots, Correlation, and Lines of Best Fit Lesson 7.3 Objectives Interpret a scatter plot. Identify the correlation of data from a scatter plot. Find the line of best fit for a set of data. Scatter Plots, Correlation, and Lines of Best Fit A video

More information

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 EE 241 Experiment #3: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 PURPOSE: To become familiar with additional the instruments in the laboratory. To become aware

More information

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1 Chapter 11 Sampling Distributions BPS - 5th Ed. Chapter 11 1 Sampling Terminology Parameter fixed, unknown number that describes the population Example: population mean Statistic known value calculated

More information

Density Curves. Chapter 3. Density Curves. Density Curves. Density Curves. Density Curves. Basic Practice of Statistics - 3rd Edition.

Density Curves. Chapter 3. Density Curves. Density Curves. Density Curves. Density Curves. Basic Practice of Statistics - 3rd Edition. Chapter 3 The Normal Distributions Example: here is a histogram of vocabulary scores of 947 seventh graders. The smooth curve drawn over the histogram is a mathematical idialization for the distribution.

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

1.3 Density Curves and Normal Distributions

1.3 Density Curves and Normal Distributions 1.3 Density Curves and Normal Distributions Ulrich Hoensch Tuesday, September 11, 2012 Fitting Density Curves to Histograms Advanced statistical software (NOT Microsoft Excel) can produce smoothed versions

More information

Chapter 12: Sampling

Chapter 12: Sampling Chapter 12: Sampling In all of the discussions so far, the data were given. Little mention was made of how the data were collected. This and the next chapter discuss data collection techniques. These methods

More information

Test 2 SOLUTIONS (Chapters 5 7)

Test 2 SOLUTIONS (Chapters 5 7) Test 2 SOLUTIONS (Chapters 5 7) 10 1. I have been sitting at my desk rolling a six-sided die (singular of dice), and counting how many times I rolled a 6. For example, after my first roll, I had rolled

More information

6.1 (CD-ROM TOPIC) USING THE STANDARDIZED NORMAL DISTRIBUTION TABLE

6.1 (CD-ROM TOPIC) USING THE STANDARDIZED NORMAL DISTRIBUTION TABLE .1: (CD-ROM Topic) Using the Standardized Normal Distribution Table CD-1.1 (CD-ROM TOPIC) USING THE STANDARDIZED NORMAL DISTRIBUTION TABLE Any set of normally distributed data can be converted to its standardized

More information

Polls, such as this last example are known as sample surveys.

Polls, such as this last example are known as sample surveys. Chapter 12 Notes (Sample Surveys) In everything we have done thusfar, the data were given, and the subsequent analysis was exploratory in nature. This type of statistical analysis is known as exploratory

More information

Sampling Terminology. all possible entities (known or unknown) of a group being studied. MKT 450. MARKETING TOOLS Buyer Behavior and Market Analysis

Sampling Terminology. all possible entities (known or unknown) of a group being studied. MKT 450. MARKETING TOOLS Buyer Behavior and Market Analysis Sampling Terminology MARKETING TOOLS Buyer Behavior and Market Analysis Population all possible entities (known or unknown) of a group being studied. Sampling Procedures Census study containing data from

More information

March 10, Monday, March 10th. 1. Bell Work: Week #5 OAA. 2. Vocabulary: Sampling Ch. 9-1 MB pg Notes/Examples: Sampling Ch.

March 10, Monday, March 10th. 1. Bell Work: Week #5 OAA. 2. Vocabulary: Sampling Ch. 9-1 MB pg Notes/Examples: Sampling Ch. Monday, March 10th 1. Bell Work: Week #5 OAA 2. Vocabulary: Sampling Ch. 9-1 MB pg. 462 3. Notes/Examples: Sampling Ch. 9-1 1. Bell Work: Students' Lesson HeightsObjective: Students 2. Vocabulary: will

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly. Introduction to Statistics Math 1040 Sample Exam II Chapters 5-7 4 Problem Pages 4 Formula/Table Pages Time Limit: 90 Minutes 1 No Scratch Paper Calculator Allowed: Scientific Name: The point value of

More information

Restaurant Bill and Party Size

Restaurant Bill and Party Size Restaurant Bill and Party Size Alignments to Content Standards: S-ID.B.6.b Task The owner of a local restaurant selected a random sample of dinner tables at his restaurant. For each table, the owner recorded

More information

2008 Excellence in Mathematics Contest Team Project A. School Name: Group Members:

2008 Excellence in Mathematics Contest Team Project A. School Name: Group Members: 2008 Excellence in Mathematics Contest Team Project A School Name: Group Members: Reference Sheet Frequency is the ratio of the absolute frequency to the total number of data points in a frequency distribution.

More information

This page intentionally left blank

This page intentionally left blank Appendix E Labs This page intentionally left blank Dice Lab (Worksheet) Objectives: 1. Learn how to calculate basic probabilities of dice. 2. Understand how theoretical probabilities explain experimental

More information

MAT 1272 STATISTICS LESSON STATISTICS AND TYPES OF STATISTICS

MAT 1272 STATISTICS LESSON STATISTICS AND TYPES OF STATISTICS MAT 1272 STATISTICS LESSON 1 1.1 STATISTICS AND TYPES OF STATISTICS WHAT IS STATISTICS? STATISTICS STATISTICS IS THE SCIENCE OF COLLECTING, ANALYZING, PRESENTING, AND INTERPRETING DATA, AS WELL AS OF MAKING

More information

Probability Rules 3.3 & 3.4. Cathy Poliak, Ph.D. (Department of Mathematics 3.3 & 3.4 University of Houston )

Probability Rules 3.3 & 3.4. Cathy Poliak, Ph.D. (Department of Mathematics 3.3 & 3.4 University of Houston ) Probability Rules 3.3 & 3.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3: 3339 Lecture 3: 3339 1 / 23 Outline 1 Probability 2 Probability Rules Lecture

More information

Regression: Tree Rings and Measuring Things

Regression: Tree Rings and Measuring Things Objectives: Measure biological data Use biological measurements to calculate means, slope and intercept Determine best linear fit of data Interpret fit using correlation Materials: Ruler (in millimeters)

More information

Female Height. Height (inches)

Female Height. Height (inches) Math 111 Normal distribution NAME: Consider the histogram detailing female height. The mean is 6 and the standard deviation is 2.. We will use it to introduce and practice the ideas of normal distributions.

More information

Algebra 1 B Semester Exam Review

Algebra 1 B Semester Exam Review Algebra 1 B 014 MCPS 013 014 Residual: Difference between the observed (actual) value and the predicted (regression) value Slope-Intercept Form of a linear function: f m b Forms of quadratic functions:

More information

CCMR Educational Programs

CCMR Educational Programs CCMR Educational Programs Title: Date Created: August 6, 2006 Author(s): Appropriate Level: Abstract: Time Requirement: Joan Erickson Should We Count the Beans one at a time? Introductory statistics or

More information

Rule. Describing variability using the Rule. Standardizing with Z scores

Rule. Describing variability using the Rule. Standardizing with Z scores Lecture 8: Bell-Shaped Curves and Other Shapes Unimodal and symmetric, bell shaped curve Most variables are nearly normal, but real data is never exactly normal Denoted as N(µ, σ) Normal with mean µ and

More information

Social Studies 201 Notes for November 8, 2006 Sampling distributions Rest of semester For the remainder of the semester, we will be studying and

Social Studies 201 Notes for November 8, 2006 Sampling distributions Rest of semester For the remainder of the semester, we will be studying and 1 Social Studies 201 Notes for November 8, 2006 Sampling distributions Rest of semester For the remainder of the semester, we will be studying and working with inferential statistics estimation and hypothesis

More information

Math 58. Rumbos Fall Solutions to Exam Give thorough answers to the following questions:

Math 58. Rumbos Fall Solutions to Exam Give thorough answers to the following questions: Math 58. Rumbos Fall 2008 1 Solutions to Exam 2 1. Give thorough answers to the following questions: (a) Define a Bernoulli trial. Answer: A Bernoulli trial is a random experiment with two possible, mutually

More information

2. The value of the middle term in a ranked data set is called: A) the mean B) the standard deviation C) the mode D) the median

2. The value of the middle term in a ranked data set is called: A) the mean B) the standard deviation C) the mode D) the median 1. An outlier is a value that is: A) very small or very large relative to the majority of the values in a data set B) either 100 units smaller or 100 units larger relative to the majority of the values

More information

Lesson Sampling Distribution of Differences of Two Proportions

Lesson Sampling Distribution of Differences of Two Proportions STATWAY STUDENT HANDOUT STUDENT NAME DATE INTRODUCTION The GPS software company, TeleNav, recently commissioned a study on proportions of people who text while they drive. The study suggests that there

More information

Chapter 20. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1

Chapter 20. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1 Chapter 20 Inference about a Population Proportion BPS - 5th Ed. Chapter 19 1 Proportions The proportion of a population that has some outcome ( success ) is p. The proportion of successes in a sample

More information

AP Statistics Composition Book Review Chapters 1 2

AP Statistics Composition Book Review Chapters 1 2 AP Statistics Composition Book Review Chapters 1 2 Terms/vocabulary: Explain each term with in the STATISTICAL context. Bar Graph Bimodal Categorical Variable Density Curve Deviation Distribution Dotplot

More information

Lesson 17. Student Outcomes. Lesson Notes. Classwork. Example 1 (5 10 minutes): Predicting the Pattern in the Residual Plot

Lesson 17. Student Outcomes. Lesson Notes. Classwork. Example 1 (5 10 minutes): Predicting the Pattern in the Residual Plot Student Outcomes Students use a graphing calculator to construct the residual plot for a given data set. Students use a residual plot as an indication of whether the model used to describe the relationship

More information

x y

x y 1. Find the mean of the following numbers: ans: 26.25 3, 8, 15, 23, 35, 37, 41, 48 2. Find the median of the following numbers: ans: 24 8, 15, 2, 23, 41, 83, 91, 112, 17, 25 3. Find the sample standard

More information

Foundations for Functions

Foundations for Functions Activity: Spaghetti Regression Activity 1 TEKS: Overview: Background: A.2. Foundations for functions. The student uses the properties and attributes of functions. The student is expected to: (D) collect

More information

MAT Midterm Review

MAT Midterm Review MAT 120 - Midterm Review Name Identify the population and the sample. 1) When 1094 American households were surveyed, it was found that 67% of them owned two cars. Identify whether the statement describes

More information

Class 10: Sampling and Surveys (Text: Section 3.2)

Class 10: Sampling and Surveys (Text: Section 3.2) Class 10: Sampling and Surveys (Text: Section 3.2) Populations and Samples If we talk to everyone in a population, we have taken a census. But this is often impractical, so we take a sample instead. We

More information

Chapter 19. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1

Chapter 19. Inference about a Population Proportion. BPS - 5th Ed. Chapter 19 1 Chapter 19 Inference about a Population Proportion BPS - 5th Ed. Chapter 19 1 Proportions The proportion of a population that has some outcome ( success ) is p. The proportion of successes in a sample

More information

Multiple Choice: Identify the choice that best completes the statement or answers the question.

Multiple Choice: Identify the choice that best completes the statement or answers the question. Name: Date: Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. A floral delivery company conducts a study to measure the effect of worker experience on productivity.

More information

Probability: Anticipating Patterns

Probability: Anticipating Patterns Probability: Anticipating Patterns Anticipating Patterns: Exploring random phenomena using probability and simulation (20% 30%) Probability is the tool used for anticipating what the distribution of data

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

Mathematics (Project Maths)

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

More information

Outline Process Control. Variation: Common and Special Causes. What is quality? Common and Special Causes (cont d)

Outline Process Control. Variation: Common and Special Causes. What is quality? Common and Special Causes (cont d) . Process Control Outline. Optimization. Statistical Process Control 3. In-Process Control What is quality? Variation: Common and Special Causes Pieces vary from each other: But they form a pattern that,

More information

(3 pts) 1. Which statements are usually true of a left-skewed distribution? (circle all that are correct)

(3 pts) 1. Which statements are usually true of a left-skewed distribution? (circle all that are correct) STAT 451 - Practice Exam I Name (print): Section: This is a practice exam - it s a representative sample of problems that may appear on the exam and also substantially longer than the in-class exam. It

More information

STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1

STAB22 section 2.4. Figure 2: Data set 2. Figure 1: Data set 1 STAB22 section 2.4 2.73 The four correlations are all 0.816, and all four regressions are ŷ = 3 + 0.5x. (b) can be answered by drawing fitted line plots in the four cases. See Figures 1, 2, 3 and 4. Figure

More information

Mathematics Essential General Course Year 12. Selected Unit 3 syllabus content for the. Externally set task 2017

Mathematics Essential General Course Year 12. Selected Unit 3 syllabus content for the. Externally set task 2017 Mathematics Essential General Course Year 12 Selected Unit 3 syllabus content for the Externally set task 2017 This document is an extract from the Mathematics Essentials General Course Year 12 syllabus,

More information

Department of Statistics and Operations Research Undergraduate Programmes

Department of Statistics and Operations Research Undergraduate Programmes Department of Statistics and Operations Research Undergraduate Programmes OPERATIONS RESEARCH YEAR LEVEL 2 INTRODUCTION TO LINEAR PROGRAMMING SSOA021 Linear Programming Model: Formulation of an LP model;

More information

1.3 Density Curves and Normal Distributions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102

1.3 Density Curves and Normal Distributions. Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 1.3 Density Curves and Normal Distributions Ulrich Hoensch MAT210 Rocky Mountain College Billings, MT 59102 Fitting Density Curves to Histograms Advanced statistical software (NOT Microsoft Excel) can

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

Tables and Figures. Germination rates were significantly higher after 24 h in running water than in controls (Fig. 4).

Tables and Figures. Germination rates were significantly higher after 24 h in running water than in controls (Fig. 4). Tables and Figures Text: contrary to what you may have heard, not all analyses or results warrant a Table or Figure. Some simple results are best stated in a single sentence, with data summarized parenthetically:

More information

Stats: Modeling the World. Chapter 11: Sample Surveys

Stats: Modeling the World. Chapter 11: Sample Surveys Stats: Modeling the World Chapter 11: Sample Surveys Sampling Methods: Sample Surveys Sample Surveys: A study that asks questions of a small group of people in the hope of learning something about the

More information

Lesson 2.1 Linear Regression

Lesson 2.1 Linear Regression Lesson 2.1 Linear Regression Activity 1 Line of Best Fit The scatterplot shows the area, E, of the Amazon rain forest remaining, in thousands of square kilometers, > years after 1980. > E 6 3745 8 3724

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

#3. Let A, B and C be three sets. Draw a Venn Diagram and use shading to show the set: PLEASE REDRAW YOUR FINAL ANSWER AND CIRCLE IT!

#3. Let A, B and C be three sets. Draw a Venn Diagram and use shading to show the set: PLEASE REDRAW YOUR FINAL ANSWER AND CIRCLE IT! Math 111 Practice Final For #1 and #2. Let U = { 1, 2, 3, 4, 5, 6, 7, 8} M = {1, 3, 5 } N = {1, 2, 4, 6 } P = {1, 5, 8 } List the members of each of the following sets, using set braces. #1. (M U P) N

More information

GREATER CLARK COUNTY SCHOOLS PACING GUIDE. Algebra I MATHEMATICS G R E A T E R C L A R K C O U N T Y S C H O O L S

GREATER CLARK COUNTY SCHOOLS PACING GUIDE. Algebra I MATHEMATICS G R E A T E R C L A R K C O U N T Y S C H O O L S GREATER CLARK COUNTY SCHOOLS PACING GUIDE Algebra I MATHEMATICS 2014-2015 G R E A T E R C L A R K C O U N T Y S C H O O L S ANNUAL PACING GUIDE Quarter/Learning Check Days (Approx) Q1/LC1 11 Concept/Skill

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. Practice for Final Exam Name Identify the following variable as either qualitative or quantitative and explain why. 1) The number of people on a jury A) Qualitative because it is not a measurement or a

More information

Lectures 15/16 ANOVA. ANOVA Tests. Analysis of Variance. >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to:

Lectures 15/16 ANOVA. ANOVA Tests. Analysis of Variance. >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to: Lectures 5/6 Analysis of Variance ANOVA >ANOVA stands for ANalysis Of VAriance >ANOVA allows us to: Do multiple tests at one time more than two groups Test for multiple effects simultaneously more than

More information

MATH 1100 MIDTERM EXAM 2 SOLUTION

MATH 1100 MIDTERM EXAM 2 SOLUTION MATH 1100 MIDTERM EXAM 2 SOLUTION SPRING 2015 - MOON (1) Suppose that the universal set U is {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {1, 3, 5, 7, 9}, and B = {2, 3, 4, 5, 6, 7, 8}. (a) (2 pts) Find A B. A

More information

5. Suppose the points of a scatterplot lie close to the line 3x + 2y = 6. The slope of this line is: A) 3. B) 2/3. C) 3/2. D) 3/2.

5. Suppose the points of a scatterplot lie close to the line 3x + 2y = 6. The slope of this line is: A) 3. B) 2/3. C) 3/2. D) 3/2. DISCRETE MIDTERM REVIEW 1. An outlier is an individual value that: A) extends the pattern. B) deviates from the pattern. C) determines the strength of the relationship. D) outlines the general form of

More information

Unit 4 Review. Multiple Choice: Identify the choice that best completes the statement or answers the question.

Unit 4 Review. Multiple Choice: Identify the choice that best completes the statement or answers the question. Name: Ms. Logan Class: Date: Unit 4 Review Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. A floral delivery company conducts a study to measure the effect

More information

Proportions. Chapter 19. Inference about a Proportion Simple Conditions. Inference about a Proportion Sampling Distribution

Proportions. Chapter 19. Inference about a Proportion Simple Conditions. Inference about a Proportion Sampling Distribution Proportions Chapter 19!!The proportion of a population that has some outcome ( success ) is p.!!the proportion of successes in a sample is measured by the sample proportion: Inference about a Population

More information

IE 361 Module 36. Process Capability Analysis Part 1 (Normal Plotting) Reading: Section 4.1 Statistical Methods for Quality Assurance

IE 361 Module 36. Process Capability Analysis Part 1 (Normal Plotting) Reading: Section 4.1 Statistical Methods for Quality Assurance IE 361 Module 36 Process Capability Analysis Part 1 (Normal Plotting) Reading: Section 4.1 Statistical Methods for Quality Assurance ISU and Analytics Iowa LLC (ISU and Analytics Iowa LLC) IE 361 Module

More information

Question 1. The following set of data gives exam scores in a class of 12 students. a) Sketch a box and whisker plot of the data.

Question 1. The following set of data gives exam scores in a class of 12 students. a) Sketch a box and whisker plot of the data. Question 1 The following set of data gives exam scores in a class of 12 students 25, 67, 86, 72, 97, 80, 86, 55, 68, 70, 81, 12 a) Sketch a box and whisker plot of the data. b) Determine the Interquartile

More information

Page 21 GRAPHING OBJECTIVES:

Page 21 GRAPHING OBJECTIVES: Page 21 GRAPHING OBJECTIVES: 1. To learn how to present data in graphical form manually (paper-and-pencil) and using computer software. 2. To learn how to interpret graphical data by, a. determining the

More information

Consider the following compound statement: If Robert studies for the exam and gets a good night sleep, then Robert will do good on the exam.

Consider the following compound statement: If Robert studies for the exam and gets a good night sleep, then Robert will do good on the exam. MTH107 Intro. to Finite Math: Fall 2013 Final Review worksheet. December 4, 2013 NAME: Chapters 1 and 2 Review Consider the syllogism: All students love math. Larry is a student. Larry loves math. 1. List

More information

7.1 Sampling Distribution of X

7.1 Sampling Distribution of X 7.1 Sampling Distribution of X Definition 1 The population distribution is the probability distribution of the population data. Example 1 Suppose there are only five students in an advanced statistics

More information

Unit Nine Precalculus Practice Test Probability & Statistics. Name: Period: Date: NON-CALCULATOR SECTION

Unit Nine Precalculus Practice Test Probability & Statistics. Name: Period: Date: NON-CALCULATOR SECTION Name: Period: Date: NON-CALCULATOR SECTION Vocabulary: Define each word and give an example. 1. discrete mathematics 2. dependent outcomes 3. series Short Answer: 4. Describe when to use a combination.

More information

Moore, IPS 6e Chapter 05

Moore, IPS 6e Chapter 05 Page 1 of 9 Moore, IPS 6e Chapter 05 Quizzes prepared by Dr. Patricia Humphrey, Georgia Southern University Suppose that you are a student worker in the Statistics Department and they agree to pay you

More information

Chapter 6. The Production Function. Production Jargon. Production

Chapter 6. The Production Function. Production Jargon. Production Chapter 6 Production The Production Function A production function tells us the maximum output a firm can produce (in a given period) given available inputs. It is the economist s way of describing technology

More information

SAMPLING DISTRIBUTION MODELS TODAY YOU WILL NEED: PENCIL SCRATCH PAPER A PARTNER (YOUR CHOICE) ONE THUMBTACK PER GROUP Z-SCORE CHART

SAMPLING DISTRIBUTION MODELS TODAY YOU WILL NEED: PENCIL SCRATCH PAPER A PARTNER (YOUR CHOICE) ONE THUMBTACK PER GROUP Z-SCORE CHART SAMPLING DISTRIBUTION MODELS TODAY YOU WILL NEED: PENCIL SCRATCH PAPER A PARTNER (YOUR CHOICE) ONE THUMBTACK PER GROUP Z-SCORE CHART FLIPPING THUMBTACKS PART 1 I want to know the probability that, when

More information

1.3 Density Curves and Normal Distributions

1.3 Density Curves and Normal Distributions 1.3 Density Curves and Normal Distributions Ulrich Hoensch Tuesday, January 22, 2013 Fitting Density Curves to Histograms Advanced statistical software (NOT Microsoft Excel) can produce smoothed versions

More information

Multiple Choice: Identify the choice that best completes the statement or answers the question.

Multiple Choice: Identify the choice that best completes the statement or answers the question. Name: Class: Multiple Choice: Identify the choice that best completes the statement or answers the question. 1. A floral delivery company conducts a study to measure the effect of worker experience on

More information

Statistics, Probability and Noise

Statistics, Probability and Noise Statistics, Probability and Noise Claudia Feregrino-Uribe & Alicia Morales-Reyes Original material: Rene Cumplido Autumn 2015, CCC-INAOE Contents Signal and graph terminology Mean and standard deviation

More information

(Notice that the mean doesn t have to be a whole number and isn t normally part of the original set of data.)

(Notice that the mean doesn t have to be a whole number and isn t normally part of the original set of data.) One-Variable Statistics Descriptive statistics that analyze one characteristic of one sample Where s the middle? How spread out is it? Where do different pieces of data compare? To find 1-variable statistics

More information

Univariate Descriptive Statistics

Univariate Descriptive Statistics Univariate Descriptive Statistics Displays: pie charts, bar graphs, box plots, histograms, density estimates, dot plots, stemleaf plots, tables, lists. Example: sea urchin sizes Boxplot Histogram Urchin

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 945 Introduction This section describes the options that are available for the appearance of a histogram. A set of all these options can be stored as a template file which can be retrieved later.

More information

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1

Chapter 11. Sampling Distributions. BPS - 5th Ed. Chapter 11 1 Chapter 11 Sampling Distributions BPS - 5th Ed. Chapter 11 1 Sampling Terminology Parameter fixed, unknown number that describes the population Statistic known value calculated from a sample a statistic

More information

Other Effective Sampling Methods

Other Effective Sampling Methods Other Effective Sampling Methods MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Stratified Sampling Definition A stratified sample is obtained by separating the

More information

Fundamental. If one event can occur m ways and another event can occur n ways, then the number of ways both events can occur is:.

Fundamental. If one event can occur m ways and another event can occur n ways, then the number of ways both events can occur is:. 12.1 The Fundamental Counting Principle and Permutations Objectives 1. Use the fundamental counting principle to count the number of ways an event can happen. 2. Use the permutations to count the number

More information

CREATED BY SHANNON MARTIN GRACEY 107 STATISTICS GUIDED NOTEBOOK/FOR USE WITH MARIO TRIOLA S TEXTBOOK ESSENTIALS OF STATISTICS, 4TH ED.

CREATED BY SHANNON MARTIN GRACEY 107 STATISTICS GUIDED NOTEBOOK/FOR USE WITH MARIO TRIOLA S TEXTBOOK ESSENTIALS OF STATISTICS, 4TH ED. c. Between 1.00 and 3.00 e. Greater than 3.68 d. Between -2.87 and 1.34 USING THE TI-84 CREATED BY SHANNON MARTIN GRACEY 107 FINDING z SCORES WITH KNOWN AREAS 1. Draw a bell-shaped curve and the under

More information

Laboratory 1: Uncertainty Analysis

Laboratory 1: Uncertainty Analysis University of Alabama Department of Physics and Astronomy PH101 / LeClair May 26, 2014 Laboratory 1: Uncertainty Analysis Hypothesis: A statistical analysis including both mean and standard deviation can

More information

i. Are the shapes of the two distributions fundamentally alike or fundamentally different?

i. Are the shapes of the two distributions fundamentally alike or fundamentally different? Unit 5 Lesson 1 Investigation 1 Name: Investigation 1 Shapes of Distributions Every day, people are bombarded by data on television, on the Internet, in newspapers, and in magazines. For example, states

More information

Geometric Distribution

Geometric Distribution Geometric Distribution Review Binomial Distribution Properties The experiment consists of n repeated trials. Each trial can result in just two possible outcomes. The probability of success is the same

More information

Sampling. I Oct 2008

Sampling. I Oct 2008 Sampling I214 21 Oct 2008 Why the need to understand sampling? To be able to read and use intelligently information collected by others: Marketing research Large surveys, like the Pew Internet and American

More information

AP Statistics S A M P L I N G C H A P 11

AP Statistics S A M P L I N G C H A P 11 AP Statistics 1 S A M P L I N G C H A P 11 The idea that the examination of a relatively small number of randomly selected individuals can furnish dependable information about the characteristics of a

More information

12.1 The Fundamental Counting Principle and Permutations

12.1 The Fundamental Counting Principle and Permutations 12.1 The Fundamental Counting Principle and Permutations The Fundamental Counting Principle Two Events: If one event can occur in ways and another event can occur in ways then the number of ways both events

More information

Correlation and Regression

Correlation and Regression Correlation and Regression Shepard and Feng (1972) presented participants with an unfolded cube and asked them to mentally refold the cube with the shaded square on the bottom to determine if the two arrows

More information