Course grades. Computing Your Course Grade and GPA, or, Weighted Averages

Size: px
Start display at page:

Download "Course grades. Computing Your Course Grade and GPA, or, Weighted Averages"

Transcription

1 Computing Your Course Grade and GPA, or, Weighted Averages The weighted average is one of the most common and useful formulas completely passed over introductory statistics classes. We are all familiar with the sample mean, x, where we add all the observations together then divide by the sample size: x 1 n Sometimes, though, we want to give certain values more inuence in determining the average. i1 Course grades A perfect example of this is when professors calculate your grade. Most courses have multiple assignments, and usually the assignments are worth dierent amounts. For example, a single homework assignment is not worth as much as the nal exam. One way to grade a course in this way is to make assignments worth dierent amount of points based on how important they are in the course grade calculation. If you want homework assignments to be worth 10% of what the nal is worth, you make the homework assignments 10 points a piece and the nal exam 100. Then you simply add all the points received during the quarter and divide by the total number of possible points. This starts to get complicated, though, if you have many assignments with dierent inuences. A second way to calculate grades is to allow every assignment to be graded out of any number of points, then weight the percentage received for each assignment in the correct manner. Suppose you are taking a class and the syllabus has this grade breakdown: Assignment Weight Homework 10% Midterm 20% Final Project 40% Final Exam 30% It's clear here that the nal project is a much more inuential part of your grade than the homework. Now suppose you received the following grades for each category: Assignment Weight Percentage Homework 10% 80% Midterm 20% 75% Final Project 40% 90% Final Exam 30% 85% To compute your course grade, you need to factor in the inuences of each assignment. This is done by converting the weights from percentages to proportions (10% becomes 0.10, 20% becomes 0.20, etc.), then multiplying your percentage for each category by the category weight and summing: course grade 0.10(80) (75) (90) (85)

2 So your overall grade is 84.5%. Notice that had you taken the simple sample mean of your category grades, you would have concluded your grade was 82.5: x 1 n i Your weighted grade is higher than the simple average because the grades on the nal assignments, which had more inuence, were better than the grades on the less inuential assignments. In this example, the calculations were simplied a bit because the weights summed to 1: What happens when the weights don't sum to 1? Let's look at your course grade going into the nal assignments, so you have only completed the homework and midterm. Computing your grade as before you would get 0.10(80) (75) or 23%, but this is clearly wrong - you received passing grades on both assignments! The 23% you see is actually 23% of the entire course grade, but you have only completed 30% of the work. In order to determine your actual grade, you need to divide by 0.30 (30%): or about 77%. This makes a lot more sense General formula for weighted averages In the course grade example above, the percentages received in each category are considered the data, or the x values, and the inuences (0.10, 0.20, 0.40, and 0.30) are called the weights. To nd the weighted average of a set of observations, multiply each observation by its weight, add the products together, then divide by the sum of the weights: x W i1 w i i1 w i In the rst example, the weights added to 1, or i1 w i 1, so the formula became simplied: x W w i i1 In determining which values are the observations ( ) and which are the weights (w i ), ask yourself, What do I want the average of? The answer to this question is your set of observations. GPA GPAs, or grade point averages, are also weighted averages. In calculating a GPA, the course grade (usually on a scale) is the observation, and the weight is the number of units or credits associated with the 2

3 course. Take the following grades from a student's quarter: Course Units Grade Intro Statistics Psychology Biology I To nd the student's GPA for the quarter, we need to use the units as the weights (w i ) and the grade as the observation ( ): GP A x W i1 w i i1 w i We could also expand the table to aid in our calculations: 4.0(3.7) + 3.0(4.0) + 5.0(3.0) Course Units Grade U nits Grade Intro Statistics Psychology Biology I Total: GPA: 41.8 / Again, this is a dierent result than we would have obtained by taking the sample average: x The actual GPA is lower because the student received lower grades in the courses worth more units. We can also use weighed averages to compute cumulative GPAs without going down to the level of individual courses. Suppose that before starting the quarter above, the student had a cumulative GPA of 3.1 after taking a total of 48 units. We create the following table: Time Units GPA Cumulative Current quarter Again, we use the units as weights. Now, though, the GPAs are the observation: 48(3.1) + 12(3.48) cumulative GP A The student's cumulative GPA has gone up, but it is not right in the middle of the previous GPA and this quarter's GPA because this quarter's GPA is based o of one fourth the units of the previous cumulative calculation. 3

4 Investment portfolios Weighted averages aren't jused used in computing grades. Another use of weighted averages are in investment portfolios. When people or corporations invest in the stock or bond market, they invest dierent amounts of money in various securities. Many websites will show investments as a pie chart. Suppose you invested in ve companies, with amounts given below: Company Amount Invested AT&T $5,000 Apple $4,000 Google $3,500 Starbucks $3,500 Ford $1,000 A pie chart of your portfolio would look like this: Apple AT&T Ford Google Starbucks Over the course of the year, you nd that AT&T went up 2%, Apple went up 10%, Google went down 4%, Starbucks went up 15%, and Ford went down 8%. How did your portfolio do overall? We want to nd the average change in our portfolio, so the individual stock changes are our observations, and the amount invested are the weights: Company Amount Invested (w i ) Change ( ) AT&T $5,000 2.% Apple $4, % Google $3,500-4.% Starbucks $3, % Ford $1,000-8.% Now the total change for the portfolio is x W i1 w i i1 w i 5000(2) (10) ( 4) (15) ( 8) % 4

5 So you have gained 4.7% on your total investments. For comparison, taking the sample average of the changes gives 3.0. The weighted average is higher becuase the biggest loss came from the company in which you had the smallest investment, so it had a relatively small eect on your portfolio. Weighted average and sample mean The common sample mean x 1 n xi is actually a special case of a weighted average where all observations are given the same weight. Let's say we have n observations and we give each the weight w i 1. Then the weighted average is x W i1 w i i1 w i i1 1 i1 1 1 n i i1 n x i1 You can check for yourself that there is nothing special about setting w i 1. Any weight will work as long as its the same for all observations since the weights in the numerator will cancel with the weights in the denominator. Weighted averages can also be used in place of sample means to make problems quicker when the observations only have a few unique values. Suppose we take a sample of 10 adults and ask how many pets they have at home. The responses are: To compute the sample mean, we take x 1 n i1 Alternatively, we can create a frequency table: 0, 0, 1, 1, 1 1, 1, 2 2, 2 1 ( ) Number of pets Frequency Then compute the weighted average using the frequencies as weights: x W 2(0) + 5(1) + 3(2)

6 We get the same answer. This occurs because in the weighted average, we are combining all the observations with the same number together. Lets compute x dierently: x 1 n i1 1 ( ) 10 1 [2(0) + 5(1) + 3(2)] 10 We see this is exactly the same formula as the weighted average. Generally speaking, when observations can be collected into sets with the same value, we can use the frequency of each set as weights to compute a weighted average and avoid long summations. 6

Conversions between percents, decimals, and fractions

Conversions between percents, decimals, and fractions Click on the links below to jump directly to the relevant section Conversions between percents, decimals and fractions Operations with percents Percentage of a number Percent change Conversions between

More information

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions.

Unit 1 Number Sense. In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. Unit 1 Number Sense In this unit, students will study repeating decimals, percents, fractions, decimals, and proportions. BLM Three Types of Percent Problems (p L-34) is a summary BLM for the material

More information

Preliminary Mathematics

Preliminary Mathematics Preliminary Mathematics The purpose of this document is to provide you with a refresher over some topics that will be essential for what we do in this class. We will begin with fractions, decimals, and

More information

+ = has become. has become. Maths in School. Fraction Calculations in School. by Kate Robinson

+ = has become. has become. Maths in School. Fraction Calculations in School. by Kate Robinson + has become 0 Maths in School has become 0 Fraction Calculations in School by Kate Robinson Fractions Calculations in School Contents Introduction p. Simplifying fractions (cancelling down) p. Adding

More information

Fractions. If the top and bottom numbers of a fraction are the same then you have a whole one.

Fractions. If the top and bottom numbers of a fraction are the same then you have a whole one. What do fractions mean? Fractions Academic Skills Advice Look at the bottom of the fraction first this tells you how many pieces the shape (or number) has been cut into. Then look at the top of the fraction

More information

PART A: For each worker, determine that worker's marginal product of labor.

PART A: For each worker, determine that worker's marginal product of labor. ECON 3310 Homework #4 - Solutions 1: Suppose the following indicates how many units of output y you can produce per hour with different levels of labor input (given your current factory capacity): PART

More information

Activity 4 Determining Mean and Median of a Frequency Distribution Table

Activity 4 Determining Mean and Median of a Frequency Distribution Table Activity 4 Determining Mean and Median of a Frequency Distribution Table Topic Area: Data Analysis and Probability NCTM Standard: Select and use appropriate statistical methods to analyze data. Objective:

More information

Finding Rates and the Geometric Mean

Finding Rates and the Geometric Mean Finding Rates and the Geometric Mean So far, most of the situations we ve covered have assumed a known interest rate. If you save a certain amount of money and it earns a fixed interest rate for a period

More information

[because] administrative charges / investment expenses / [and] asset management fees

[because] administrative charges / investment expenses / [and] asset management fees 11 Simple 401k Learn How to Increase Your Company's 401k Account Values by as Much as 30% to 40% The fees and expenses charged within your company's 401k plan could be costing your employees as much as

More information

Welcome to Basic Math Skills!

Welcome to Basic Math Skills! Basic Math Skills Welcome to Basic Math Skills! Most students find the math sections to be the most difficult. Basic Math Skills was designed to give you a refresher on the basics of math. There are lots

More information

Common Multiples. List the multiples of 3. The multiples of 3 are 3 1, 3 2, 3 3, 3 4,...

Common Multiples. List the multiples of 3. The multiples of 3 are 3 1, 3 2, 3 3, 3 4,... .2 Common Multiples.2 OBJECTIVES 1. Find the least common multiple (LCM) of two numbers 2. Find the least common multiple (LCM) of a group of numbers. Compare the size of two fractions In this chapter,

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

1. Portfolio Returns and Portfolio Risk

1. Portfolio Returns and Portfolio Risk Chapter 8 Risk and Return: Capital Market Theory Chapter 8 Contents Learning Objectives 1. Portfolio Returns and Portfolio Risk 1. Calculate the expected rate of return and volatility for a portfolio of

More information

Adding and Subtracting Fractions. 1. The denominator of a fraction names the fraction. It tells you how many equal parts something is divided into.

Adding and Subtracting Fractions. 1. The denominator of a fraction names the fraction. It tells you how many equal parts something is divided into. Tallahassee Community College Adding and Subtracting Fractions Important Ideas:. The denominator of a fraction names the fraction. It tells you how many equal parts something is divided into.. The numerator

More information

One Period Binomial Model

One Period Binomial Model FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 One Period Binomial Model These notes consider the one period binomial model to exactly price an option. We will consider three different methods of pricing

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

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

GMAT SYLLABI. Types of Assignments - 1 -

GMAT SYLLABI. Types of Assignments - 1 - GMAT SYLLABI The syllabi on the following pages list the math and verbal assignments for each class. Your homework assignments depend on your current math and verbal scores. Be sure to read How to Use

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012 Binary numbers The reason humans represent numbers using decimal (the ten digits from 0,1,... 9) is that we have ten fingers. There is no other reason than that. There is nothing special otherwise about

More information

north seattle community college

north seattle community college INTRODUCTION TO FRACTIONS If we divide a whole number into equal parts we get a fraction: For example, this circle is divided into quarters. Three quarters, or, of the circle is shaded. DEFINITIONS: The

More information

Geometric Series and Annuities

Geometric Series and Annuities Geometric Series and Annuities Our goal here is to calculate annuities. For example, how much money do you need to have saved for retirement so that you can withdraw a fixed amount of money each year for

More information

COLLEGE RETIREMENT EQUITIES FUND RULES OF THE FUND

COLLEGE RETIREMENT EQUITIES FUND RULES OF THE FUND COLLEGE RETIREMENT EQUITIES FUND RULES OF THE FUND Effective as of April 24, 2015 Attached to and made part of the CREF Contract or Certificate at its Date of Issue Note to participants: CREF's rules of

More information

Session 6 Number Theory

Session 6 Number Theory Key Terms in This Session Session 6 Number Theory Previously Introduced counting numbers factor factor tree prime number New in This Session composite number greatest common factor least common multiple

More information

Create a free CRM with Google Apps

Create a free CRM with Google Apps Create a free CRM with Google Apps By Richard Ribuffo Contents Introduction, pg. 2 Part One: Getting Started, pg. 3 Creating Folders, pg. 3 Clients, pg. 4 Part Two: Google Forms, pg. 6 Creating The Form,

More information

Fractions Packet. Contents

Fractions Packet. Contents Fractions Packet Contents Intro to Fractions.. page Reducing Fractions.. page Ordering Fractions page Multiplication and Division of Fractions page Addition and Subtraction of Fractions.. page Answer Keys..

More information

PERPETUITIES NARRATIVE SCRIPT 2004 SOUTH-WESTERN, A THOMSON BUSINESS

PERPETUITIES NARRATIVE SCRIPT 2004 SOUTH-WESTERN, A THOMSON BUSINESS NARRATIVE SCRIPT 2004 SOUTH-WESTERN, A THOMSON BUSINESS NARRATIVE SCRIPT: SLIDE 2 A good understanding of the time value of money is crucial for anybody who wants to deal in financial markets. It does

More information

Activity 1: Using base ten blocks to model operations on decimals

Activity 1: Using base ten blocks to model operations on decimals Rational Numbers 9: Decimal Form of Rational Numbers Objectives To use base ten blocks to model operations on decimal numbers To review the algorithms for addition, subtraction, multiplication and division

More information

Preparing cash budgets

Preparing cash budgets 3 Preparing cash budgets this chapter covers... In this chapter we will examine in detail how a cash budget is prepared. This is an important part of your studies, and you will need to be able to prepare

More information

Grade 4 - Module 5: Fraction Equivalence, Ordering, and Operations

Grade 4 - Module 5: Fraction Equivalence, Ordering, and Operations Grade 4 - Module 5: Fraction Equivalence, Ordering, and Operations Benchmark (standard or reference point by which something is measured) Common denominator (when two or more fractions have the same denominator)

More information

Using Excel 2000 to Create a Weighted-Grade Grade Book

Using Excel 2000 to Create a Weighted-Grade Grade Book Using Excel 2000 to Create a Weighted-Grade Grade Book This handout assumes that you already have familiarity with creating and copying formulas in Excel 2000. If you do not, you should consult our handout

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

Introduction to Macroeconomics (ECON 20B) Spring 2016

Introduction to Macroeconomics (ECON 20B) Spring 2016 Introduction to Macroeconomics (ECON 20B) Spring 2016 Instructor: William Branch, SSPB 3279. Contact: 824-4221 Email: wbranch@uci.edu Office hours: M,W 9-10, and by appointment. Course Objectives: This

More information

Solar Energy MEDC or LEDC

Solar Energy MEDC or LEDC Solar Energy MEDC or LEDC Does where people live change their interest and appreciation of solar panels? By Sachintha Perera Abstract This paper is based on photovoltaic solar energy, which is the creation

More information

Fractions, decimals and percentages

Fractions, decimals and percentages Fractions, decimals and percentages Some notes for the lesson. Extra practice questions available. A. Quick quiz on units Some of the exam questions will have units in them, and you may have to convert

More information

3. Time value of money. We will review some tools for discounting cash flows.

3. Time value of money. We will review some tools for discounting cash flows. 1 3. Time value of money We will review some tools for discounting cash flows. Simple interest 2 With simple interest, the amount earned each period is always the same: i = rp o where i = interest earned

More information

McKinsey Problem Solving Test Top Tips

McKinsey Problem Solving Test Top Tips McKinsey Problem Solving Test Top Tips 1 McKinsey Problem Solving Test You re probably reading this because you ve been invited to take the McKinsey Problem Solving Test. Don t stress out as part of the

More information

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1

5544 = 2 2772 = 2 2 1386 = 2 2 2 693. Now we have to find a divisor of 693. We can try 3, and 693 = 3 231,and we keep dividing by 3 to get: 1 MATH 13150: Freshman Seminar Unit 8 1. Prime numbers 1.1. Primes. A number bigger than 1 is called prime if its only divisors are 1 and itself. For example, 3 is prime because the only numbers dividing

More information

Fraction Basics. 1. Identify the numerator and denominator of a

Fraction Basics. 1. Identify the numerator and denominator of a . Fraction Basics. OBJECTIVES 1. Identify the numerator and denominator of a fraction. Use fractions to name parts of a whole. Identify proper fractions. Write improper fractions as mixed numbers. Write

More information

The learning system used in ECE 1270 has been designed on the basis of the principles of

The learning system used in ECE 1270 has been designed on the basis of the principles of 1270 COURSE PROCEDURE * Introduction The learning system used in ECE 1270 has been designed on the basis of the principles of learning 1-3. I won't give you a lengthy description of those principles here,

More information

Decimal Notations for Fractions Number and Operations Fractions /4.NF

Decimal Notations for Fractions Number and Operations Fractions /4.NF Decimal Notations for Fractions Number and Operations Fractions /4.NF Domain: Cluster: Standard: 4.NF Number and Operations Fractions Understand decimal notation for fractions, and compare decimal fractions.

More information

Lesson 26: Reflection & Mirror Diagrams

Lesson 26: Reflection & Mirror Diagrams Lesson 26: Reflection & Mirror Diagrams The Law of Reflection There is nothing really mysterious about reflection, but some people try to make it more difficult than it really is. All EMR will reflect

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

April 4th, 2014. Flow C was 9 trillion dollars, Flow G was 2 trillion dollars, Flow I was 3 trillion dollars, Flow (X-M) was -0.7 trillion dollars.

April 4th, 2014. Flow C was 9 trillion dollars, Flow G was 2 trillion dollars, Flow I was 3 trillion dollars, Flow (X-M) was -0.7 trillion dollars. Problem Session I April 4th, 2014 Reference: Parkin, Introduction to economics, 2011 1. The rm that printed your Introduction to economics textbook bought the paper from XYZ Paper Mills. Was this purchase

More information

Examination II. Fixed income valuation and analysis. Economics

Examination II. Fixed income valuation and analysis. Economics Examination II Fixed income valuation and analysis Economics Questions Foundation examination March 2008 FIRST PART: Multiple Choice Questions (48 points) Hereafter you must answer all 12 multiple choice

More information

GPA Calculation Rules and Policies

GPA Calculation Rules and Policies GPA Calculation Rules and Policies In order to be eligible as a Carson Scholarship recipient or to receive Carson Scholar Recognition, students must have a grade point average (GPA) of 3.75 or above on

More information

STRUTS: Statistical Rules of Thumb. Seattle, WA

STRUTS: Statistical Rules of Thumb. Seattle, WA STRUTS: Statistical Rules of Thumb Gerald van Belle Departments of Environmental Health and Biostatistics University ofwashington Seattle, WA 98195-4691 Steven P. Millard Probability, Statistics and Information

More information

South Dakota. Opportunity Scholarship. Frequently Asked Questions

South Dakota. Opportunity Scholarship. Frequently Asked Questions South Dakota Opportunity Scholarship Frequently Asked Questions Question: What is the difference between a Regents Scholar Diploma and the South Dakota Opportunity Scholarship? Answer: The Regents Scholar

More information

Systems of Linear Equations in Three Variables

Systems of Linear Equations in Three Variables 5.3 Systems of Linear Equations in Three Variables 5.3 OBJECTIVES 1. Find ordered triples associated with three equations 2. Solve a system by the addition method 3. Interpret a solution graphically 4.

More information

MATH 115 Mathematics for Liberal Arts (3 credits) Professor s notes* As of June 27, 2007

MATH 115 Mathematics for Liberal Arts (3 credits) Professor s notes* As of June 27, 2007 MATH 115 Mathematics for Liberal Arts (3 credits) Professor s notes* As of June 27, 27 *Note: All content is based on the professor s opinion and may vary from professor to professor & student to student.

More information

Using Proportions to Solve Percent Problems I

Using Proportions to Solve Percent Problems I RP7-1 Using Proportions to Solve Percent Problems I Pages 46 48 Standards: 7.RP.A. Goals: Students will write equivalent statements for proportions by keeping track of the part and the whole, and by solving

More information

Prime Factorization 0.1. Overcoming Math Anxiety

Prime Factorization 0.1. Overcoming Math Anxiety 0.1 Prime Factorization 0.1 OBJECTIVES 1. Find the factors of a natural number 2. Determine whether a number is prime, composite, or neither 3. Find the prime factorization for a number 4. Find the GCF

More information

Math Refresher. Book #2. Workers Opportunities Resources Knowledge

Math Refresher. Book #2. Workers Opportunities Resources Knowledge Math Refresher Book #2 Workers Opportunities Resources Knowledge Contents Introduction...1 Basic Math Concepts...2 1. Fractions...2 2. Decimals...11 3. Percentages...15 4. Ratios...17 Sample Questions...18

More information

Z - Scores. Why is this Important?

Z - Scores. Why is this Important? Z - Scores Why is this Important? How do you compare apples and oranges? Are you as good a student of French as you are in Physics? How many people did better than you on a test? How many did worse? Are

More information

3.3 Addition and Subtraction of Rational Numbers

3.3 Addition and Subtraction of Rational Numbers 3.3 Addition and Subtraction of Rational Numbers In this section we consider addition and subtraction of both fractions and decimals. We start with addition and subtraction of fractions with the same denominator.

More information

Writing Thesis Defense Papers

Writing Thesis Defense Papers Writing Thesis Defense Papers The point of these papers is for you to explain and defend a thesis of your own critically analyzing the reasoning offered in support of a claim made by one of the philosophers

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

More information

Experiment 4 ~ Resistors in Series & Parallel

Experiment 4 ~ Resistors in Series & Parallel Experiment 4 ~ Resistors in Series & Parallel Objective: In this experiment you will set up three circuits: one with resistors in series, one with resistors in parallel, and one with some of each. You

More information

Greatest Common Factor and Least Common Multiple

Greatest Common Factor and Least Common Multiple Greatest Common Factor and Least Common Multiple Intro In order to understand the concepts of Greatest Common Factor (GCF) and Least Common Multiple (LCM), we need to define two key terms: Multiple: Multiples

More information

Measuring the success of virtual tutoring

Measuring the success of virtual tutoring Measuring the success of virtual tutoring Avi Wiezel Del E. Webb School, of Construction Arizona State University Tempe, AZ, 85287-0204 Abstract Starting spring 1996, the Del E. Webb School of Construction

More information

Math 728 Lesson Plan

Math 728 Lesson Plan Math 728 Lesson Plan Tatsiana Maskalevich January 27, 2011 Topic: Probability involving sampling without replacement and dependent trials. Grade Level: 8-12 Objective: Compute the probability of winning

More information

Reference: Gregory Mankiw s Principles of Macroeconomics, 2 nd edition, Chapters 10 and 11. Gross Domestic Product

Reference: Gregory Mankiw s Principles of Macroeconomics, 2 nd edition, Chapters 10 and 11. Gross Domestic Product Macroeconomics Topic 1: Define and calculate GDP. Understand the difference between real and nominal variables (e.g., GDP, wages, interest rates) and know how to construct a price index. Reference: Gregory

More information

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

WRITING PROOFS. Christopher Heil Georgia Institute of Technology WRITING PROOFS Christopher Heil Georgia Institute of Technology A theorem is just a statement of fact A proof of the theorem is a logical explanation of why the theorem is true Many theorems have this

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

Proof of the conservation of momentum and kinetic energy

Proof of the conservation of momentum and kinetic energy Experiment 04 Proof of the conservation of momentum and kinetic energy By Christian Redeker 27.10.2007 Contents 1.) Hypothesis...3 2.) Diagram...7 3.) Method...7 3.1) Apparatus...7 3.2) Procedure...7 4.)

More information

31 Misleading Graphs and Statistics

31 Misleading Graphs and Statistics 31 Misleading Graphs and Statistics It is a well known fact that statistics can be misleading. They are often used to prove a point, and can easily be twisted in favour of that point! The purpose of this

More information

Previously, you learned the names of the parts of a multiplication problem. 1. a. 6 2 = 12 6 and 2 are the. b. 12 is the

Previously, you learned the names of the parts of a multiplication problem. 1. a. 6 2 = 12 6 and 2 are the. b. 12 is the Tallahassee Community College 13 PRIME NUMBERS AND FACTORING (Use your math book with this lab) I. Divisors and Factors of a Number Previously, you learned the names of the parts of a multiplication problem.

More information

4. Binomial Expansions

4. Binomial Expansions 4. Binomial Expansions 4.. Pascal's Triangle The expansion of (a + x) 2 is (a + x) 2 = a 2 + 2ax + x 2 Hence, (a + x) 3 = (a + x)(a + x) 2 = (a + x)(a 2 + 2ax + x 2 ) = a 3 + ( + 2)a 2 x + (2 + )ax 2 +

More information

Fraction Tools. Martin Kindt & Truus Dekker. ------------ 3n 4 -----

Fraction Tools. Martin Kindt & Truus Dekker. ------------ 3n 4 ----- Fraction Tools - + - 0 - n + n Martin Kindt & Truus Dekker 0 Section A Comparing Fractions - Parts and pieces (). Of each figure, color part. Be as precise as possible.. Of each figure, color part. Each

More information

PERCENTS - compliments of Dan Mosenkis

PERCENTS - compliments of Dan Mosenkis PERCENTS - compliments of Dan Mosenkis Percent Basics: Percents are connected to many ideas: fractions, decimals, proportions, relative amounts, and multiplicative change. You could say they are like the

More information

Business Ethics. By: Aims Community College - Oil & Gas Dept.

Business Ethics. By: Aims Community College - Oil & Gas Dept. Business Ethics By: Aims Community College - Oil & Gas Dept. Business Ethics By: Aims Community College - Oil & Gas Dept. Online: < http://cnx.org/content/col11561/1.3/ > C O N N E X I O N S Rice University,

More information

Chapter 3 Review Math 1030

Chapter 3 Review Math 1030 Section A.1: Three Ways of Using Percentages Using percentages We can use percentages in three different ways: To express a fraction of something. For example, A total of 10, 000 newspaper employees, 2.6%

More information

The Concept of Present Value

The Concept of Present Value The Concept of Present Value If you could have $100 today or $100 next week which would you choose? Of course you would choose the $100 today. Why? Hopefully you said because you could invest it and make

More information

HANDBOOK: HOW TO USE YOUR TI BA II PLUS CALCULATOR

HANDBOOK: HOW TO USE YOUR TI BA II PLUS CALCULATOR HANDBOOK: HOW TO USE YOUR TI BA II PLUS CALCULATOR This document is designed to provide you with (1) the basics of how your TI BA II Plus financial calculator operates, and (2) the typical keystrokes that

More information

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k.

REPEATED TRIALS. The probability of winning those k chosen times and losing the other times is then p k q n k. REPEATED TRIALS Suppose you toss a fair coin one time. Let E be the event that the coin lands heads. We know from basic counting that p(e) = 1 since n(e) = 1 and 2 n(s) = 2. Now suppose we play a game

More information

GCSE MATHEMATICS. 43602H Unit 2: Number and Algebra (Higher) Report on the Examination. Specification 4360 November 2014. Version: 1.

GCSE MATHEMATICS. 43602H Unit 2: Number and Algebra (Higher) Report on the Examination. Specification 4360 November 2014. Version: 1. GCSE MATHEMATICS 43602H Unit 2: Number and Algebra (Higher) Report on the Examination Specification 4360 November 2014 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright

More information

Combinatorial Proofs

Combinatorial Proofs Combinatorial Proofs Two Counting Principles Some proofs concerning finite sets involve counting the number of elements of the sets, so we will look at the basics of counting. Addition Principle: If A

More information

Sect 3.2 - Least Common Multiple

Sect 3.2 - Least Common Multiple Let's start with an example: Sect 3.2 - Least Common Multiple Ex. 1 Suppose a family has two different pies. If they have 2 3 of one type of pie and 3 of another pie, is it possible to combine the pies

More information

10.2 Series and Convergence

10.2 Series and Convergence 10.2 Series and Convergence Write sums using sigma notation Find the partial sums of series and determine convergence or divergence of infinite series Find the N th partial sums of geometric series and

More information

380.760: Corporate Finance. Financial Decision Making

380.760: Corporate Finance. Financial Decision Making 380.760: Corporate Finance Lecture 2: Time Value of Money and Net Present Value Gordon Bodnar, 2009 Professor Gordon Bodnar 2009 Financial Decision Making Finance decision making is about evaluating costs

More information

Duration Gap Analysis

Duration Gap Analysis appendix 1 to chapter 9 Duration Gap Analysis An alternative method for measuring interest-rate risk, called duration gap analysis, examines the sensitivity of the market value of the financial institution

More information

International College of Economics and Finance Syllabus Probability Theory and Introductory Statistics

International College of Economics and Finance Syllabus Probability Theory and Introductory Statistics International College of Economics and Finance Syllabus Probability Theory and Introductory Statistics Lecturer: Mikhail Zhitlukhin. 1. Course description Probability Theory and Introductory Statistics

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

Homework Margin Purchases. Dr. Patrick Toche

Homework Margin Purchases. Dr. Patrick Toche Homework Margin Purchases Dr. Patrick Toche A dagger indicates a possibly more challenging question. Maintenance Margin 1. You are bullish on Telecom stock. The current market price is $50 per share, and

More information

How To Proofread

How To Proofread GRADE 8 English Language Arts Proofreading: Lesson 6 Read aloud to the students the material that is printed in boldface type inside the boxes. Information in regular type inside the boxes and all information

More information

Factoring Whole Numbers

Factoring Whole Numbers 2.2 Factoring Whole Numbers 2.2 OBJECTIVES 1. Find the factors of a whole number 2. Find the prime factorization for any number 3. Find the greatest common factor (GCF) of two numbers 4. Find the GCF for

More information

Exponents and Radicals

Exponents and Radicals Exponents and Radicals (a + b) 10 Exponents are a very important part of algebra. An exponent is just a convenient way of writing repeated multiplications of the same number. Radicals involve the use of

More information

APPENDIX. Interest Concepts of Future and Present Value. Concept of Interest TIME VALUE OF MONEY BASIC INTEREST CONCEPTS

APPENDIX. Interest Concepts of Future and Present Value. Concept of Interest TIME VALUE OF MONEY BASIC INTEREST CONCEPTS CHAPTER 8 Current Monetary Balances 395 APPENDIX Interest Concepts of Future and Present Value TIME VALUE OF MONEY In general business terms, interest is defined as the cost of using money over time. Economists

More information

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013

Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013 Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,

More information

Day One: Least Common Multiple

Day One: Least Common Multiple Grade Level/Course: 5 th /6 th Grade Math Lesson/Unit Plan Name: Using Prime Factors to find LCM and GCF. Rationale/Lesson Abstract: The objective of this two- part lesson is to give students a clear understanding

More information

The mathematical branch of probability has its

The mathematical branch of probability has its ACTIVITIES for students Matthew A. Carlton and Mary V. Mortlock Teaching Probability and Statistics through Game Shows The mathematical branch of probability has its origins in games and gambling. And

More information

Financial Optimization ISE 347/447. Preliminaries. Dr. Ted Ralphs

Financial Optimization ISE 347/447. Preliminaries. Dr. Ted Ralphs Financial Optimization ISE 347/447 Preliminaries Dr. Ted Ralphs ISE 347/447 Preliminaries 1 Introductory Stuff Welcome! Class Meeting Time Office Hours TBD Surveys ISE 347/447 Preliminaries 2 What will

More information

Relative and Absolute Change Percentages

Relative and Absolute Change Percentages Relative and Absolute Change Percentages Ethan D. Bolker Maura M. Mast September 6, 2007 Plan Use the credit card solicitation data to address the question of measuring change. Subtraction comes naturally.

More information

Chapter 1 Lecture Notes: Economics for MBAs and Masters of Finance

Chapter 1 Lecture Notes: Economics for MBAs and Masters of Finance Chapter 1 Lecture Notes: Economics for MBAs and Masters of Finance Morris A. Davis Cambridge University Press stands for Gross Domestic Product. Nominal is the dollar value of all goods and services that

More information

UNDERSTANDING PARTICIPATING WHOLE LIFE INSURANCE

UNDERSTANDING PARTICIPATING WHOLE LIFE INSURANCE UNDERSTANDING PARTICIPATING WHOLE LIFE INSURANCE equimax CLIENT GUIDE ABOUT EQUITABLE LIFE OF CANADA Equitable Life is one of Canada s largest mutual life insurance companies. For generations we ve provided

More information

Fun with Fractions: A Unit on Developing the Set Model: Unit Overview www.illuminations.nctm.org

Fun with Fractions: A Unit on Developing the Set Model: Unit Overview www.illuminations.nctm.org Fun with Fractions: A Unit on Developing the Set Model: Unit Overview www.illuminations.nctm.org Number of Lessons: 7 Grades: 3-5 Number & Operations In this unit plan, students explore relationships among

More information

5.1 Radical Notation and Rational Exponents

5.1 Radical Notation and Rational Exponents Section 5.1 Radical Notation and Rational Exponents 1 5.1 Radical Notation and Rational Exponents We now review how exponents can be used to describe not only powers (such as 5 2 and 2 3 ), but also roots

More information

The Time Value of Money C H A P T E R N I N E

The Time Value of Money C H A P T E R N I N E The Time Value of Money C H A P T E R N I N E Figure 9-1 Relationship of present value and future value PPT 9-1 $1,000 present value $ 10% interest $1,464.10 future value 0 1 2 3 4 Number of periods Figure

More information

Decimals and other fractions

Decimals and other fractions Chapter 2 Decimals and other fractions How to deal with the bits and pieces When drugs come from the manufacturer they are in doses to suit most adult patients. However, many of your patients will be very

More information