Example 1: Dear Abby. Stat Camp for the MBA Program

Size: px
Start display at page:

Download "Example 1: Dear Abby. Stat Camp for the MBA Program"

Transcription

1 Stat Camp for the MBA Program Daniel Solow Lecture 4 The Normal Distribution and the Central Limit Theorem 187 Example 1: Dear Abby You wrote that a woman is pregnant for 266 days. Who said so? I carried my baby for ten months and five days, and there is no doubt about it because I know the exact date my baby was conceived. My husband is in the Navy and it couldn t possibly have been any other time because I saw him only once for an hour, and I didn t see him again until the day before the baby was born. I don t drink or run around, and there is no way this baby isn t his, so please print a retraction about the 266-day carrying time because otherwise I am in a lot of trouble. San Diego Reader 188 Dear Abby Step 1: Identify an appropriate random variable. Y = number of days of pregnancy cont. What are the possible values for Y? About ? What is the density function for Y???? Prob. Density Idea: Approximate the density of Y with a normal! Days 189 Dear Abby Question: If you are going to use a normal approximation, what information do you need? Answer: The mean and standard deviation. Fact: According to the data from generations of births, pregnancies have a (sample) mean of 266 and (sample) standard deviation of 16 days, so Y ~ N ( = 266, = 16). Question: What are the possible values for Y? to Question: How can the number of days of pregnancy be < 230? Answer: Using the normal distribution, you have that P(Y < 230) = NORMDIST(230, 266, 16, true) Thus, when using the normal approximation, there is only about 1% chance that a pregnancy lasts less than 230 days. Models are NOT the real world but hopefully good approximations! 190 1

2 Dear Abby Step 2: State what you are looking for as a probability question in terms of the rv. You want to find P(Y 10 mo. and 5 days) = P(Y 310). Step 3: Use the probability distribution of the rv to answer the probability question. P(Y 310) = 1 P(Y < 310) = 1 NORMDIST(310, 266, 16, TRUE) = Was she telling the truth? Possibly, but highly unlikely. 191 Example 2: Problem of GoodTire GoodTire has a new tire for which, in order to be competitive, they want to offer a warranty of 30,000 miles. Before doing so, the company wants to know what fraction of tires they can expect to be returned under the warranty. 192 The Problem of GoodTire Step 1: Identify an appropriate random variable. For GoodTire, let X = number of miles such a tire will last. What are the possible values for X? ? (cont.) What is the density function for X? It is unknown, so estimate it using a model, as follows: From statistical analysis of a random sample, GoodTire believes the mileage follows approximately a normal distribution with a mean of 40,000 miles and a standard deviation of 10,000 miles, so assume that X ~N( = 40000, = 10000) with possible values: The Problem of GoodTire Step 2: State what you are looking for in terms of a probability question pertaining to the random variable. GoodTire wants to know the Fraction of tires returned = Likelihood a tire fails = P{X 30000} =? to

3 The Problem of GoodTire Step 3: Use the probability distribution of the random variable to answer the probability question. For GoodTire, you have P{X 30000} =? NORMDIST(30000, 40000, 10000, TRUE) = X N(40000, 10000) The Problem of GoodTire Question: The CEO finds that a 16% return rate is too high. What warranty mileage s should they offer to get a 5% return rate? Step 2: Probability Question: What should s be so that P{X s} = 0.05? Step 3: s = NORMINV(0.05, 40000, 10000) = Fact: While you cannot control the value of a rv, you 0.05 can control the likelihood of certain events occurring s =? with that RV. 196 Example 3: Marketing Projections From historical data over a number of years, a firm knows that its annual sales average $25 million. For planning purposes, the CEO wants to know the likelihood that sales next year will: Exceed $30 million. Be within $1.5 million of the average. The CEO is willing to issue bonuses if sales are sufficiently high. What level should be set so that bonuses are given at most 20% of the time? 197 Marketing Projections Step 1: Identify an appropriate random variable. Let Y = next year s sales in $ millions. What are the possible values for Y? 0 50? What is the density function for Y???? From statistical analysis over a number of years, they believe that annual sales follows approximately a normal distribution with a mean of $25 mil. and a standard deviation of $3 mil., so assume that Y ~N( = 25, = 3) 198 3

4 Marketing Projections Step 2: State what you are looking for in terms of a probability question pertaining to the random variable. You want to know: P(sales exceeds $30 mil.) = P(Y 30). P(sales is within $1.5 of $25 mil.) = P(23.5 Y 26.5). What should be the value of sales (s) so that P(giving a bonus) = 0.20? P(Y s) = 0.20? 199 Marketing Projections Step 3: Use the probability distribution of the random variable to answer the probability question. From Excel, using = 25 and = 3: P(Y 30) = 1 NORMDIST(30, 25, 3, TRUE) = P(23.5 Y 26.5) = NORMDIST(26.5, 25, 3, TRUE) NORMDIST(23.5, 25, 3, TRUE) = s = NORMINV(0.8, 25, 3) = Example 4: DUI Test In many states, a driver is legally drunk if the blood alcohol concentration, as determined by a breath analyzer, is 0.10% or higher. Suppose that a driver has a true blood alcohol concentration of 0.095%. With the breath analyzer test, what is the probability that the person will be (incorrectly) booked on a DUI charge? Step 1: Identify an appropriate random variable. Let Y = the measurement of the analyzer as a %. (cont.) Question: What are the possible values for Y? 0 0.3? 201 DUI Test Step 1 (continued). Question: What is the density function for Y? Answer: We do not know, but data indicate that Y follows approximately a normal distribution with mean equal to the person s true alcohol level and standard deviation equal to 0.004%, so Y ~N(, = 0.004), where = the person s true blood alcohol level (%) 202 4

5 DUI Test Step 2: State what you are looking for in terms of a probability question pertaining to the random variable. You want to know the probability that a person with = will be (incorrectly) booked on a DUI charge: P(being booked on a DUI) = P(Y 0.10) 203 DUI Test Step 3: Use the probability distribution of the random variable to answer the probability question. From Excel (using = and = 0.004): P(Y 0.10) = NORMDIST(0.10, 0.095, 0.004, true) = There is about an 11% chance that such a person will be incorrectly charged with a DUI. 204 An Insurance Problem GoodHands is considering insuring employees of GoodTire. What annual premium should the company charge to be sure that there is a likelihood of no more than 1% of losing money on each customer? This is an example of decision making under uncertainty: you have to make a decision today how much should the annual premium be facing an uncertain future. Question: Why is the future uncertain? 205 Solving the Insurance Problem Step 1: Identify an appropriate random variable. Let X = the $ claimed by a customer in one year. What are the possible values for X? [0, (?)] Is X continuous or discrete? discrete What is the density function for X? It is unknown, so borrow one. From statistical analysis of data, the annual claim for these people follows approximately a normal distribution with a mean of $2500 and a standard deviation of $1000, so: X ~N( = 2500, = 1000) discrete or cont.? Note: It can be OK to approximate a discrete RV with a continuous distribution

6 An Insurance Problem Step 2: State what you are looking for in terms of a probability question pertaining to the RV. For GoodHands, what should the premium s be so that the likelihood of losing money is no more than 1%. Question: When do you lose money on a customer? Probability Question: What should the premium s be so that the P( X s) = 0.01? X N(2500, 1000) 2500 s 207 An Insurance Problem Step 3: Use the probability distribution of the random variable to answer the probability question. X N(2500, 1000) 2500 s = NORMINV(0.99, 2500, 1000) solution to the model! = $ solution for the real world! = $ Fact: While you cannot control the value of a rv (such as the claim of a person), you can control the likelihood of certain events occurring with that RV (such as the likelihood of such 208 a claim exceeding the premium). The Insurance Problem (cont.) Question: GoodHands will insure all 100 employees of GoodTire. What premium should GoodHands charge per employee so that the likelihood of losing money on the average of all these claims is 1%? Step 1: Identify appropriate random variables. For this problem, you now have the following rvs: X i = the $ / annual claim of customer i (i= 1,,100) ~N( = 2500, = 1000) (a new random var.) Prob. Question: What should be the premium, s, so that P(X > s) = 0.01? P( > s) = 0.01? Fact: To answer this prob. quest. about you need to know the density function of.??? Idea: When the rv you are interested in is the AVERAGE of other rvs, try 209 The Central Limit Theorem The Central Limit Theorem provides an approximate density function when the r.v. you are interested in is the average of n other rvs, say, X 1, X 2,, X n, that are: (1) Independent (knowing the value of one rv tells you nothing about the values of the other rvs). (2) Identically distributed (have the same density function with mean and standard deviation ), then, for large n, (approx.) 210 6

7 The Insurance Problem (cont.) For the insurance problem, you have X i = annual $ claimed by person i (i = 1,, 100) (1) Are X 1, X 2,, X 100 independent random variables? Yes, because the amount claimed by one person has no effect on the amount claimed by another person. (2) Are X 1, X 2,, X 100 identically distributed? Yes, because Therefore, by the CLT, is approximately Normal with An Insurance Problem Step 2: State what you are looking for in terms of a probability question pertaining to the random variable. For GoodHands, What should the premium s be so that the probability that the average of the 100 claims exceeds s is 0.01? Probability Question: What should s be so that An Insurance Problem (cont.) Probability Question: What should the premium s be so that N(2500, 100) 2500 Step 3: Use the probability distribution of the random variable to answer the probability question. s = NORMINV(0.99, 2500, 100) = $ s 213 Another Example of the CLT In modeling the performance of a team with 5 people, consider the following five rvs: P i = performance contribution of person i for (i = 1,,5) Possible values: [0, 1] (continuous) Density function: U[0,1] E[P i ] = = 0.5 STDEV[P i ] = = However, what is of interest is the team performance, so let 214 7

8 Another Example of the CLT T = performance of the whole team Possible values: [0, 1] (continuous) Density function:??? You cannot find the true density function, so borrow one. Because the rv T is the average of other RVs, think of using the Central Limit Theorem to approximate the density function of T. 215 The Team Problem For the team problem, you have P i = performance of person i (i = 1, 2, 3, 4, 5) ~U[0, 1] with mean = 0.5 and std. dev. = (1) Are P 1, P 2, P 3, P 4, P 5 independent random variables? Yes, assuming that the performance of a person says nothing about the performance of another person. (2) Are P 1, P 2, P 3, P 4, P 5 identically distributed? Yes, because Therefore, by the CLT, T is approximately Normal with 216 The Team Problem Question: What is the probability that the team performance is at least 0.75? P(T 0.75) = NORMDIST(0.75, 0.5, 0.13, TRUE) = T N(0.5, 0.13) P(T 0.75) Working with a Population Consider a population of N items in which item i has a number, X i, associated with it and let X = the value of an item to be selected randomly from the population. Note: From here on, a sample of size n from a population should always be thought of as a random variable. Possible values of X: X 1, X 2,, X N (discrete) Density function: 1/N 1/N 1/N E[X] = = the population average µ STDEV[X] = the population standard deviation

9 The Average of a Sample Now suppose you are going to record the numbers X 1, X 2,, X n taken from a sample of size n from a population and then compute: All possible values: The (finite) list of averages of every group of size n in the population. Groups of size n: G1 G2 G3 Discrete for the group: A1 A2 Density function: All equally likely. E[ ] = the population average µ. STDEV[ ] = the population standard deviation. Fact: We cannot use the density function because we cannot list all of the possible values, so A3 219 The Average of a Sample The rvs X 1, X 2,, X n are iid from the same population with mean = and std. dev. = Solution: Because is the average of rvs, think of the using the CLT which, if applicable, results in the following density function for, Possible Values: (, + ) Now you can use the Normal Distribution to answer your probability question about 220 How Large is Large Enough? For symmetric but outlier-prone data, n = 15 samples should be enough to use the normal approximation. For mild skewness, n = 30 should generally be sufficient to make the normal approximation appropriate. For severe skewness, n should be at least 100 to use the normal approximation. Generally speaking, the larger n is, the better the normal approximation is. A Final Example of the CLT Historical data collected at a paper mill show that 40% of sheet breaks are due to water drops, resulting from the condensation of steam. Suppose that the causes of the next 100 sheet breaks are monitored and that the sheet breaks are independent of one another. Find the expected value and the standard deviation of the number of sheet breaks that will be caused by water drops. What is the probability that at least 35 of the breaks will be due to water drops?

10 Exact Answer Success = break due to water drops P(success) = p = 0.4 X = number of breaks due to water drops X is Binomial with n = 100 and p = 0.4 E(X) = np = (100)(0.4) = 40 SD(X) = n p (1 p) = (100)(0.4)(0.6) = 24 = 4.9 From Excel P(X 35) = 1 P(X < 35) = 1 P(X 34) = 1 BINOMDIST(34, 100, 0.4, TRUE) = Normal Approx. to Binomial For this problem, let p = P(success) = 0.4, and In this problem, you are interested in the rv X = number of successes in 100 trials = X 1 + X 2 + +X 100 To find P(X 35) = P(X / / 100), you need to know the probability distribution of which, by the CLT, is approximately normal, so 224 Normal Approx. to Binomial Each X i ~ Binomial(1, p = 0.4), so E[X i ] = = p = 0.4 Assuming that The X i are pairwise independent and n = 100 is large enough (np > 5 and n(1 p) > 5), then by the CLT, the random variable Normal Approx. to Binomial Then, for X = X X P(X 35) = P(X / / 100) = 1 NORMDIST(0.35, 0.4, 0.049, TRUE) = (The exact answer was 0.86.)

11 Review of Basic Math A function y = f(x) describes a relationship between the two quantitative variables x and y. y = f(x) = x + 2 y = f(x) = x 2 2x + 1 (a linear relationship) (a nonlinear relationship) You can represent a function visually as follows: Review of Functions You can also think of a function f as transforming an input x into an output y, as follows: x y y f f(x ) = y x x Note: A function f can have many input values, instead of just one Review of Linear Equations A linear equation y = mx + b, provides a relationship between the two variables, x and y, in which: y b = the y-intercept y = mx + b = the value of y when x = 0. m = the slope of the line = the change in y per unit of increase in x. m > 0: as x increases, y increases. m = 0: as x increases, y remains the same. m < 0: as x increases, y decreases. b y x 1 m x + 1 x m > 0 m = 0 m < 0 x 229 An Example of a Line If y = the thousands of bushels of wheat x = the number of inches of rain then, for the line y = 80x + 71, b = 71 means that there are 71,000 bushels of wheat when there is no rain. m = 80 means that each extra inch of rain results in 80,000 more bushels of wheat

12 A Different Equation for a Line Sometimes a line is written in the form: a 1 x 1 + a 2 x 2 = c Assuming that a 2 0, you can solve for x 2 : x 2 = (a 1 / a 2 ) x 1 + (c / a 2 ) y = m x + b Graphing a Line To draw the graph of the line a 1 x 1 + a 2 x 2 = b: Find two different points on the line (usually by setting x 1 = 0 and finding x 2 and then setting x 2 = 0 and finding x 1 ). Plotting these two points on a graph. Drawing the straight line through those two points Example of Graphing a Line The line: 2x 1 + x 2 = 230 When x 1 = 0, x 2 = 230 When x 2 = 0, x 1 = 115 Note: Any point on the line gives a value for x 1 and a value for x 2 that satisfies 2x 1 + x 2 = x x Solving Two Linear Equations Objective: Solve the following two equations for x 1 and x 2 : 2x 1 + x 2 = 230 (a) x 1 + 2x 2 = 250 (b) Solution Procedure: Solve (a) for x 2 : x 2 = 230 2x 1 (c) Substitute x 2 = 230 2x 1 in (b): x 1 + 2(230 2x 1 ) = 3x = 250 (d) Solve (d) for x 1 : x 1 = 70 Substitute x 1 = 70 in (c): x 2 = 230 2x 1 =

13 Another Approach Objective: Solve the following for x 1 and x 2 : (a) 2x 1 + x 2 = 230 (b) x 1 + 2x 2 = 250 (c) 4x 1 + 2x 2 = 460 [ (b) x 1 + 2x 2 = 250 ] Alternative Procedure: Multiply (a) through by 2. Subtract (b) from (c). (d) 3x 1 = 210 Solve (d) for x 1 : x 1 = 70 Substitute x 1 = 70 in (a) and solve for x 2 : x 2 = 230 2x 1 = 90 Note: There are computer packages for solving n linear equations in n unknowns. 235 Exponentials An exponent is the power to which a number (called the base) is raised. Example: 2 5 (base = 2; exponent = 5) Question: How much will $1000 be worth after 5 years at 6% compound interest? Answer: Total = f (P, r, n) = P(1 + r ) n = 1000 ( ) 5 = Properties of Exponents Laws of Exponents: x a + b =x b + a =x a x b (example: = ) (x a ) b = (x b ) a = x ab (example: (2 3 ) 2 = 2 6 ) x a = 1 / x a (example: 2 3 = 1 / 2 3 = 1 / 8) x 0 = 1 Exponential Functions Increase and Decrease Rapidly: Scientific Notation Scientific Notation: a 10 b (also written as a E ±b) means move the decimal point of a: b positions to the right, if b > 0. b positions to the left, if b < 0. Example: = E+3 = Example: = 4 E 3 =

14 Logarithms The log base b of x [written log (x)] is the power to which you must raise b to get x. Examples: log 10 (100) = 2, log 2 (32) = 5 Logs are only defined for positive numbers. If the base is omitted, the default is 10. The base e = is used in some financial applications (such as continuous compounding), in which case, log e (x) is written as ln(x) (the natural log of x). 239 Laws of Logarithms Logs convert products to sums, that is, log b (xy) = log b (x) + log b (y). Ex: log 2 (64) = log 2 (4 16) = log 2 (4) + log 2 (16) = 2+4 = 6 log b (x / y) = log b (x) log b (y) Ex: log 10 (1000 / 100) = log 10 (1000) log 10 (100) = 3 2= 1 Logs bring down exponents, that is, log b (x y ) = y log b (x). Example: log 2 (4 5 ) = 5 log 2 (4) = 5(2) = 10 Logs undo exponentiation, that is, log b (b y ) = y log b (b) = y. Example: log 2 (2 5 ) = 5 log a (x) = k log b (x), where k = log a (b) Example: log 2 (x) = log 10 (x) 240 Problem Solving with Logs Question: How many years will it take to double an investment at i % interest compounded annually? Answer: Let P = the initial investment r = interest rate as a fraction = i / 100 n = the number of years of compounding Then, after n years, you will have P(1 + r ) n. 241 Problem Solving with Logs Answer (continued): Thus, you want to find n so that P(1 + r ) n = 2P (1 + r ) n = 2 (a) To solve (a) for n, take the log of both sides to bring the exponent n down: log[(1 + r ) n ] = log(2) Qn: Log base what? n log[(1 + r )] = log(2) n = log(2) / log[(1 + r )] Example: At 6% (r = 0.06), it will take Ans: Log base 10 (but any base will work). n = log(2) / log(1.06) = / = 11.9 years

STAT 155 Introductory Statistics. Lecture 6: The Normal Distributions (II)

STAT 155 Introductory Statistics. Lecture 6: The Normal Distributions (II) The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL STAT 155 Introductory Statistics Lecture 6: The Normal Distributions (II) 9/14/06 Lecture 6 1 Review Density curves Normal distributions and normal curves

More information

Probability Distribution. Stat Camp for the MBA Program. Debbon Air Seat Release

Probability Distribution. Stat Camp for the MBA Program. Debbon Air Seat Release Stat Camp for the MBA Program Daniel Solow Lecture 3 Random Variables and Distributions 136 Probability Distribution Recall that a random variable is a quantity of interest whose value is uncertain and

More information

Motivation. Stat Camp for the MBA Program. Probability. Experiments and Outcomes. Daniel Solow 5/10/2017

Motivation. Stat Camp for the MBA Program. Probability. Experiments and Outcomes. Daniel Solow 5/10/2017 Stat Camp for the MBA Program Daniel Solow Lecture 2 Probability Motivation You often need to make decisions under uncertainty, that is, facing an unknown future. Examples: How many computers should I

More information

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

More information

Chapter 13 - Inverse Functions

Chapter 13 - Inverse Functions Chapter 13 - Inverse Functions In the second part of this book on Calculus, we shall be devoting our study to another type of function, the exponential function and its close relative the Sine function.

More information

2.6 Logarithmic Functions. Inverse Functions. Question: What is the relationship between f(x) = x 2 and g(x) = x?

2.6 Logarithmic Functions. Inverse Functions. Question: What is the relationship between f(x) = x 2 and g(x) = x? Inverse Functions Question: What is the relationship between f(x) = x 3 and g(x) = 3 x? Question: What is the relationship between f(x) = x 2 and g(x) = x? Definition (One-to-One Function) A function f

More information

Part Possible Score Base 5 5 MC Total 50

Part Possible Score Base 5 5 MC Total 50 Stat 220 Final Exam December 16, 2004 Schafer NAME: ANDREW ID: Read This First: You have three hours to work on the exam. The other questions require you to work out answers to the questions; be sure to

More information

Expectations and Variance

Expectations and Variance 4. Model parameters and their estimates 4.1 Expected Value and Conditional Expected Value 4. The Variance 4.3 Population vs Sample Quantities 4.4 Mean and Variance of a Linear Combination 4.5 The Covariance

More information

1.1 Linear Equations and Inequalities

1.1 Linear Equations and Inequalities 1.1 Linear Equations and Inequalities Linear Equation in 1 Variable Any equation that can be written in the following form: ax + b = 0 a,b R, a 0 and x is a variable Any equation has a solution, sometimes

More information

Using a Graphing Calculator

Using a Graphing Calculator Using a Graphing Calculator Unit 1 Assignments Bridge to Geometry Name Date Period Warm Ups Name Period Date Friday Directions: Today s Date Tuesday Directions: Today s Date Wednesday Directions: Today

More information

MATH 3200 PROBABILITY AND STATISTICS M3200SP081.1

MATH 3200 PROBABILITY AND STATISTICS M3200SP081.1 MATH 3200 PROBABILITY AND STATISTICS M3200SP081.1 This examination has twenty problems, of which most are straightforward modifications of the recommended homework problems. The remaining problems are

More information

Sect 2.4 Linear Functions

Sect 2.4 Linear Functions 36 Sect 2.4 Linear Functions Objective 1: Graphing Linear Functions Definition A linear function is a function in the form y = f(x) = mx + b where m and b are real numbers. If m 0, then the domain and

More information

1 Functions And Change

1 Functions And Change 1 Functions And Change 1.1 What Is a Function? * Function A function is a rule that takes certain numbers as inputs and assigns to each a definite output number. The set of all input numbers is called

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) 6x + 4

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) 6x + 4 Math1420 Review Comprehesive Final Assessment Test Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Add or subtract as indicated. x + 5 1) x2

More information

Honors Math 2 Unit 5 Exponential Functions. *Quiz* Common Logs Solving for Exponents Review and Practice

Honors Math 2 Unit 5 Exponential Functions. *Quiz* Common Logs Solving for Exponents Review and Practice Honors Math 2 Unit 5 Exponential Functions Notes and Activities Name: Date: Pd: Unit Objectives: Objectives: N-RN.2 Rewrite expressions involving radicals and rational exponents using the properties of

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

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 39 Regression Analysis Hello and welcome to the course on Biostatistics

More information

Curriculum Scope & Sequence Subject/Grade Level: MATHEMATICS/GRADE 7 Course: MATH 7

Curriculum Scope & Sequence Subject/Grade Level: MATHEMATICS/GRADE 7 Course: MATH 7 BOE APPROVED 3/12/13 Curriculum Scope & Sequence Subject/Grade Level: MATHEMATICS/GRADE 7 Course: MATH 7 Unit Duration NJCCCS / Unit Goals Transfer Goal(s) Enduring Review of 10 Days Unit Goals: There

More information

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28}

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28} Mock Final Exam Name Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) 1) A) {- 30} B) {- 6} C) {30} D) {- 28} First, write the value(s) that make the denominator(s) zero. Then solve the

More information

Business Statistics 41000: Homework # 5

Business Statistics 41000: Homework # 5 Business Statistics 41000: Homework # 5 Drew Creal Due date: Beginning of class in week # 10 Remarks: These questions cover Lectures #7, 8, and 9. Question # 1. Condence intervals and plug-in predictive

More information

MARLBORO CENTRAL SCHOOL DISTRICT CURRICULUM MAP. Unit 1: Integers & Rational Numbers

MARLBORO CENTRAL SCHOOL DISTRICT CURRICULUM MAP. Unit 1: Integers & Rational Numbers Timeframe September/ October (5 s) What is an integer? What are some real life situations where integers are used? represent negative and positive numbers on a vertical and horizontal number line? What

More information

Lecture 5 - Logarithms, Slope of a Function, Derivatives

Lecture 5 - Logarithms, Slope of a Function, Derivatives Lecture 5 - Logarithms, Slope of a Function, Derivatives 5. Logarithms Note the graph of e x This graph passes the horizontal line test, so f(x) = e x is one-to-one and therefore has an inverse function.

More information

MAC Module 8 Exponential and Logarithmic Functions I. Rev.S08

MAC Module 8 Exponential and Logarithmic Functions I. Rev.S08 MAC 1105 Module 8 Exponential and Logarithmic Functions I Learning Objectives Upon completing this module, you should be able to: 1. Distinguish between linear and exponential growth. 2. Model data with

More information

MAC Module 8. Exponential and Logarithmic Functions I. Learning Objectives. - Exponential Functions - Logarithmic Functions

MAC Module 8. Exponential and Logarithmic Functions I. Learning Objectives. - Exponential Functions - Logarithmic Functions MAC 1105 Module 8 Exponential and Logarithmic Functions I Learning Objectives Upon completing this module, you should be able to: 1. Distinguish between linear and exponential growth. 2. Model data with

More information

Chapter 7 - Exponents and Exponential Functions

Chapter 7 - Exponents and Exponential Functions Chapter 7 - Exponents and Exponential Functions 7-1: Multiplication Properties of Exponents 7-2: Division Properties of Exponents 7-3: Rational Exponents 7-4: Scientific Notation 7-5: Exponential Functions

More information

Intermediate Algebra Chapter 12 Review

Intermediate Algebra Chapter 12 Review Intermediate Algebra Chapter 1 Review Set up a Table of Coordinates and graph the given functions. Find the y-intercept. Label at least three points on the graph. Your graph must have the correct shape.

More information

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution Pengyuan (Penelope) Wang June 15, 2011 Review Discussed Uniform Distribution and Normal Distribution Normal Approximation

More information

Chapter 14: Basics of Functions

Chapter 14: Basics of Functions Math 91 Final Exam Study Guide Name Chapter 14: Basics of Functions Find the domain and range. 1) {(5,1), (5,-4), (6,7), (3,4), (-9,-6)} Find the indicated function value. 2) Find f(3) when f(x) = x2 +

More information

Chapter 6 Continuous Probability Distributions

Chapter 6 Continuous Probability Distributions Continuous Probability Distributions Learning Objectives 1. Understand the difference between how probabilities are computed for discrete and continuous random variables. 2. Know how to compute probability

More information

If you have completed your extra credit opportunity, please place it on your inbox.

If you have completed your extra credit opportunity, please place it on your inbox. Warm-Up If you have completed your extra credit opportunity, please place it on your inbox. On everyone s desk should be paper and a pencil for notes. We are covering all of Quarter 1 in one day, so we

More information

Introduction to Bayesian Learning. Machine Learning Fall 2018

Introduction to Bayesian Learning. Machine Learning Fall 2018 Introduction to Bayesian Learning Machine Learning Fall 2018 1 What we have seen so far What does it mean to learn? Mistake-driven learning Learning by counting (and bounding) number of mistakes PAC learnability

More information

Honors Algebra 2 Summer Practice Problems 2017

Honors Algebra 2 Summer Practice Problems 2017 Honors Algebra II Summer Assignment 017 These are the directions for your summer assignment for next year s course. This is an opportunity for you to review selected topics from Algebra One to make sure

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

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

Math Exam Jam Concise. Contents. 1 Algebra Review 2. 2 Functions and Graphs 2. 3 Exponents and Radicals 3. 4 Quadratic Functions and Equations 4

Math Exam Jam Concise. Contents. 1 Algebra Review 2. 2 Functions and Graphs 2. 3 Exponents and Radicals 3. 4 Quadratic Functions and Equations 4 Contents 1 Algebra Review 2 2 Functions and Graphs 2 3 Exponents and Radicals 3 4 Quadratic Functions and Equations 4 5 Exponential and Logarithmic Functions 5 6 Systems of Linear Equations 6 7 Inequalities

More information

Doug Clark The Learning Center 100 Student Success Center learningcenter.missouri.edu Overview

Doug Clark The Learning Center 100 Student Success Center learningcenter.missouri.edu Overview Math 1400 Final Exam Review Saturday, December 9 in Ellis Auditorium 1:00 PM 3:00 PM, Saturday, December 9 Part 1: Derivatives and Applications of Derivatives 3:30 PM 5:30 PM, Saturday, December 9 Part

More information

Recursive Routines. line segments. Notice that as you move from left to right, the

Recursive Routines. line segments. Notice that as you move from left to right, the CONDENSED LESSON 6. Recursive Routines In this lesson you will explore patterns involving repeated multiplication write recursive routines for situations involving repeated multiplication look at tables

More information

Chapter 16. Simple Linear Regression and dcorrelation

Chapter 16. Simple Linear Regression and dcorrelation Chapter 16 Simple Linear Regression and dcorrelation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Mathematics Level D: Lesson 2 Representations of a Line

Mathematics Level D: Lesson 2 Representations of a Line Mathematics Level D: Lesson 2 Representations of a Line Targeted Student Outcomes Students graph a line specified by a linear function. Students graph a line specified by an initial value and rate of change

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. MAC 1105 Fall 2007 - Final Exam Dr. Schnackenberg If you do not agree with the given answers, answer "E" for "None of the above". MULTIPLE CHOICE. Choose the one alternative that best completes the statement

More information

Lesson 5: Solving Linear Systems Problem Solving Assignment solutions

Lesson 5: Solving Linear Systems Problem Solving Assignment solutions Write inequalities to represent the following problem, and then solve to answer the question. 1. The Rent-A-Lemon Car Rental Company charges $60 a day to rent a car and an additional $0.40 per mile. Alex

More information

Math 095 Final Exam Review - MLC

Math 095 Final Exam Review - MLC Math 095 Final Exam Review - MLC Although this is a comprehensive review, you should also look over your old reviews from previous modules, the readings, and your notes. Round to the thousandth unless

More information

Chapter 16. Simple Linear Regression and Correlation

Chapter 16. Simple Linear Regression and Correlation Chapter 16 Simple Linear Regression and Correlation 16.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Rising 8th Grade Math. Algebra 1 Summer Review Packet

Rising 8th Grade Math. Algebra 1 Summer Review Packet Rising 8th Grade Math Algebra 1 Summer Review Packet 1. Clear parentheses using the distributive property. 2. Combine like terms within each side of the equal sign. Solving Multi-Step Equations 3. Add/subtract

More information

Unit 3A Modeling with Exponential Functions

Unit 3A Modeling with Exponential Functions Common Core Math 2 Unit A Modeling with Exponential Functions Name: Period: Estimated Test Date: Unit A Modeling with Exponential Functions 1 2 Common Core Math 2 Unit A Modeling with Exponential Functions

More information

Math: Question 1 A. 4 B. 5 C. 6 D. 7

Math: Question 1 A. 4 B. 5 C. 6 D. 7 Math: Question 1 Abigail can read 200 words in one minute. If she were to read at this rate for 30 minutes each day, how many days would Abigail take to read 30,000 words of a book? A. 4 B. 5 C. 6 D. 7

More information

OPIM 303, Managerial Statistics H Guy Williams, 2006

OPIM 303, Managerial Statistics H Guy Williams, 2006 OPIM 303 Lecture 6 Page 1 The height of the uniform distribution is given by 1 b a Being a Continuous distribution the probability of an exact event is zero: 2 0 There is an infinite number of points in

More information

Chapter 18. Sampling Distribution Models. Copyright 2010, 2007, 2004 Pearson Education, Inc.

Chapter 18. Sampling Distribution Models. Copyright 2010, 2007, 2004 Pearson Education, Inc. Chapter 18 Sampling Distribution Models Copyright 2010, 2007, 2004 Pearson Education, Inc. Normal Model When we talk about one data value and the Normal model we used the notation: N(μ, σ) Copyright 2010,

More information

ALGEBRA 2 Summer Review Assignments Graphing

ALGEBRA 2 Summer Review Assignments Graphing ALGEBRA 2 Summer Review Assignments Graphing To be prepared for algebra two, and all subsequent math courses, you need to be able to accurately and efficiently find the slope of any line, be able to write

More information

Probability Distribution

Probability Distribution Economic Risk and Decision Analysis for Oil and Gas Industry CE81.98 School of Engineering and Technology Asian Institute of Technology January Semester Presented by Dr. Thitisak Boonpramote Department

More information

Sample Problems for the Final Exam

Sample Problems for the Final Exam Sample Problems for the Final Exam 1. Hydraulic landing assemblies coming from an aircraft rework facility are each inspected for defects. Historical records indicate that 8% have defects in shafts only,

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information

MATH 111: EXAM 03 BLAKE FARMAN UNIVERSITY OF SOUTH CAROLINA

MATH 111: EXAM 03 BLAKE FARMAN UNIVERSITY OF SOUTH CAROLINA MATH 111: EXAM 03 BLAKE FARMAN UNIVERSITY OF SOUTH CAROLINA Answer the questions in the spaces provided on the question sheets and turn them in at the end of the class period Unless otherwise stated, all

More information

Section 4.2 Logarithmic Functions & Applications

Section 4.2 Logarithmic Functions & Applications 34 Section 4.2 Logarithmic Functions & Applications Recall that exponential functions are one-to-one since every horizontal line passes through at most one point on the graph of y = b x. So, an exponential

More information

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number.

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number. L7-1 Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions Recall that a power function has the form f(x) = x r where r is a real number. f(x) = x 1/2 f(x) = x 1/3 ex. Sketch the graph of

More information

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes 3.1 Measures of Central Tendency

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes 3.1 Measures of Central Tendency Math 1 Introduction to Statistics Mr. Toner s Lecture Notes 3.1 Measures of Central Tendency The word average: is very ambiguous and can actually refer to the mean, median, mode or midrange. Notation:

More information

Algebra 1. Math Review Packet. Equations, Inequalities, Linear Functions, Linear Systems, Exponents, Polynomials, Factoring, Quadratics, Radicals

Algebra 1. Math Review Packet. Equations, Inequalities, Linear Functions, Linear Systems, Exponents, Polynomials, Factoring, Quadratics, Radicals Algebra 1 Math Review Packet Equations, Inequalities, Linear Functions, Linear Systems, Exponents, Polynomials, Factoring, Quadratics, Radicals 2017 Math in the Middle 1. Clear parentheses using the distributive

More information

Solve Systems of Equations Algebraically

Solve Systems of Equations Algebraically Part 1: Introduction Solve Systems of Equations Algebraically Develop Skills and Strategies CCSS 8.EE.C.8b You know that solutions to systems of linear equations can be shown in graphs. Now you will learn

More information

3.3 Linear Equations in Standard Form

3.3 Linear Equations in Standard Form 3.3 Linear Equations in Standard Form Learning Objectives Write equivalent equations in standard form. Find the slope and y intercept from an equation in standard form. Write equations in standard form

More information

2015 2nd Semester Exam Review

2015 2nd Semester Exam Review Algebra 2 2015 2nd Semester Exam Review 1. Write a function whose graph is a translation of the graph of the function in two directions. Describe the translation. 2. What are the solutions to the equation?

More information

Independent Study Project: Chapter 4 Exponential and Logarithmic Functions

Independent Study Project: Chapter 4 Exponential and Logarithmic Functions Name: Date: Period: Independent Study Project: Chapter 4 Exponential and Logarithmic Functions Part I: Read each section taken from the Algebra & Trigonometry (Blitzer 2014) textbook. Fill in the blanks

More information

Semester 2 Final Exam Review Guide for AMS I

Semester 2 Final Exam Review Guide for AMS I Name: Semester 2 Final Exam Review Guide for AMS I Unit 4: Exponential Properties & Functions Lesson 1 Exponent Properties & Simplifying Radicals Products of Powers: when two powers with the same base

More information

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products 8.1 Apply Exponent Properties Involving Products Learning Outcome To use properties of exponents involving products Product of Powers Property Let a be a real number, and let m and n be positive integers.

More information

Chapter 4: Probability and Probability Distributions

Chapter 4: Probability and Probability Distributions Chapter 4: Probability and Probability Distributions 4.1 How Probability Can Be Used in Making Inferences 4.1 a. Subjective probability b. Relative frequency c. Classical d. Relative frequency e. Subjective

More information

Algebra 31 Summer Work Packet Review and Study Guide

Algebra 31 Summer Work Packet Review and Study Guide Algebra Summer Work Packet Review and Study Guide This study guide is designed to accompany the Algebra Summer Work Packet. Its purpose is to offer a review of the ten specific concepts covered in the

More information

Middle School Math 2 Grade 7

Middle School Math 2 Grade 7 Unit Activity Correlations to Common Core State Standards Middle School Math 2 Grade 7 Table of Contents Ratios and Proportional Relationships 1 The Number System 2 Expressions and Equations 5 Geometry

More information

Unit 2 Modeling with Exponential and Logarithmic Functions

Unit 2 Modeling with Exponential and Logarithmic Functions Name: Period: Unit 2 Modeling with Exponential and Logarithmic Functions 1 2 Investigation : Exponential Growth & Decay Materials Needed: Graphing Calculator (to serve as a random number generator) To

More information

MATH 142 Business Mathematics II. Spring, 2015, WEEK 1. JoungDong Kim

MATH 142 Business Mathematics II. Spring, 2015, WEEK 1. JoungDong Kim MATH 142 Business Mathematics II Spring, 2015, WEEK 1 JoungDong Kim Week 1: A8, 1.1, 1.2, 1.3 Chapter 1. Functions Section 1.1 and A.8 Definition. A function is a rule that assigns to each element x in

More information

Chapter 15 Sampling Distribution Models

Chapter 15 Sampling Distribution Models Chapter 15 Sampling Distribution Models 1 15.1 Sampling Distribution of a Proportion 2 Sampling About Evolution According to a Gallup poll, 43% believe in evolution. Assume this is true of all Americans.

More information

Calculus Review Session. Brian Prest Duke University Nicholas School of the Environment August 18, 2017

Calculus Review Session. Brian Prest Duke University Nicholas School of the Environment August 18, 2017 Calculus Review Session Brian Prest Duke University Nicholas School of the Environment August 18, 2017 Topics to be covered 1. Functions and Continuity 2. Solving Systems of Equations 3. Derivatives (one

More information

NC Common Core Middle School Math Compacted Curriculum 7 th Grade Model 1 (3:2)

NC Common Core Middle School Math Compacted Curriculum 7 th Grade Model 1 (3:2) NC Common Core Middle School Math Compacted Curriculum 7 th Grade Model 1 (3:2) Analyze proportional relationships and use them to solve real-world and mathematical problems. Proportional Reasoning and

More information

17 Exponential and Logarithmic Functions

17 Exponential and Logarithmic Functions 17 Exponential and Logarithmic Functions Concepts: Exponential Functions Power Functions vs. Exponential Functions The Definition of an Exponential Function Graphing Exponential Functions Exponential Growth

More information

ALGEBRA 2 CP MIDTERM REVIEW

ALGEBRA 2 CP MIDTERM REVIEW ALGEBRA CP MIDTERM REVIEW Algebra II CP MIDTERM REVIEW Name CHAPTER 4 QUADRATICS Add or subtract the following polynomials. (Distribute if necessary, and then combine like terms) x y x y 7 7x 6 x x 7x

More information

nt and A = Pe rt to solve. 3) Find the accumulated value of an investment of $10,000 at 4% compounded semiannually for 5 years.

nt and A = Pe rt to solve. 3) Find the accumulated value of an investment of $10,000 at 4% compounded semiannually for 5 years. Exam 4 Review Approximate the number using a calculator. Round your answer to three decimal places. 1) 2 1.7 2) e -1.4 Use the compound interest formulas A = P 1 + r n nt and A = Pe rt to solve. 3) Find

More information

Expectations and Variance

Expectations and Variance 4. Model parameters and their estimates 4.1 Expected Value and Conditional Expected Value 4. The Variance 4.3 Population vs Sample Quantities 4.4 Mean and Variance of a Linear Combination 4.5 The Covariance

More information

7th Grade IC - I Cans...

7th Grade IC - I Cans... Ratios and Proportional Relationships 7.RP Analyze proportional relationships and use them to solve real-world and mathematical problems. 1. Compute unit rates associated with ratios of fractions, including

More information

THANK YOU FOR YOUR PURCHASE!

THANK YOU FOR YOUR PURCHASE! THANK YOU FOR YOUR PURCHASE! The resources included in this purchase were designed and created by me. I hope that you find this resource helpful in your classroom. Please feel free to contact me with any

More information

Number of People Contacted

Number of People Contacted Section 7.2 Problem Solving Using Exponential Functions (Exponential Growth and Decay) Key Words: exponential, growth, decay, critical mass Key Concepts: exponential growth, exponential decay, simple interest,

More information

y = b x Exponential and Logarithmic Functions LESSON ONE - Exponential Functions Lesson Notes Example 1 Set-Builder Notation

y = b x Exponential and Logarithmic Functions LESSON ONE - Exponential Functions Lesson Notes Example 1  Set-Builder Notation y = b x Exponential and Logarithmic Functions LESSON ONE - Exponential Functions Example 1 Exponential Functions Graphing Exponential Functions For each exponential function: i) Complete the table of values

More information

Madison County Schools Suggested 7 th Grade Math Pacing Guide,

Madison County Schools Suggested 7 th Grade Math Pacing Guide, Madison County Schools Suggested 7 th Grade Math Pacing Guide, 2016 2017 The following Standards have changes from the 2015-16 MS College- and Career-Readiness Standards: Significant Changes (ex: change

More information

Algebra 2 College 2013 Midterm Review. Solve each equation: 2. -4(24 + 8y) = n 24 = 14 30n 4. 5x x = x 8.

Algebra 2 College 2013 Midterm Review. Solve each equation: 2. -4(24 + 8y) = n 24 = 14 30n 4. 5x x = x 8. Algebra 2 College 2013 Midterm Review Name: 1. Dan paid a total of $25.80 last month for his international calls. He makes international calls only to England. Dan pays $0.06 per minute in addition to

More information

Section Exponential Functions

Section Exponential Functions 121 Section 4.1 - Exponential Functions Exponential functions are extremely important in both economics and science. It allows us to discuss the growth of money in a money market account as well as the

More information

Discussion 03 Solutions

Discussion 03 Solutions STAT Discussion Solutions Spring 8. A new flavor of toothpaste has been developed. It was tested by a group of people. Nine of the group said they liked the new flavor, and the remaining indicated they

More information

DRAFT EAST POINSETT CO. SCHOOL DIST. - GRADE 7 MATH

DRAFT EAST POINSETT CO. SCHOOL DIST. - GRADE 7 MATH Module 1 - Math Test: 10/6/2015 Analyze proportional relationships and use them to solve real-world and mathematical problems. 7.RP.1 7.RP.2 7.RP.3 * Compute unit rates associated with ratios of fractions,

More information

College Algebra. George Voutsadakis 1. LSSU Math 111. Lake Superior State University. 1 Mathematics and Computer Science

College Algebra. George Voutsadakis 1. LSSU Math 111. Lake Superior State University. 1 Mathematics and Computer Science College Algebra George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 111 George Voutsadakis (LSSU) College Algebra December 2014 1 / 71 Outline 1 Higher Degree

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

More information

1 of 32 4/24/2018, 11:38 AM

1 of 32 4/24/2018, 11:38 AM 1 of 3 4/4/018, 11:38 AM Student: Date: Instructor: Alfredo Alvarez Course: Math 0410 Spring 018 Assignment: Math 0410 Homework149aleks 1 Insert < or > between the pair of integers to make the statement

More information

Algebra 2 Honors: Final Exam Review

Algebra 2 Honors: Final Exam Review Name: Class: Date: Algebra 2 Honors: Final Exam Review Directions: You may write on this review packet. Remember that this packet is similar to the questions that you will have on your final exam. Attempt

More information

Common Core Math Curriculum Map

Common Core Math Curriculum Map Module 1 - Math Address Standards by: 9/3/2013 Test: 9/16-27/2013 Solve real-life and mathematical problems using numerical and algebraic expressions and equations. 7.EE.4 * Use variables to represent

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Exponential and Logarithmic Functions Learning Targets 1. I can evaluate, analyze, and graph exponential functions. 2. I can solve problems involving exponential growth & decay. 3. I can evaluate expressions

More information

How to use these notes

How to use these notes Chapter How to use these notes These notes were prepared for the University of Utah s Math 00 refresher course. They asssume that the user has had the Math 00 course Intermediate Algebra or its equivalent

More information

Chapter 5 Simplifying Formulas and Solving Equations

Chapter 5 Simplifying Formulas and Solving Equations Chapter 5 Simplifying Formulas and Solving Equations Look at the geometry formula for Perimeter of a rectangle P = L W L W. Can this formula be written in a simpler way? If it is true, that we can simplify

More information

10 Exponential and Logarithmic Functions

10 Exponential and Logarithmic Functions 10 Exponential and Logarithmic Functions Concepts: Rules of Exponents Exponential Functions Power Functions vs. Exponential Functions The Definition of an Exponential Function Graphing Exponential Functions

More information

Polynomials and Rational Functions (2.1) The shape of the graph of a polynomial function is related to the degree of the polynomial

Polynomials and Rational Functions (2.1) The shape of the graph of a polynomial function is related to the degree of the polynomial Polynomials and Rational Functions (2.1) The shape of the graph of a polynomial function is related to the degree of the polynomial Shapes of Polynomials Look at the shape of the odd degree polynomials

More information

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1

Systems of Equations. Red Company. Blue Company. cost. 30 minutes. Copyright 2003 Hanlonmath 1 Chapter 6 Systems of Equations Sec. 1 Systems of Equations How many times have you watched a commercial on television touting a product or services as not only the best, but the cheapest? Let s say you

More information

Inference with Simple Regression

Inference with Simple Regression 1 Introduction Inference with Simple Regression Alan B. Gelder 06E:071, The University of Iowa 1 Moving to infinite means: In this course we have seen one-mean problems, twomean problems, and problems

More information

Chapter 9. Correlation and Regression

Chapter 9. Correlation and Regression Chapter 9 Correlation and Regression Lesson 9-1/9-2, Part 1 Correlation Registered Florida Pleasure Crafts and Watercraft Related Manatee Deaths 100 80 60 40 20 0 1991 1993 1995 1997 1999 Year Boats in

More information

Math 1101 Exam 3 Practice Problems

Math 1101 Exam 3 Practice Problems Math 1101 Exam 3 Practice Problems These problems are not intended to cover all possible test topics. These problems should serve as an activity in preparing for your test, but other study is required

More information

Week 04 Discussion. a) What is the probability that of those selected for the in-depth interview 4 liked the new flavor and 1 did not?

Week 04 Discussion. a) What is the probability that of those selected for the in-depth interview 4 liked the new flavor and 1 did not? STAT Wee Discussion Fall 7. A new flavor of toothpaste has been developed. It was tested by a group of people. Nine of the group said they lied the new flavor, and the remaining 6 indicated they did not.

More information

Stats Review Chapter 6. Mary Stangler Center for Academic Success Revised 8/16

Stats Review Chapter 6. Mary Stangler Center for Academic Success Revised 8/16 Stats Review Chapter Revised 8/1 Note: This review is composed of questions similar to those found in the chapter review and/or chapter test. This review is meant to highlight basic concepts from the course.

More information