Chapter 0: Some basic preliminaries

Size: px
Start display at page:

Download "Chapter 0: Some basic preliminaries"

Transcription

1 Chapter 0: Some basic preliminaries 0.1 Introduction Unfortunately, I will tend to use some simple common and interchangeable terms that you ll all have heard of but perhaps you don t really know or cannot recall what they are, so its best we try make the basics clear. 0.2 What is a mathematical function? You all know this A function is a device/tool/method/rule that takes an input and transforms it into exactly one output. A function is usually symbolically written as a single output value f(x) where the input value is (x). When the input is left unspecified it is usually called an input variable (x), the output is often called the output variable. A familiar example of a function is f(x) = x 2, given a numeric input x = 2, f(x) = 2 2 = 4 A less familiar example is a function of two numeric inputs f(x, y) = x + y, given two inputs x = 2 and y = 3, f(x, y) = = 5. More generally a function can have many inputs, say n. Then we can define a general sum function of the n inputs as f(x 1, x 2, x 3, x 4,, x n 1, x n ) = x 1 + x 2 + x 3 + x 4, + + x n 1 + x n. Using the sum notation this can be expressed more concisely as f(x 1, x 2, x 3, x 4,, x n 1, x n ) = n i=1 x i. A function does not have to operate on numbers though mostly it s used that way. In fact it can take any input, say a colour and transform it to say an animal, for example: f(red) = dog, or f(blue) = cat, or f(yellow) = mouse, or f(black) = dog In contrast to the sum function observe here we have not specified how the function works, we ve simply stated the input and the output.

2 A function where we specify how the output is produced from the input is called an Algorithm or Program or simply a rule. Note: If we have f(blue) = mouse, we no longer have a function as the same input is not allowed to give two different outputs. A very important function (for this course and many others) is the linear function or straight line relationship. The output y = f(x) is computed from x by the rule y = f(x) = a x + b Here the two numbers a and b are called the slope and intercept parameters respectively these are given fixed quantities. 6 Example graph of the linear function y = f(x) = 2 x Intercept 0 Slope (Rise/Run) x Since there is just 1 input and 1 output we can reverse the relationship and express x as function of y using simple algebra by the rule x = y b a This is sometimes called the inverse relationship. Aside: for the purists among you and being utterly pedantic, the so-called inverse function re-expresses this relationship in terms of the input variable x as follows y = f 1 (x) = x b a

3 0.3 What is an observation or data value and a random variable? You all know this An observation or data value is a record of one event. An observation is usually symbolically written as a quantity or variable (x). A sequence of 1 to say n observations/data values is usually written as x 1, x 2, x 3, x 4,, x n 1, x n When the situation or process or system that generates these observations is unknown (i.e. cannot be specified by a rule) the observations are called random. So, for example the following is a sequence of observations of colours of cloths in a my wife s wardrobe blue, red, black, blue, pink, pink, brown, beige, white, red, blue is random as it changes frequently and cannot be specified by a rule. In contrast the rainbow sequence: red, orange, yellow, green, blue, indigo, violet is definitely not random, it is always the same every time you see a rainbow. Now for the fun bit, you won t really need this but unfortunately I don t trust myself enough to know that I ll never use the term, so for safety sake.. A random variable (rv) is a simply a variable that cannot be specified by a rule; put simply a set of random observations. For convenience we often label the observations as real numbers. So, for the wardrobe example we might re-define the rv as: Observed Colour: blue, red, black, blue, pink, pink, brown, beige, white, red, blue Assigned Number: 1, 2, 3, 1, 4, 4, 5, 6, 7, 2, 1 More often than not, an observation is recorded as a number and then the observed data value itself is then called the random variable. So if you hear me call something a random variable in general I simply mean the variable denoting the observed data value. So, if I measure the circumference of say 10 trees in a forest I might get (in cm s) 120, 150, 130, 40, 70, 190, 120, 120, 80, 70.

4 I call these circumference measurements a rv because there is no rule to tell me beforehand that the first tree will be 120, the second 150 and so on. I only know the measurements after I actually measure the trees. 0.4 What is a population and sample? You all know this. A population is a (possibly infinite) set of all possible (or the universe of) data values. This class is a population of finite size 84, the data values (rv) might be each persons age. A sample is a set of observed data values. A random sample is a sample where the data values are NOT chosen in a particular order or according to a specific rule. Many common samples are NOT random samples. For example, the monthly unemployment data from the Live Register, here the sample itself is a monthly sequence so it cannot be random. But importantly each data value, i.e. the number unemployed in a given month is random. Similarly, the 10 trees considered above are not a random sample, they are a sequential sample of trees as I have given the rule for inclusion in the sample, but the circumferences measurements themselves are a random data values. How do I take a random sample? Simple, label all data values in the population (say 1 to 84 for this class), generate a single random number between 1 and 84 and include the corresponding data value in the sample. Repeat 10 times to get a random sample with 10 data values. How do I generate a random number? a) Use a computer to get (pseudo) random numbers and multiply the result by 84. b) Roll a die 17 times and add up the results to get a random number between 17 and 102 (why not 14 times?). c) Use a clock face with 84 sectors and spin a hand on the face observing which sector it lands in. I devised this approach when I was a student and needed to generate random numbers for an assignment. d) Get a book with 84 pages and open it at some page, record the page number.

5 0.4 What do I mean by the term probability? You all know this it s the so-called frequency definition. The probability of an observed value is the proportion of times that value occurs. So, for the wardrobe colours example we get Observed data value (x) : 1, 2, 3, 4, 5, 6, 7 Frequency (of x): 3, 2, 1, 2, 1, 1, 1 Probability (of x): 3/11, 2/11, 1/11, 2/11, 1/11, 1/11, 1/11 So the probability is the (relative) frequency of a value divided by the total frequency. Aside: when you have a set of observed values these generate a set of probabilities, the observations are said to induce the probabilities. So, if you like, in the frequency definition the probabilities not handed down from God but come about through empirical observation. The full set of probabilities is called a Probability Distribution. The total value of all the probabilities always equals 1. A plot of the frequencies is called Histogram Frequency 4 Histogram of Wardrobe Colours (x)

6 0.5 What is a statistic and the study of statistics? A statistics is a function of the observed data values Or, put in the simple language used above, it is a number output or computed solely from the observed data values. The most commonly used statistic is the AVERAGE. Its formal name is the Sample Mean or mean for short, it is formally written as x called x-bar. It is sum of all the observed data values divided by the count of those values. Mathematically it is written in the same way as the sum function described earlier except for division by n, the number of input observed values, as x = f(x 1, x 2, x 3, x 4,, x n 1, x n ) = (x 1 + x 2 + x 3 + x 4, + + x n 1 + x n )/n. x = n i=1 x i n For the wardrobe example with 11 inputs the mean value is (the function) x (wardrobe) = = = Importantly, the mean value varies randomly as items of different colour are added or removed from the wardrobe. Another well know statistics is the MEDIAN, this simply the middle value of the observed values. Simply sort the observed values by size and select the middle value x med (wardrobe) = middle(1, 1, 1, 2, 2, 3, 4, 4, 5, 6, 7) = 3. Note how the median and mean are close to each other. In this course another statistic that will be very important is the sample standard deviation, it measures the spread or width of the data values and is denoted the small letter s, this statistics computes the square root of the average squared deviation of each data value from the mean. s = (x 1 x ) 2 + (x 2 x ) (x n x ) 2 /n 1. s = (x i x ) 2 n i=1 n 1 Importantly, note the square of the standard deviation, s 2 is called the sample variance.

7 The population (of all data values) also has a population mean, population standard deviation and population variance, these are called population parameters and are denoted by the small Greek letters μ (called mu ) and σ (called sigma ) respectively. Statistics is the study of the variation of a particular type of function (e.g. the mean) of the observed data values as different samples of those observed data values vary randomly. In this course (and most others) the variation properties of the mean function for different samples from the same overall population are emphasised. 0.6 Exercises For the Table below: i x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x a) Compute, by hand, the mean of the data values for each variables x1, x2, etc to x20; check your calculations with Excel. b) Plot the histogram of the resulting 20 mean values? c) Comment on the variation of the 20 mean values and the shape of the histogram? d) Compute the standard deviation for each of the variables x1, x2, etc to x20; do x1 and x2 by hand and use Excel if you wish for x3 to x Repeat Exercise 1 a) to c) using the median function and contrast with results of Exercise 1.

8 0.6.3 For the following table below of the observed colours of shirts worn by 10 people labelled x1 x10 over 10 separate days. Day (i) x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 1 blue green yellow purple brown green black green green Brown 2 red brown brown blue red white blue brown brown 3 purple pink blue yellow pink blue brown black black 4 pink yellow blue brown blue black green 5 yellow yellow pink brown purple pink pink yellow brown white 6 white red pink purple red blue red 7 yellow yellow blue pink black yellow white green white red 8 pink blue pink green pink red green pink blue red 9 purple red yellow red pink red red yellow brown 10 brown red white blue white yellow yellow black blue a) What is the probability of someone wearing a black or brown shirt? b) Which shirt colour is most preferred (think about this)? Outline Solutions (a) Variable x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 Mean Variable x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 Mean Note: the mean is only computed on the NON missing values, so for x1 the mean is x (x 1 ) = = 40 8 = 5. Be careful about assuming that a blank value is zero, always check first with the data collection unit. If we found that the data collection unit should have recorded the blank as zero then the result would be which is quite a bit different to 5. x (x 1 ) = = = 4.

9 Frequency (b) Histogram More Mean (c) The key feature of the histogram is the peak around the middle values at 5 and 6. In general the histogram of a set of mean values tends to peak in the middle around the overall average value. (d) Variable x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 SD Variable x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 SD (a) Variable x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 Median Variable x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 Median x (x 1 ) = middle(1.1.2,4,4,6,8,14) = 4. Note: Once again the median is only computed on the NON missing values, if we had assumed the blanks were zero, we would incorrectly get x (x 1 ) = middle(0,0,1.1,2,4,4,6,8,14) = 3. The middle of the middle two values of 2 and 4. Don t assume blanks are zero, always check with the data provider.

10 Frequency (b) 10 Histogram More Medians (c) Once again we see the histogram peaks around the middle value 4.75, so aside from the slightly different location (bias) of the central peak the results are similar to Exercise (The Excel Histogram option in the Data Analysis Toolpack Add-in was used to compute the histogram of the medians accordingly, you may get slightly different results by hand) (a) I m recoding the colours by their intensity (darkest to lightest) to numbers, accordingly we get Black Brown Purple Blue Red Pink Green Yellow White Aside: This is a simple recoding to a number scale facilitates computing the average shade of garment in the wardrobe. Interestingly, engineers might recode the colours to phase angles of θ = 2nπ, n = 0,, 8, labelling the colours and then using a complex number scale (e.g. e iθ = cos θ + i sinθ) in order to compute the average shade of garment in the wardrobe. In general this coding is lightly to reveal more tone among the colours. 9 The probability of a black or brown shirt is the number of occurrence of black or brown divided by the total number of occurrences, or the relative frequency, simply count these colours in the columns in the table of colours and compute the total Colour type x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 Total Black or Brown All colours

11 Frequency So the probability of a black or brown shirt is 18/90 = 0.2; this person has a preference for brighter colours, or maybe the sample was taken in the summer when brighter colours are more prevalent. (b) The shirt colour most preferred is the one with the highest relative frequency or probability, this is called the MODE of the distribution. Histogram Colour The histogram of colours shows that colours 2, 4, 5, 6 and 8 are all equally the most probable. Interpreting the colour that is most preferred needs some thought as sometimes the average or median (middle) value is often taken as the preferred value. For distributions that show a central tendency like the histogram of a set of mean values, the mean, median and the mode are close or identical (e.g. Normal Distribution, next chapter).

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

MA 3280 Lecture 05 - Generalized Echelon Form and Free Variables. Friday, January 31, 2014.

MA 3280 Lecture 05 - Generalized Echelon Form and Free Variables. Friday, January 31, 2014. MA 3280 Lecture 05 - Generalized Echelon Form and Free Variables Friday, January 31, 2014. Objectives: Generalize echelon form, and introduce free variables. Material from Section 3.5 starting on page

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

33. SOLVING LINEAR INEQUALITIES IN ONE VARIABLE

33. SOLVING LINEAR INEQUALITIES IN ONE VARIABLE get the complete book: http://wwwonemathematicalcatorg/getfulltextfullbookhtm 33 SOLVING LINEAR INEQUALITIES IN ONE VARIABLE linear inequalities in one variable DEFINITION linear inequality in one variable

More information

1 Some Statistical Basics.

1 Some Statistical Basics. Q Some Statistical Basics. Statistics treats random errors. (There are also systematic errors e.g., if your watch is 5 minutes fast, you will always get the wrong time, but it won t be random.) The two

More information

the probability of getting either heads or tails must be 1 (excluding the remote possibility of getting it to land on its edge).

the probability of getting either heads or tails must be 1 (excluding the remote possibility of getting it to land on its edge). Probability One of the most useful and intriguing aspects of quantum mechanics is the Heisenberg Uncertainty Principle. Before I get to it however, we need some initial comments on probability. Let s first

More information

Chapter 2: Tools for Exploring Univariate Data

Chapter 2: Tools for Exploring Univariate Data Stats 11 (Fall 2004) Lecture Note Introduction to Statistical Methods for Business and Economics Instructor: Hongquan Xu Chapter 2: Tools for Exploring Univariate Data Section 2.1: Introduction What is

More information

Notes 3: Statistical Inference: Sampling, Sampling Distributions Confidence Intervals, and Hypothesis Testing

Notes 3: Statistical Inference: Sampling, Sampling Distributions Confidence Intervals, and Hypothesis Testing Notes 3: Statistical Inference: Sampling, Sampling Distributions Confidence Intervals, and Hypothesis Testing 1. Purpose of statistical inference Statistical inference provides a means of generalizing

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

Introduction to Karnaugh Maps

Introduction to Karnaugh Maps Introduction to Karnaugh Maps Review So far, you (the students) have been introduced to truth tables, and how to derive a Boolean circuit from them. We will do an example. Consider the truth table for

More information

27. THESE SENTENCES CERTAINLY LOOK DIFFERENT

27. THESE SENTENCES CERTAINLY LOOK DIFFERENT 27 HESE SENENCES CERAINLY LOOK DIEREN comparing expressions versus comparing sentences a motivating example: sentences that LOOK different; but, in a very important way, are the same Whereas the = sign

More information

EXPERIMENT 2 Reaction Time Objectives Theory

EXPERIMENT 2 Reaction Time Objectives Theory EXPERIMENT Reaction Time Objectives to make a series of measurements of your reaction time to make a histogram, or distribution curve, of your measured reaction times to calculate the "average" or mean

More information

Note that we are looking at the true mean, μ, not y. The problem for us is that we need to find the endpoints of our interval (a, b).

Note that we are looking at the true mean, μ, not y. The problem for us is that we need to find the endpoints of our interval (a, b). Confidence Intervals 1) What are confidence intervals? Simply, an interval for which we have a certain confidence. For example, we are 90% certain that an interval contains the true value of something

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

CISC 1100: Structures of Computer Science

CISC 1100: Structures of Computer Science CISC 1100: Structures of Computer Science Chapter 2 Sets and Sequences Fordham University Department of Computer and Information Sciences Fall, 2010 CISC 1100/Fall, 2010/Chapter 2 1 / 49 Outline Sets Basic

More information

Physics 6A Lab Experiment 6

Physics 6A Lab Experiment 6 Rewritten Biceps Lab Introduction This lab will be different from the others you ve done so far. First, we ll have some warmup exercises to familiarize yourself with some of the theory, as well as the

More information

F78SC2 Notes 2 RJRC. If the interest rate is 5%, we substitute x = 0.05 in the formula. This gives

F78SC2 Notes 2 RJRC. If the interest rate is 5%, we substitute x = 0.05 in the formula. This gives F78SC2 Notes 2 RJRC Algebra It is useful to use letters to represent numbers. We can use the rules of arithmetic to manipulate the formula and just substitute in the numbers at the end. Example: 100 invested

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

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

Executive Assessment. Executive Assessment Math Review. Section 1.0, Arithmetic, includes the following topics:

Executive Assessment. Executive Assessment Math Review. Section 1.0, Arithmetic, includes the following topics: Executive Assessment Math Review Although the following provides a review of some of the mathematical concepts of arithmetic and algebra, it is not intended to be a textbook. You should use this chapter

More information

Algebra. Mathematics Help Sheet. The University of Sydney Business School

Algebra. Mathematics Help Sheet. The University of Sydney Business School Algebra Mathematics Help Sheet The University of Sydney Business School Introduction Terminology and Definitions Integer Constant Variable Co-efficient A whole number, as opposed to a fraction or a decimal,

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

1 Measurement Uncertainties

1 Measurement Uncertainties 1 Measurement Uncertainties (Adapted stolen, really from work by Amin Jaziri) 1.1 Introduction No measurement can be perfectly certain. No measuring device is infinitely sensitive or infinitely precise.

More information

Business Statistics. Lecture 3: Random Variables and the Normal Distribution

Business Statistics. Lecture 3: Random Variables and the Normal Distribution Business Statistics Lecture 3: Random Variables and the Normal Distribution 1 Goals for this Lecture A little bit of probability Random variables The normal distribution 2 Probability vs. Statistics Probability:

More information

THE SAMPLING DISTRIBUTION OF THE MEAN

THE SAMPLING DISTRIBUTION OF THE MEAN THE SAMPLING DISTRIBUTION OF THE MEAN COGS 14B JANUARY 26, 2017 TODAY Sampling Distributions Sampling Distribution of the Mean Central Limit Theorem INFERENTIAL STATISTICS Inferential statistics: allows

More information

Properties of Arithmetic

Properties of Arithmetic Excerpt from "Prealgebra" 205 AoPS Inc. 4 6 7 4 5 8 22 23 5 7 0 Arithmetic is being able to count up to twenty without taking o your shoes. Mickey Mouse CHAPTER Properties of Arithmetic. Why Start with

More information

1.1 The Language of Mathematics Expressions versus Sentences

1.1 The Language of Mathematics Expressions versus Sentences The Language of Mathematics Expressions versus Sentences a hypothetical situation the importance of language Study Strategies for Students of Mathematics characteristics of the language of mathematics

More information

EXPERIMENT: REACTION TIME

EXPERIMENT: REACTION TIME EXPERIMENT: REACTION TIME OBJECTIVES to make a series of measurements of your reaction time to make a histogram, or distribution curve, of your measured reaction times to calculate the "average" or "mean"

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Math 1332 Exam Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Find the cardinal number for the set. 1) {8, 10, 12,..., 66} 1) Are the sets

More information

Physics 6A Lab Experiment 6

Physics 6A Lab Experiment 6 Biceps Muscle Model Physics 6A Lab Experiment 6 Introduction This lab will begin with some warm-up exercises to familiarize yourself with the theory, as well as the experimental setup. Then you ll move

More information

Minnesota Comprehensive Assessments-Series III

Minnesota Comprehensive Assessments-Series III Name Minnesota Comprehensive Assessments-Series III Mathematics Item Sampler Grade 7 ITEM SAMPLERS ARE NOT SECURE TEST MATERIALS. THIS ITEM SAMPLER TEST BOOK MAY BE COPIED OR DUPLICATED. State of Minnesota

More information

Calculus with business applications, Lehigh U, Lecture 03 notes Summer

Calculus with business applications, Lehigh U, Lecture 03 notes Summer Calculus with business applications, Lehigh U, Lecture 03 notes Summer 01 1 Lines and quadratics 1. Polynomials, functions in which each term is a positive integer power of the independent variable include

More information

CIS 2033 Lecture 5, Fall

CIS 2033 Lecture 5, Fall CIS 2033 Lecture 5, Fall 2016 1 Instructor: David Dobor September 13, 2016 1 Supplemental reading from Dekking s textbook: Chapter2, 3. We mentioned at the beginning of this class that calculus was a prerequisite

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

27. THESE SENTENCES CERTAINLY LOOK DIFFERENT

27. THESE SENTENCES CERTAINLY LOOK DIFFERENT get the complete book: http://wwwonemathematicalcatorg/getullextullbookhtm 27 HESE SENENCES CERAINLY LOOK DIEREN comparing expressions versus comparing sentences a motivating example: sentences that LOOK

More information

LECTURE 15: SIMPLE LINEAR REGRESSION I

LECTURE 15: SIMPLE LINEAR REGRESSION I David Youngberg BSAD 20 Montgomery College LECTURE 5: SIMPLE LINEAR REGRESSION I I. From Correlation to Regression a. Recall last class when we discussed two basic types of correlation (positive and negative).

More information

#29: Logarithm review May 16, 2009

#29: Logarithm review May 16, 2009 #29: Logarithm review May 16, 2009 This week we re going to spend some time reviewing. I say re- view since you ve probably seen them before in theory, but if my experience is any guide, it s quite likely

More information

Minnesota Comprehensive Assessments-Series III

Minnesota Comprehensive Assessments-Series III Name Minnesota Comprehensive Assessments-Series III Mathematics Item Sampler Grade 7 ITEM SAMPLERS ARE NOT SECURE TEST MATERIALS. THIS ITEM SAMPLER TEST BOOK MAY BE COPIED OR DUPLICATED. 24 18 Point State

More information

Minnesota Comprehensive Assessments-Series III

Minnesota Comprehensive Assessments-Series III Name Minnesota Comprehensive Assessments-Series III Mathematics Item Sampler Grade 7 ITEM SAMPLERS ARE NOT SECURE TEST MATERIALS. THIS ITEM SAMPLER TEST BOOK MAY BE COPIED OR DUPLICATED. 24 Point State

More information

ASTRO 114 Lecture Okay. What we re going to discuss today are what we call radiation laws. We ve

ASTRO 114 Lecture Okay. What we re going to discuss today are what we call radiation laws. We ve ASTRO 114 Lecture 15 1 Okay. What we re going to discuss today are what we call radiation laws. We ve been spending a lot of time talking about laws. We ve talked about gravitational laws, we ve talked

More information

Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations

Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations Math 138: Introduction to solving systems of equations with matrices. Pedagogy focus: Concept of equation balance, integer arithmetic, quadratic equations. The Concept of Balance for Systems of Equations

More information

Section 2.5 Absolute Value Functions

Section 2.5 Absolute Value Functions 16 Chapter Section.5 Absolute Value Functions So far in this chapter we have been studying the behavior of linear functions. The Absolute Value Function is a piecewise-defined function made up of two linear

More information

Statistics and parameters

Statistics and parameters Statistics and parameters Tables, histograms and other charts are used to summarize large amounts of data. Often, an even more extreme summary is desirable. Statistics and parameters are numbers that characterize

More information

3.4 Complex Zeros and the Fundamental Theorem of Algebra

3.4 Complex Zeros and the Fundamental Theorem of Algebra 86 Polynomial Functions 3.4 Complex Zeros and the Fundamental Theorem of Algebra In Section 3.3, we were focused on finding the real zeros of a polynomial function. In this section, we expand our horizons

More information

3 PROBABILITY TOPICS

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

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

Toss 1. Fig.1. 2 Heads 2 Tails Heads/Tails (H, H) (T, T) (H, T) Fig.2

Toss 1. Fig.1. 2 Heads 2 Tails Heads/Tails (H, H) (T, T) (H, T) Fig.2 1 Basic Probabilities The probabilities that we ll be learning about build from the set theory that we learned last class, only this time, the sets are specifically sets of events. What are events? Roughly,

More information

Confidence Intervals. - simply, an interval for which we have a certain confidence.

Confidence Intervals. - simply, an interval for which we have a certain confidence. Confidence Intervals I. What are confidence intervals? - simply, an interval for which we have a certain confidence. - for example, we are 90% certain that an interval contains the true value of something

More information

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant).

Sets and Functions. (As we will see, in describing a set the order in which elements are listed is irrelevant). Sets and Functions 1. The language of sets Informally, a set is any collection of objects. The objects may be mathematical objects such as numbers, functions and even sets, or letters or symbols of any

More information

Mathematical Probability

Mathematical Probability Mathematical Probability STA 281 Fall 2011 1 Introduction Engineers and scientists are always exposed to data, both in their professional capacities and in everyday activities. The discipline of statistics

More information

Background to Statistics

Background to Statistics FACT SHEET Background to Statistics Introduction Statistics include a broad range of methods for manipulating, presenting and interpreting data. Professional scientists of all kinds need to be proficient

More information

Student Activity: Finding Factors and Prime Factors

Student Activity: Finding Factors and Prime Factors When you have completed this activity, go to Status Check. Pre-Algebra A Unit 2 Student Activity: Finding Factors and Prime Factors Name Date Objective In this activity, you will find the factors and the

More information

Functions. If x 2 D, then g(x) 2 T is the object that g assigns to x. Writing the symbols. g : D! T

Functions. If x 2 D, then g(x) 2 T is the object that g assigns to x. Writing the symbols. g : D! T Functions This is the second of three chapters that are meant primarily as a review of Math 1050. We will move quickly through this material. A function is a way of describing a relationship between two

More information

2.2 Graphs of Functions

2.2 Graphs of Functions 2.2 Graphs of Functions Introduction DEFINITION domain of f, D(f) Associated with every function is a set called the domain of the function. This set influences what the graph of the function looks like.

More information

KCP e-learning. test user - ability basic maths revision. During your training, we will need to cover some ground using statistics.

KCP e-learning. test user - ability basic maths revision. During your training, we will need to cover some ground using statistics. During your training, we will need to cover some ground using statistics. The very mention of this word can sometimes alarm delegates who may not have done any maths or statistics since leaving school.

More information

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006

Keller: Stats for Mgmt & Econ, 7th Ed July 17, 2006 Chapter 17 Simple Linear Regression and Correlation 17.1 Regression Analysis Our problem objective is to analyze the relationship between interval variables; regression analysis is the first tool we will

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

CHAPTER 5: EXPLORING DATA DISTRIBUTIONS. Individuals are the objects described by a set of data. These individuals may be people, animals or things.

CHAPTER 5: EXPLORING DATA DISTRIBUTIONS. Individuals are the objects described by a set of data. These individuals may be people, animals or things. (c) Epstein 2013 Chapter 5: Exploring Data Distributions Page 1 CHAPTER 5: EXPLORING DATA DISTRIBUTIONS 5.1 Creating Histograms Individuals are the objects described by a set of data. These individuals

More information

Study skills for mathematicians

Study skills for mathematicians PART I Study skills for mathematicians CHAPTER 1 Sets and functions Everything starts somewhere, although many physicists disagree. Terry Pratchett, Hogfather, 1996 To think like a mathematician requires

More information

30. TRANSFORMING TOOL #1 (the Addition Property of Equality)

30. TRANSFORMING TOOL #1 (the Addition Property of Equality) 30 TRANSFORMING TOOL #1 (the Addition Property of Equality) sentences that look different, but always have the same truth values What can you DO to a sentence that will make it LOOK different, but not

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

Joint Probability Distributions and Random Samples (Devore Chapter Five)

Joint Probability Distributions and Random Samples (Devore Chapter Five) Joint Probability Distributions and Random Samples (Devore Chapter Five) 1016-345-01: Probability and Statistics for Engineers Spring 2013 Contents 1 Joint Probability Distributions 2 1.1 Two Discrete

More information

Solving with Absolute Value

Solving with Absolute Value Solving with Absolute Value Who knew two little lines could cause so much trouble? Ask someone to solve the equation 3x 2 = 7 and they ll say No problem! Add just two little lines, and ask them to solve

More information

Contents. basic algebra. Learning outcomes. Time allocation. 1. Mathematical notation and symbols. 2. Indices. 3. Simplification and factorisation

Contents. basic algebra. Learning outcomes. Time allocation. 1. Mathematical notation and symbols. 2. Indices. 3. Simplification and factorisation basic algebra Contents. Mathematical notation and symbols 2. Indices 3. Simplification and factorisation 4. Arithmetic of algebraic fractions 5. Formulae and transposition Learning outcomes In this workbook

More information

Introduction to Algebra: The First Week

Introduction to Algebra: The First Week Introduction to Algebra: The First Week Background: According to the thermostat on the wall, the temperature in the classroom right now is 72 degrees Fahrenheit. I want to write to my friend in Europe,

More information

are the objects described by a set of data. They may be people, animals or things.

are the objects described by a set of data. They may be people, animals or things. ( c ) E p s t e i n, C a r t e r a n d B o l l i n g e r 2016 C h a p t e r 5 : E x p l o r i n g D a t a : D i s t r i b u t i o n s P a g e 1 CHAPTER 5: EXPLORING DATA DISTRIBUTIONS 5.1 Creating Histograms

More information

Review of the Normal Distribution

Review of the Normal Distribution Sampling and s Normal Distribution Aims of Sampling Basic Principles of Probability Types of Random Samples s of the Mean Standard Error of the Mean The Central Limit Theorem Review of the Normal Distribution

More information

= - = = 1 = -2 = 3. Jeremy can plant 10 trees in 4 hours. How many trees can he plant in 10 hours? A. 16

= - = = 1 = -2 = 3. Jeremy can plant 10 trees in 4 hours. How many trees can he plant in 10 hours? A. 16 7 th Grade Only 1. Four points are graphed on a line. Which point is located at the opposite of -2? A. Point J B. Point K C. Point L D. Point M OPPOSITE means the SAME DISTANCE from 0 on the opposite side

More information

Introduction to Generating Functions

Introduction to Generating Functions Sicherman Dice Problems The purpose of this essay is to introduce the ideas of a generating function to students who have not seen it and to use these ideas to investigate, with exercises and problems,

More information

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time.

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. Experiment 2 Reaction Time 2.1 Objectives Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. 2.2 Introduction The purpose of this lab is to demonstrate repeated

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part II 1 st Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part II 1 st Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I Part II 1 st Nine Weeks, 2016-2017 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

Algebra 1: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney

Algebra 1: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney Algebra 1: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney 1. The situation described in this problem involves probability without replacement. Because of this, the probabilities

More information

Chapter 3 Representations of a Linear Relation

Chapter 3 Representations of a Linear Relation Chapter 3 Representations of a Linear Relation The purpose of this chapter is to develop fluency in the ways of representing a linear relation, and in extracting information from these representations.

More information

What is a random variable

What is a random variable OKAN UNIVERSITY FACULTY OF ENGINEERING AND ARCHITECTURE MATH 256 Probability and Random Processes 04 Random Variables Fall 20 Yrd. Doç. Dr. Didem Kivanc Tureli didemk@ieee.org didem.kivanc@okan.edu.tr

More information

Answer Explanations for: ACT June 2012, Form 70C

Answer Explanations for: ACT June 2012, Form 70C Answer Explanations for: ACT June 2012, Form 70C Mathematics 1) C) A mean is a regular average and can be found using the following formula: (average of set) = (sum of items in set)/(number of items in

More information

Introducing Proof 1. hsn.uk.net. Contents

Introducing Proof 1. hsn.uk.net. Contents Contents 1 1 Introduction 1 What is proof? 1 Statements, Definitions and Euler Diagrams 1 Statements 1 Definitions Our first proof Euler diagrams 4 3 Logical Connectives 5 Negation 6 Conjunction 7 Disjunction

More information

Probability Distributions

Probability Distributions Probability Distributions Probability This is not a math class, or an applied math class, or a statistics class; but it is a computer science course! Still, probability, which is a math-y concept underlies

More information

Chapter 7: Statistics Describing Data. Chapter 7: Statistics Describing Data 1 / 27

Chapter 7: Statistics Describing Data. Chapter 7: Statistics Describing Data 1 / 27 Chapter 7: Statistics Describing Data Chapter 7: Statistics Describing Data 1 / 27 Categorical Data Four ways to display categorical data: 1 Frequency and Relative Frequency Table 2 Bar graph (Pareto chart)

More information

Math 300 Introduction to Mathematical Reasoning Autumn 2017 Inverse Functions

Math 300 Introduction to Mathematical Reasoning Autumn 2017 Inverse Functions Math 300 Introduction to Mathematical Reasoning Autumn 2017 Inverse Functions Please read this pdf in place of Section 6.5 in the text. The text uses the term inverse of a function and the notation f 1

More information

Chapter Three. Deciphering the Code. Understanding Notation

Chapter Three. Deciphering the Code. Understanding Notation Chapter Three Deciphering the Code Mathematics has its own vocabulary. In addition to words, mathematics uses its own notation, symbols that stand for more complicated ideas. Some of these elements are

More information

BIOSTATISTICS NURS 3324

BIOSTATISTICS NURS 3324 Simple Linear Regression and Correlation Introduction Previously, our attention has been focused on one variable which we designated by x. Frequently, it is desirable to learn something about the relationship

More information

Systems of Linear Equations and Inequalities

Systems of Linear Equations and Inequalities Systems of Linear Equations and Inequalities Alex Moore February 4, 017 1 What is a system? Now that we have studied linear equations and linear inequalities, it is time to consider the question, What

More information

irst we need to know that there are many ways to indicate multiplication; for example the product of 5 and 7 can be written in a variety of ways:

irst we need to know that there are many ways to indicate multiplication; for example the product of 5 and 7 can be written in a variety of ways: CH 2 VARIABLES INTRODUCTION F irst we need to know that there are many ways to indicate multiplication; for example the product of 5 and 7 can be written in a variety of ways: 5 7 5 7 5(7) (5)7 (5)(7)

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

Last few slides from last time

Last few slides from last time Last few slides from last time Example 3: What is the probability that p will fall in a certain range, given p? Flip a coin 50 times. If the coin is fair (p=0.5), what is the probability of getting an

More information

2 Introduction to Variables

2 Introduction to Variables www.ck12.org CHAPTER 2 Introduction to Variables Chapter Outline 2.1 VARIABLE EXPRESSIONS 2.2 PATTERNS AND EXPRESSIONS 2.3 COMBINING LIKE TERMS 2.4 THE DISTRIBUTIVE PROPERTY 2.5 ADDITION AND SUBTRACTION

More information

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation?

Linear Regression. Linear Regression. Linear Regression. Did You Mean Association Or Correlation? Did You Mean Association Or Correlation? AP Statistics Chapter 8 Be careful not to use the word correlation when you really mean association. Often times people will incorrectly use the word correlation

More information

1 Introduction. 2 Solving Linear Equations

1 Introduction. 2 Solving Linear Equations 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

Multiple Representations: Equations to Tables and Graphs Transcript

Multiple Representations: Equations to Tables and Graphs Transcript Algebra l Teacher: It s good to see you again. Last time we talked about multiple representations. If we could, I would like to continue and discuss the subtle differences of multiple representations between

More information

Algebra Performance Level Descriptors

Algebra Performance Level Descriptors Limited A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Algebra. A student at this level has an emerging ability to A student whose performance

More information

Appendix A. Review of Basic Mathematical Operations. 22Introduction

Appendix A. Review of Basic Mathematical Operations. 22Introduction Appendix A Review of Basic Mathematical Operations I never did very well in math I could never seem to persuade the teacher that I hadn t meant my answers literally. Introduction Calvin Trillin Many of

More information

4/1/2012. Test 2 Covers Topics 12, 13, 16, 17, 18, 14, 19 and 20. Skipping Topics 11 and 15. Topic 12. Normal Distribution

4/1/2012. Test 2 Covers Topics 12, 13, 16, 17, 18, 14, 19 and 20. Skipping Topics 11 and 15. Topic 12. Normal Distribution Test 2 Covers Topics 12, 13, 16, 17, 18, 14, 19 and 20 Skipping Topics 11 and 15 Topic 12 Normal Distribution 1 Normal Distribution If Density Curve is symmetric, single peaked, bell-shaped then it is

More information

Lecture 10: Powers of Matrices, Difference Equations

Lecture 10: Powers of Matrices, Difference Equations Lecture 10: Powers of Matrices, Difference Equations Difference Equations A difference equation, also sometimes called a recurrence equation is an equation that defines a sequence recursively, i.e. each

More information

PHY 123 Lab 1 - Error and Uncertainty and the Simple Pendulum

PHY 123 Lab 1 - Error and Uncertainty and the Simple Pendulum To print higher-resolution math symbols, click the Hi-Res Fonts for Printing button on the jsmath control panel. PHY 13 Lab 1 - Error and Uncertainty and the Simple Pendulum Important: You need to print

More information

CS1800: Sequences & Sums. Professor Kevin Gold

CS1800: Sequences & Sums. Professor Kevin Gold CS1800: Sequences & Sums Professor Kevin Gold Moving Toward Analysis of Algorithms Today s tools help in the analysis of algorithms. We ll cover tools for deciding what equation best fits a sequence of

More information

Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity?

Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity? Lab Exercise: Gravity (Report) Your Name & Your Lab Partner s Name Due Date Gravity Pre-Lab 1. Why do you need an inclined plane to measure the effects due to gravity? 2. What are several advantage of

More information

Semester 1 Review and Sequences and Series - Algebra 31

Semester 1 Review and Sequences and Series - Algebra 31 Name Period Date Semester 1 Review and Sequences and Series - Algebra 31 Functions 1. a.) f(2) = b.) f(x) = -2 c.) f(-3) = d.) f(x) = 3 e.) f (0) = Domain: Range: Increasing: Decreasing: Constant: 2. For

More information

Statistics for Economists. Lectures 3 & 4

Statistics for Economists. Lectures 3 & 4 Statistics for Economists Lectures 3 & 4 Asrat Temesgen Stockholm University 1 CHAPTER 2- Discrete Distributions 2.1. Random variables of the Discrete Type Definition 2.1.1: Given a random experiment with

More information

1.2 The Role of Variables

1.2 The Role of Variables 1.2 The Role of Variables variables sentences come in several flavors true false conditional In this section, a name is given to mathematical sentences that are sometimes true, sometimes false they are

More information