Chapter 8 Homework ( ) -- Normal Distribution

Size: px
Start display at page:

Download "Chapter 8 Homework ( ) -- Normal Distribution"

Transcription

1 Chapter 8 Homework ( ) -- Normal Distribution Dr. McGahagan NOTE: I often abbreviate the text declaration that X is a random variable distributed normally with mean 8 and variance of 144 as " X is N (8, 12)" The N stands for "Normally distributed" and the mean and standard deviation follow in parentheses. 1. Identify clearly the area you want to find -- a sketch helps avoid confusion. Is the area specified as greater than or less than a given value, or between two values? Is the critical value above or below the mean of the distribution? If two values, are both on one side of the mean or not? 2. Normalize the critical value: subtract the distribution mean and divide by the standard deviation, so that the new critical value is standard normal -- that is, has mean zero and standard deviation one. We can call this value the z-score: Z = (critical value k - mean of distribution) / Std.dev. of distribution 3. Look up the critical value in appropriate tables such as Table A3-1 (p ) and find the corresponding area. Compare the area given by the tables to your graph (step 1 above), and shade it in on your graph. Alternative: use the (normal-cdf k) in EcLS, which will give the area under the curve up to point k, or P (Z < k). 4. If the areas shown in the graph are the same, you have the answer. If not, you must think about the relation of the two: a. The table will give you the area less than a given value; if you want to find the area greater than that value, simply subtract the area the table provides from 1.0 (the total area under the curve). P (X > k) = 1 - P (X < k) b. If you want to find the area between two points (say k1 and k2, where k2 is the larger value) look up both points in table A3 or issue the two commands (normal-cdf k2) and (normal-cdf k1), then subtract the larger area from the smaller. Note that EcLS allows you to take some shortcuts: > (p-value k) gives the probability value to the right of point k, or P (Z > k) = 1 - P(Z < k) > (normal-area k) not only gives P (Z > k), but creates a graph to show you the area visibly. > (normal-area k1 k2) gives the area between the two points k1 and k2, and creates ashaded graph. Compare the results from: (- (normal-cdf 2) (normal-cdf 1)) and (normal-area 1 2) > (normal-quant <prob>) [for example, (normal-quant.8)] gives the z-score which would result in a probability of 80 percent. See Problems 8 and 9 for examples. The Student's t distribution is very like the normal -- however, since it tries to adjust for the fact that we usually estimate the standard deviation on the basis of the data we have, it requires not only the critical value but also the degrees of freedom of the data (D.F. = number of observations minus 1). Suppose 10 observations were in our sample data; to find the probability of an observation greater than 2 standard deviations away from the mean: (- (t-cdf 2 9) 1.0) or (p-value 2 9) (t-area 2 9) will provide a graph as well as giving you the p-value; compare the results to (t-area 2 50). What happens as the degrees of freedom of the t-distribuion increase?

2 Homework -- Chapter 8. Statistics -- Dr. McGahagan Be sure to look over the conceptual questions ("Do you know the basics?" on pages 194-5) Problem 1. Annual rainfall in Johnstown is distributed normally with a mean of 52 inches and a standard deviation of 15 inches. A. What is the probability that we will get less than 45 inches of snow in a given year? i. standardize the critical value of 45 inches Z = (45-52) / 15 = - 7 / 15 = ii. sketch and shade a graph; you will be shading an area entirely to the left of the peak of the normal curve. iii. Look up P (Z < -.47) in table A3; it will be This is the desired number. or issue the command (normal-cdf ) which will give the more accurate result You should report the result as "There is about a 32 percent chance we will get less than 45 inches of snow in any given year". Note that (normal-area ) will give the mirror image of the desired area. B. What is the probability that we will get more than 40 inches of snow? i. Standardize the critical value of 40 inches. Z = (40-52) / 15 = - 12 /15 = ii. Sketch and shade a graph: this time, it will be to the right of a point below the mean, and take up more than half the area under the normal curve. iii. Look up P (Z < -.47) in table A3, it will be Shade the area: it will be the area to the left of that you shaded in step ii. iv. Subtract this area from 1.0 to get the desired area or.7881 (about 79 percent) Note that (normal-area -0.8) will get the result directly. Problem 1 in the text: Distribution of rainfall is N (40, 5) [Normal with mean 40 and SD 5] A. find P (X < 33) = P (Z < -7/5) = P(Z < -1.40) =.0808 B. find P (X > 38) = P (Z > - 2/5) = P(Z > -0.40) = 1 - P(Z < -0.40) = =.6554 Try (normal-area -0.40) to see part B graphically. Problem 2. Text problem is similar to problem 1, part B -- both call for "greater than" computations. Given normal distribution with mean 550 and SD 30 [note: we take square root of variance], A. P (X > 575) = P(Z > ( ) / 30) = P (Z > ) = 1 - P(Z <.8333) = = [using (normal-cdf.8333); table A3 forces rounding to 0.83, so would give =.2033] B. P (X > 540) = P (Z > ( ) / 30) = P (Z > ) = 1 - P(Z < ) = = [using (normal-cdf ); table A3 would give = Problem 3. Run off tackle will gain average of 2.5 yards with SD of 1 yard. Hence probability of gaining more than 4 yards is P (X > 4) = P(Z > (4-2.5) / 1) = P (Z > 1.5) = 1 - P (Z < 1.5) = 1 - P (Z < 1.5) = =.0668 (normal-area 1.5) will get the graph of this situation. Problem 4. Consider a flea-flicker play which gains an average of zero yards but has a standard deviation of 20 yards (sometimes the pass is completed, sometimes the inexperienced passer holds on until sacked). Before you choose the off-tackle play as having higher average yards, consider the odds: P (X > 4) = P(Z > 4/20) = 1 - P(Z <.2) = = The flea-flicker has a much better chance of making the required yardage than the "safe" off-tackle run. [on text problem 4: note that the end-around play is N (3, (sqrt 6)) -- you are given the variance. Hence P (X > 4) = P(Z > (4-3) / (sqrt 6) = P(Z > ) = 1 - (normal-cdf.4082) =.3416 ]

3 Problem 5. Measuring the speed of light. The first thing to do with this problem is change units from centimeters per second to tens of thousands kilometers per second, so that you can re-express the standard deviation as 5 megakilometers per second. [I know I'm creating a new metric unit here, but it makes the problem simpler]. If the expected value of your measurement is the true measurement, what is the chance that your actual measurement is within 2 megakilometers per second of the true value? P (Z < 2/5) = P(Z < -2/5) = ; subtract the two to get.3108 as your answer (using the tables) Visualization helps here: use the command (normal-area -.4.4) = and note the graph. Problem 6. Lemonade stand, with daily sales distributed N (15, 10), and hence with weekly sales distributed with a mean of 105 and a standard deviation of (sqrt 700) = The probability of selling more than 120 glasses is given by: P(X > 120) = P(Z > ( ) / (sqrt 700) = P (Z >.5669) = 1 - P(Z <.5669) = = The probability of selling more than 100 glasses is: P(X > 100) = P (Z > - 5 / (sqrt 700) = 1 - P(Z < ) = = Problem 7. Given that X is N(0,10), what is Prob (5 < X < 10)? Standardize to translate to: Pr (Z < 10/10) - Pr (Z < 5/10) = Pr (Z < 1.0) - Pr (Z < 0.5) or (normal-cdf 1.0) - (normal-cdf 0.5) = or Problem 8. If X is N(-3, 3), and A is such that its normalized score is Z = (A - (- 3)) / 3, so that (normal-cdf Z) =.6, then what is A? Using the tables, you would have to go to the body of the table rather than the margins, and find P (Z < a) =.6. The closest answers available (halfway down the first column of p.493) are and.6026, corresponding to a normalized z-score of 0.25 and [from the answer in the text, the authors chose to go with 0.25] A more precise answer is available from the normal-quant function in EcLS: (normal-quant.6) = We know that.25 = A + 3 / 3 or that.75 = A + 3 or that A = Start from this answer and work through the problem the normal way to confirm it. The Z-score of A will be ( ) / 3 =.25, and (normal-cdf.25) gives us the sixty percent probability that we were originally given. Problem 9. If X is distributed N(0, sd) -- where sd stands for the unknown standard deviation of the distribution -- and Prob (X < 5.0) =.80, what is sd? Look in the table to find 0.80 in the body of the table; at the middle of the second column on p. 493 we see that P (Z <.84) = and P (Z <.85) = Since the Z score was found by 5-0 / sd we must have 5 / sd =.84 or sd = 5 / 0.84 = The variance of the distribution must be (square ) = If you used the (normal-quant.80) command, you would have found that the most accurate Z score was.8416, so that sd = 5 /.8416 = , for a variance of Problem 10. If the mean of a distribution is 3.0, why can't the probability that ( X < 4) be 0.4? Answer: 4 is above the mean, and the standard deviation is positive, so the Z-score has to be 4-3 / sd = 1 /sd > 0. If the standard deviation is very large, the Z-score might be close to zero, but P (Z < 0) = 0.5. If the standard deviation is small (say sd = 1), P( Z < 1) = Whatever the standard deviation (try another value or three), the lowest possible value for the probability that X < 4 is 0.5

4 Problem 11. If X is N(73, 9) the probability that the absolute value of X is greater than 100 is the sum of the probabilities P (X < -100) and P (X > 100). Z-scores are ( ) / 9 = and (100-73) / 9 = 3.0, Since P (Z < ) + Pr (Z > 3.0) = (normal-cdf ) (normal-cdf 3.0) = = Problem 12. The probability that X = is zero; the probability that X is between 24.9 and 25.1 can be calculated as (normal-area ( / ( ) 10) (/ ( ) 10) ) = Problem 13. If X is N (1, 8), for what values of A is the cumulative density between 0.10 and 0.30? We can find the appropriate Z scores by looking for 0.10 and 0.30 in Table A3 (p.493) -- the Z-scores will be and To translate these back into X values, we multiply by 8 and then add on 1.0 and get and Problem 14. If the peak of the density of X is equal to 5.0 at x = 10, what are the mean and standard deviation of X? The easy part is that the mean of a normal distribution is at the peak, so mean = 10. To find the standard deviation, use the formula on p * (sqrt (2*pi)) *sd = (e 0) [since we have x - mu = 0 at x = 10, the entire exponent on e is zero] or (sqrt (2 * pi)) * sd = 1 / 5 or (2 * pi) * var = 1/25 or var = and sd = Problem 15. Given X is N(mux, sdx) and Y is N(muy,sdy) what is the probability that Y is greater than X? [See p. 182, item 5 and set c1 = 1, c2 = -1 and c3 = 0.] Construct the random variable Q = Y - X. It will have mean muq = muy - mux and (assuming X and Y are independent) variance Varx + Vary, so that sdq = (sqrt (varx + vary)) We are to find the probability that Q > 0; the normalized z-score will be Z = (0 - muq / sdq) and the answer will be 1 - (normal-cdf Z) Problem 16. The traveling salesman question implements problem 15. Let X be the random variable describing the industrial job. X is distributed N (15, 2) Let Y be the random variable describing the sales job. Y is distributed N (12, 10) Construct the variable Q representing Y - X. It will have mean = -3.0 and variance = = 104 so it will have standard deviation of To find the probability that Q > 0, construct the z-score = [0 - (- 3.0)] / =.2942 P(Q > 0) = P (Z >.2942) = 1 - P (Z <.2942) = 1 - (normal-cdf ) =.3843 [Using table A3, you would get 1 - P (Z <.29) = =.3859, which the text answer rounds to.39]

5 Problem 17. A bank knows that its daily deposits are normally distributed with mean 12 (thousand dollars) and standard deviation 4 (thousand dollars). Its daily withdrawals are distributed N (10, 5). We will want to create random variable Q = Withdrawals minus Deposits, which will have mean = -2 and variance = = 41, so that the standard deviation of Q is (sqrt 41) = To find the probability that: a. Deposits for a given day are more than 13 (thousand dollars). P (D > 13) = P (Z > (13-12) / 4) = P (Z > 0.25) = 1 - P (Z < 0.25) = =.4013 b. Withdrawals for a given day are more than 13 (thousand dollars). P (W > 13) = P (Z > (13-10) / 5) = P (Z > 0.6) = 1 - P (Z < 0.6) = = c. Withdrawals exceed deposits: P (W - D > 0) = P (Q > 0) = P (Z > (0 - (- 2)) / (sqrt 41))) = P (Z >.3123) = 1 - P (Z <.3123) = [Text differs slightly because it uses 1 - P (Z <.31) = =.3783] d. Withdrawals are 5 (thousand dollars) greater than deposits: P ( W - D > 5) = P (Q > 5) = P (Z > (5 - (- 2)) / (sqrt 41)) = P (Z > ) = 1 - P (Z < ) = 1 - (normal-cdf ) = = Problem 18. Adult heights are distributed N (68 inches, 5 inches) in a town with 10,000 adults. What is the expected number of people who are: a. Taller than 6 foot 6 = 78 inches. P (X > 78) = P (Z > 10 / 5) = 1 - P (Z < 2) = so * 10,000 = 227 and one half people. Since for half a person to be 6 foot six, the whole person would have had to be 13 feet tall, the text did wisely to report 227 people. b. Between 6 feet and 6 foot 6 (72 to 78 inches). Calculate the Z-scores: z1 = / 5 = 4/5 =.80 z2 = / 5 = 2.0 P (Z < 2.0) =.9772 P (Z < 0.8) =.7881 The difference is.1891, and the expected number of adults in this range is.1891 * 10,000 = 1,891 c. Between 5 feet 8 and 6 feet tall? That is, from 68 inches to 72 inches? Z1 = / 5 = 0 P (Z1 < 0) = 0.5 Z2 = / 5 = 0.8 P (Z2 <.8) = for a difference of which should translate into 2,881 people in that range. d. Between 5 feet 4 inches = 64 inches and 5 feet 8 inches = 68 inches. Z2 = / 5 = 0 P (Z < 0) = 0.5 Z1 = / 5 = P (Z < - 0.8) = so =.2881 of the population are in this range; that is 2,881 people. Since we have been looking at people in a range of 4 inches above and below the mean, it should not be surprising that this answer is the same as that in part c. e. Shorter than 5 feet 4 inches = 64 inches? Z = / 5 = - 0.8; P(Z < - 0.8) =.2119, so 2,119 people should be shorter than this. Problem 19. Circuit lifetime is N (50, 8) where 50 = 50,000 hours mean time before failure. a. The probability that any one of these circuits will last less than 30 (thousand hours) is: P (X < 30) = P (Z < / 8) = P (Z < - 20/8) = P (Z < -2.5) = b. The probability that it will last more than 55 (thousand hours) is: P (X > 55) = P (Z > / 8) = 1 - P (Z < 5/8) = =.2660 [The text used 0.62 for 5/8, and hence found P (Z < 0.62) =.7327]

6 Problem 20. Banquet arrivals expected to be 65, plus or minus 4, which translates into banquet arrivals being distributed N (65, 4). What is the number of places to set if you want the probability of an overflow to be under 3 percent? P (X > N) <.03, where X is the number of arrivals, and N (to be chosen) the number of place settings. Translate into the standard normal distribution: P (Z > (N - 65) / 4) <.03 or 1 - P (Z < (N - 65) / 4) <.03 or 0.97 < P (Z < (N - 65) / 4) We can first find the term N - 65 / 4 by looking for = 0.97 in the body of the text table A3 The appropriate value is 1.86, so N - 65 / 4 = 1.88 or N - 65 = 7.52 or N = Round up to 73 place settings if you do not want to break the fine china plates in half. Problem 21. Log normal income distribution. In this case the text uses log to the base 10. The average income value cited is , and if 10 is raised to the power, the result will be an income of $ 20,000. The following table will help with the problem: X (income) Log X Z-score ( X ) / 0.3 $ 10, $ 15, $ 20, $ 25, $ 30, Enabling you to calculate (for example), the probability of an income above $ 25,000 as 1 - P (Z < ( ) / 0.3)) = 1 - P (Z < ) = = Problem 23. Using other distributions is similar to using the normal distribution. To find the probability that a variable distributed chi-square with 3 d.f. is greater than 4, calculate 1 - (chisq-cdf 4 3) = = Problem 24. The variable of interest, X, is distributed χ 2 (5 df). The probability that its value is less than 2 is given by (chisq-cdf 2 5) = Note that the text answers to 24 and 25 are only approximations (and not very good ones) on the basis of table A3-3. Use the computer, not tables, to answer these questions. Problem 25. If X is distributed Student's t with 5 df, the probability that it is between 0 and 1 is: (t-cdf 1 5) - (t-cdf 0 5) = = Problem 26. (t-cdf -2 10) - (t-cdf -1 10) = = [Again, the text answers based on table A3-4 are not very good approximations] Problem 27. Given a variable distributed χ 2 (12 df), how likely is an observation greater than or equal to 16? Use (chisq-area 16 12) to get the appropriate graph and answer ( or 19 percent). This is no more surprising than snow in winter in Johnstown. Problem 28. Given a variable distributed χ 2 (16 df), how likely is an observation less than or equal to 5? Use (chisq-area 5 16) and find the area of the unshaded portion; or use (chisq-cdf 5 16) to get Not very likely (like snow in Los Angeles) but it happens sometimes, so the text answer "don't believe" is not necessarily to be given in all circumstances. Problem 29. Given a variable distributed Student's t with 3 df, how likely is an observation of or less?use (t-area ) and compute the unshaded area or use (t-cdf ) = Problem 30. How likely is an observation of 0.7 or more given a t-distribution with 12 degrees of freedom? (t-area ) gives the answer of or about 25 percent.

Z-table p-values: use choice 2: normalcdf(

Z-table p-values: use choice 2: normalcdf( P-values with the Ti83/Ti84 Note: The majority of the commands used in this handout can be found under the DISTR menu which you can access by pressing [ nd ] [VARS]. You should see the following: NOTE:

More information

AP Statistics Solutions to Packet 2

AP Statistics Solutions to Packet 2 AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that

More information

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation Parkland College A with Honors Projects Honors Program 2014 Calculating P-Values Isela Guerra Parkland College Recommended Citation Guerra, Isela, "Calculating P-Values" (2014). A with Honors Projects.

More information

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.

More information

Week 4: Standard Error and Confidence Intervals

Week 4: Standard Error and Confidence Intervals Health Sciences M.Sc. Programme Applied Biostatistics Week 4: Standard Error and Confidence Intervals Sampling Most research data come from subjects we think of as samples drawn from a larger population.

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

Chapter 3. The Normal Distribution

Chapter 3. The Normal Distribution Chapter 3. The Normal Distribution Topics covered in this chapter: Z-scores Normal Probabilities Normal Percentiles Z-scores Example 3.6: The standard normal table The Problem: What proportion of observations

More information

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left. The verbal answers to all of the following questions should be memorized before completion of pre-algebra. Answers that are not memorized will hinder your ability to succeed in algebra 1. Number Basics

More information

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

STT315 Chapter 4 Random Variables & Probability Distributions KM. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random

More information

MEASURES OF VARIATION

MEASURES OF VARIATION NORMAL DISTRIBTIONS MEASURES OF VARIATION In statistics, it is important to measure the spread of data. A simple way to measure spread is to find the range. But statisticians want to know if the data are

More information

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

More information

Solutions to Homework Problems for Basic Cost Behavior by David Albrecht

Solutions to Homework Problems for Basic Cost Behavior by David Albrecht Solutions to Homework Problems for Basic Cost Behavior by David Albrecht Solution to Problem #11 This problem focuses on being able to work with both total cost and average per unit cost. As a brief review,

More information

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY

Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY Biostatistics: DESCRIPTIVE STATISTICS: 2, VARIABILITY 1. Introduction Besides arriving at an appropriate expression of an average or consensus value for observations of a population, it is important to

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

AP STATISTICS 2010 SCORING GUIDELINES

AP STATISTICS 2010 SCORING GUIDELINES 2010 SCORING GUIDELINES Question 4 Intent of Question The primary goals of this question were to (1) assess students ability to calculate an expected value and a standard deviation; (2) recognize the applicability

More information

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1.

Normal Distribution. Definition A continuous random variable has a normal distribution if its probability density. f ( y ) = 1. Normal Distribution Definition A continuous random variable has a normal distribution if its probability density e -(y -µ Y ) 2 2 / 2 σ function can be written as for < y < as Y f ( y ) = 1 σ Y 2 π Notation:

More information

Lesson 20. Probability and Cumulative Distribution Functions

Lesson 20. Probability and Cumulative Distribution Functions Lesson 20 Probability and Cumulative Distribution Functions Recall If p(x) is a density function for some characteristic of a population, then Recall If p(x) is a density function for some characteristic

More information

Describing Populations Statistically: The Mean, Variance, and Standard Deviation

Describing Populations Statistically: The Mean, Variance, and Standard Deviation Describing Populations Statistically: The Mean, Variance, and Standard Deviation BIOLOGICAL VARIATION One aspect of biology that holds true for almost all species is that not every individual is exactly

More information

Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4.

Solution. Solution. (a) Sum of probabilities = 1 (Verify) (b) (see graph) Chapter 4 (Sections 4.3-4.4) Homework Solutions. Section 4. Math 115 N. Psomas Chapter 4 (Sections 4.3-4.4) Homework s Section 4.3 4.53 Discrete or continuous. In each of the following situations decide if the random variable is discrete or continuous and give

More information

Triangular Distributions

Triangular Distributions Triangular Distributions A triangular distribution is a continuous probability distribution with a probability density function shaped like a triangle. It is defined by three values: the minimum value

More information

Session 7 Bivariate Data and Analysis

Session 7 Bivariate Data and Analysis Session 7 Bivariate Data and Analysis Key Terms for This Session Previously Introduced mean standard deviation New in This Session association bivariate analysis contingency table co-variation least squares

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

Continuing, we get (note that unlike the text suggestion, I end the final interval with 95, not 85.

Continuing, we get (note that unlike the text suggestion, I end the final interval with 95, not 85. Chapter 3 -- Review Exercises Statistics 1040 -- Dr. McGahagan Problem 1. Histogram of male heights. Shaded area shows percentage of men between 66 and 72 inches in height; this translates as "66 inches

More information

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

Quick Reference ebook

Quick Reference ebook This file is distributed FREE OF CHARGE by the publisher Quick Reference Handbooks and the author. Quick Reference ebook Click on Contents or Index in the left panel to locate a topic. The math facts listed

More information

PowerScore Test Preparation (800) 545-1750

PowerScore Test Preparation (800) 545-1750 Question 1 Test 1, Second QR Section (version 1) List A: 0, 5,, 15, 20... QA: Standard deviation of list A QB: Standard deviation of list B Statistics: Standard Deviation Answer: The two quantities are

More information

Probability. Distribution. Outline

Probability. Distribution. Outline 7 The Normal Probability Distribution Outline 7.1 Properties of the Normal Distribution 7.2 The Standard Normal Distribution 7.3 Applications of the Normal Distribution 7.4 Assessing Normality 7.5 The

More information

Unit 26 Estimation with Confidence Intervals

Unit 26 Estimation with Confidence Intervals Unit 26 Estimation with Confidence Intervals Objectives: To see how confidence intervals are used to estimate a population proportion, a population mean, a difference in population proportions, or a difference

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade Statistics Quiz Correlation and Regression -- ANSWERS 1. Temperature and air pollution are known to be correlated. We collect data from two laboratories, in Boston and Montreal. Boston makes their measurements

More information

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous

More information

To Evaluate an Algebraic Expression

To Evaluate an Algebraic Expression 1.5 Evaluating Algebraic Expressions 1.5 OBJECTIVES 1. Evaluate algebraic expressions given any signed number value for the variables 2. Use a calculator to evaluate algebraic expressions 3. Find the sum

More information

8. THE NORMAL DISTRIBUTION

8. THE NORMAL DISTRIBUTION 8. THE NORMAL DISTRIBUTION The normal distribution with mean μ and variance σ 2 has the following density function: The normal distribution is sometimes called a Gaussian Distribution, after its inventor,

More information

Introduction; Descriptive & Univariate Statistics

Introduction; Descriptive & Univariate Statistics Introduction; Descriptive & Univariate Statistics I. KEY COCEPTS A. Population. Definitions:. The entire set of members in a group. EXAMPLES: All U.S. citizens; all otre Dame Students. 2. All values of

More information

Independent samples t-test. Dr. Tom Pierce Radford University

Independent samples t-test. Dr. Tom Pierce Radford University Independent samples t-test Dr. Tom Pierce Radford University The logic behind drawing causal conclusions from experiments The sampling distribution of the difference between means The standard error of

More information

Multiple regression - Matrices

Multiple regression - Matrices Multiple regression - Matrices This handout will present various matrices which are substantively interesting and/or provide useful means of summarizing the data for analytical purposes. As we will see,

More information

Example 1: Suppose the demand function is p = 50 2q, and the supply function is p = 10 + 3q. a) Find the equilibrium point b) Sketch a graph

Example 1: Suppose the demand function is p = 50 2q, and the supply function is p = 10 + 3q. a) Find the equilibrium point b) Sketch a graph The Effect of Taxes on Equilibrium Example 1: Suppose the demand function is p = 50 2q, and the supply function is p = 10 + 3q. a) Find the equilibrium point b) Sketch a graph Solution to part a: Set the

More information

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution

A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution A Primer on Mathematical Statistics and Univariate Distributions; The Normal Distribution; The GLM with the Normal Distribution PSYC 943 (930): Fundamentals of Multivariate Modeling Lecture 4: September

More information

DDBA 8438: The t Test for Independent Samples Video Podcast Transcript

DDBA 8438: The t Test for Independent Samples Video Podcast Transcript DDBA 8438: The t Test for Independent Samples Video Podcast Transcript JENNIFER ANN MORROW: Welcome to The t Test for Independent Samples. My name is Dr. Jennifer Ann Morrow. In today's demonstration,

More information

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1.

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1. Lecture 6: Chapter 6: Normal Probability Distributions A normal distribution is a continuous probability distribution for a random variable x. The graph of a normal distribution is called the normal curve.

More information

Frequency Distributions

Frequency Distributions Descriptive Statistics Dr. Tom Pierce Department of Psychology Radford University Descriptive statistics comprise a collection of techniques for better understanding what the people in a group look like

More information

Mean, Median, Standard Deviation Prof. McGahagan Stat 1040

Mean, Median, Standard Deviation Prof. McGahagan Stat 1040 Mean, Median, Standard Deviation Prof. McGahagan Stat 1040 Mean = arithmetic average, add all the values and divide by the number of values. Median = 50 th percentile; sort the data and choose the middle

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have

Rational Exponents. Squaring both sides of the equation yields. and to be consistent, we must have 8.6 Rational Exponents 8.6 OBJECTIVES 1. Define rational exponents 2. Simplify expressions containing rational exponents 3. Use a calculator to estimate the value of an expression containing rational exponents

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

Lesson 4: Convert Fractions, Review Order of Operations

Lesson 4: Convert Fractions, Review Order of Operations Lesson 4: Convert Fractions, Review Order of Operations LESSON 4: Convert Fractions, Do Order of Operations Weekly Focus: fractions, decimals, percent, order of operations Weekly Skill: convert, compute

More information

3.4 The Normal Distribution

3.4 The Normal Distribution 3.4 The Normal Distribution All of the probability distributions we have found so far have been for finite random variables. (We could use rectangles in a histogram.) A probability distribution for a continuous

More information

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties:

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area under the curve must equal 1. 2. Every point on the curve

More information

The correlation coefficient

The correlation coefficient The correlation coefficient Clinical Biostatistics The correlation coefficient Martin Bland Correlation coefficients are used to measure the of the relationship or association between two quantitative

More information

Econ 132 C. Health Insurance: U.S., Risk Pooling, Risk Aversion, Moral Hazard, Rand Study 7

Econ 132 C. Health Insurance: U.S., Risk Pooling, Risk Aversion, Moral Hazard, Rand Study 7 Econ 132 C. Health Insurance: U.S., Risk Pooling, Risk Aversion, Moral Hazard, Rand Study 7 C2. Health Insurance: Risk Pooling Health insurance works by pooling individuals together to reduce the variability

More information

Perimeter is the length of the boundary of a two dimensional figure.

Perimeter is the length of the boundary of a two dimensional figure. Section 2.2: Perimeter and Area Perimeter is the length of the boundary of a two dimensional figure. The perimeter of a circle is called the circumference. The perimeter of any two dimensional figure whose

More information

THE FIRST SET OF EXAMPLES USE SUMMARY DATA... EXAMPLE 7.2, PAGE 227 DESCRIBES A PROBLEM AND A HYPOTHESIS TEST IS PERFORMED IN EXAMPLE 7.

THE FIRST SET OF EXAMPLES USE SUMMARY DATA... EXAMPLE 7.2, PAGE 227 DESCRIBES A PROBLEM AND A HYPOTHESIS TEST IS PERFORMED IN EXAMPLE 7. THERE ARE TWO WAYS TO DO HYPOTHESIS TESTING WITH STATCRUNCH: WITH SUMMARY DATA (AS IN EXAMPLE 7.17, PAGE 236, IN ROSNER); WITH THE ORIGINAL DATA (AS IN EXAMPLE 8.5, PAGE 301 IN ROSNER THAT USES DATA FROM

More information

Pr(X = x) = f(x) = λe λx

Pr(X = x) = f(x) = λe λx Old Business - variance/std. dev. of binomial distribution - mid-term (day, policies) - class strategies (problems, etc.) - exponential distributions New Business - Central Limit Theorem, standard error

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Chapter 8: Hypothesis Testing for One Population Mean, Variance, and Proportion

Chapter 8: Hypothesis Testing for One Population Mean, Variance, and Proportion Chapter 8: Hypothesis Testing for One Population Mean, Variance, and Proportion Learning Objectives Upon successful completion of Chapter 8, you will be able to: Understand terms. State the null and alternative

More information

5. Continuous Random Variables

5. Continuous Random Variables 5. Continuous Random Variables Continuous random variables can take any value in an interval. They are used to model physical characteristics such as time, length, position, etc. Examples (i) Let X be

More information

Key Concept. Density Curve

Key Concept. Density Curve MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal

More information

Prime Time: Homework Examples from ACE

Prime Time: Homework Examples from ACE Prime Time: Homework Examples from ACE Investigation 1: Building on Factors and Multiples, ACE #8, 28 Investigation 2: Common Multiples and Common Factors, ACE #11, 16, 17, 28 Investigation 3: Factorizations:

More information

Comparing Two Groups. Standard Error of ȳ 1 ȳ 2. Setting. Two Independent Samples

Comparing Two Groups. Standard Error of ȳ 1 ȳ 2. Setting. Two Independent Samples Comparing Two Groups Chapter 7 describes two ways to compare two populations on the basis of independent samples: a confidence interval for the difference in population means and a hypothesis test. The

More information

One basic concept in math is that if we multiply a number by 1, the result is equal to the original number. For example,

One basic concept in math is that if we multiply a number by 1, the result is equal to the original number. For example, MA 35 Lecture - Introduction to Unit Conversions Tuesday, March 24, 205. Objectives: Introduce the concept of doing algebra on units. One basic concept in math is that if we multiply a number by, the result

More information

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding

More information

7. Normal Distributions

7. Normal Distributions 7. Normal Distributions A. Introduction B. History C. Areas of Normal Distributions D. Standard Normal E. Exercises Most of the statistical analyses presented in this book are based on the bell-shaped

More information

MBA 611 STATISTICS AND QUANTITATIVE METHODS

MBA 611 STATISTICS AND QUANTITATIVE METHODS MBA 611 STATISTICS AND QUANTITATIVE METHODS Part I. Review of Basic Statistics (Chapters 1-11) A. Introduction (Chapter 1) Uncertainty: Decisions are often based on incomplete information from uncertain

More information

Standard Deviation Estimator

Standard Deviation Estimator CSS.com Chapter 905 Standard Deviation Estimator Introduction Even though it is not of primary interest, an estimate of the standard deviation (SD) is needed when calculating the power or sample size of

More information

Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture

Chapter 4. iclicker Question 4.4 Pre-lecture. Part 2. Binomial Distribution. J.C. Wang. iclicker Question 4.4 Pre-lecture Chapter 4 Part 2. Binomial Distribution J.C. Wang iclicker Question 4.4 Pre-lecture iclicker Question 4.4 Pre-lecture Outline Computing Binomial Probabilities Properties of a Binomial Distribution Computing

More information

ALGEBRA I (Common Core) Wednesday, August 13, 2014 8:30 to 11:30 a.m., only

ALGEBRA I (Common Core) Wednesday, August 13, 2014 8:30 to 11:30 a.m., only ALGEBRA I (COMMON CORE) The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA I (Common Core) Wednesday, August 13, 2014 8:30 to 11:30 a.m., only Student Name: School Name: The

More information

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents Appendix A. Exponents and Radicals A11 A. Exponents and Radicals What you should learn Use properties of exponents. Use scientific notation to represent real numbers. Use properties of radicals. Simplify

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

for the Bill Hanlon bill@hanlonmath.com

for the Bill Hanlon bill@hanlonmath.com Strategies for Learning the Math Facts Bill Hanlon bill@hanlonmath.com The more sophisticated mental operations in mathematics of analysis, synthesis, and evaluation are impossible without rapid and accurate

More information

Student Exploration: Unit Conversions

Student Exploration: Unit Conversions Name: Date: Student Exploration: Unit Conversions Vocabulary: base unit, cancel, conversion factor, dimensional analysis, metric system, prefix, scientific notation Prior Knowledge Questions (Do these

More information

Normal Probability Distribution

Normal Probability Distribution Normal Probability Distribution The Normal Distribution functions: #1: normalpdf pdf = Probability Density Function This function returns the probability of a single value of the random variable x. Use

More information

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe

Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Introduction to the Practice of Statistics Fifth Edition Moore, McCabe Section 5.1 Homework Answers 5.7 In the proofreading setting if Exercise 5.3, what is the smallest number of misses m with P(X m)

More information

Measurement. Volume It All Stacks Up. Activity:

Measurement. Volume It All Stacks Up. Activity: Measurement Activity: TEKS: Overview: Materials: Grouping: Time: Volume It All Stacks Up (7.9) Measurement. The student solves application problems involving estimation and measurement. The student is

More information

Situation Analysis. Example! See your Industry Conditions Report for exact information. 1 Perceptual Map

Situation Analysis. Example! See your Industry Conditions Report for exact information. 1 Perceptual Map Perceptual Map Situation Analysis The Situation Analysis will help your company understand current market conditions and how the industry will evolve over the next eight years. The analysis can be done

More information

Unit 7 The Number System: Multiplying and Dividing Integers

Unit 7 The Number System: Multiplying and Dividing Integers Unit 7 The Number System: Multiplying and Dividing Integers Introduction In this unit, students will multiply and divide integers, and multiply positive and negative fractions by integers. Students will

More information

An Introduction to Basic Statistics and Probability

An Introduction to Basic Statistics and Probability An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random

More information

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm

99.37, 99.38, 99.38, 99.39, 99.39, 99.39, 99.39, 99.40, 99.41, 99.42 cm Error Analysis and the Gaussian Distribution In experimental science theory lives or dies based on the results of experimental evidence and thus the analysis of this evidence is a critical part of the

More information

WEEK #22: PDFs and CDFs, Measures of Center and Spread

WEEK #22: PDFs and CDFs, Measures of Center and Spread WEEK #22: PDFs and CDFs, Measures of Center and Spread Goals: Explore the effect of independent events in probability calculations. Present a number of ways to represent probability distributions. Textbook

More information

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL

FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL FEGYVERNEKI SÁNDOR, PROBABILITY THEORY AND MATHEmATICAL STATIsTICs 4 IV. RANDOm VECTORs 1. JOINTLY DIsTRIBUTED RANDOm VARIABLEs If are two rom variables defined on the same sample space we define the joint

More information

A Short Guide to Significant Figures

A Short Guide to Significant Figures A Short Guide to Significant Figures Quick Reference Section Here are the basic rules for significant figures - read the full text of this guide to gain a complete understanding of what these rules really

More information

Conversions. 12 in. 1 ft = 1.

Conversions. 12 in. 1 ft = 1. Conversions There are so many units that you can use to express results that you need to become proficient at converting from one to another. Fortunately, there is an easy way to do this and it works every

More information

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives. The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Section 1.3 Exercises (Solutions)

Section 1.3 Exercises (Solutions) Section 1.3 Exercises (s) 1.109, 1.110, 1.111, 1.114*, 1.115, 1.119*, 1.122, 1.125, 1.127*, 1.128*, 1.131*, 1.133*, 1.135*, 1.137*, 1.139*, 1.145*, 1.146-148. 1.109 Sketch some normal curves. (a) Sketch

More information

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS

APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS APPLICATIONS AND MODELING WITH QUADRATIC EQUATIONS Now that we are starting to feel comfortable with the factoring process, the question becomes what do we use factoring to do? There are a variety of classic

More information

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION

16. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION 6. THE NORMAL APPROXIMATION TO THE BINOMIAL DISTRIBUTION It is sometimes difficult to directly compute probabilities for a binomial (n, p) random variable, X. We need a different table for each value of

More information

Exponents. Exponents tell us how many times to multiply a base number by itself.

Exponents. Exponents tell us how many times to multiply a base number by itself. Exponents Exponents tell us how many times to multiply a base number by itself. Exponential form: 5 4 exponent base number Expanded form: 5 5 5 5 25 5 5 125 5 625 To use a calculator: put in the base number,

More information

MULTIPLE REGRESSION EXAMPLE

MULTIPLE REGRESSION EXAMPLE MULTIPLE REGRESSION EXAMPLE For a sample of n = 166 college students, the following variables were measured: Y = height X 1 = mother s height ( momheight ) X 2 = father s height ( dadheight ) X 3 = 1 if

More information

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University The Normal Distribution Alan T. Arnholt Department of Mathematical Sciences Appalachian State University arnholt@math.appstate.edu Spring 2006 R Notes 1 Copyright c 2006 Alan T. Arnholt 2 Continuous Random

More information

Estimation and Confidence Intervals

Estimation and Confidence Intervals Estimation and Confidence Intervals Fall 2001 Professor Paul Glasserman B6014: Managerial Statistics 403 Uris Hall Properties of Point Estimates 1 We have already encountered two point estimators: th e

More information

Section 1.5 Exponents, Square Roots, and the Order of Operations

Section 1.5 Exponents, Square Roots, and the Order of Operations Section 1.5 Exponents, Square Roots, and the Order of Operations Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Identify perfect squares.

More information

Normal distributions in SPSS

Normal distributions in SPSS Normal distributions in SPSS Bro. David E. Brown, BYU Idaho Department of Mathematics February 2, 2012 1 Calculating probabilities and percents from measurements: The CDF.NORMAL command 1. Go to the Variable

More information