4.7 Arithmetic Sequences. Arithmetic sequences

Size: px
Start display at page:

Download "4.7 Arithmetic Sequences. Arithmetic sequences"

Transcription

1 4.7 Arithmetic Sequences (Recursive & Explicit Formulas) Arithmetic sequences are linear functions that have a domain of positive consecutive integers in which the difference between any two consecutive terms is equal. is a list of terms separated by a common difference, (the number added to each consecutive term in an arithmetic sequence.) can be represented by formulas, either explicit or recursive, and those formulas can be used to find a certain term of the sequence. 1

2 Recursive Formula The following slides will answer these questions: What does recursive mean? What is the math formula? How do you write the formula given a situation? How do you use the formula? Definition of Recursive relating to a procedure that can repeat itself indefinitely repeated application of a rule 2

3 Recursive Formula A formula where each term is based on the term before it. Formula: A(n) = A(n-1) + d, A(1) =? For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5,,, 7, 9, 11, 13, 15,,, 10, 7, 4, 1, -2,,, 2, 4, 7, 11, 16,,, 1, -1, 2, -2, 3, -3,,, 3

4 For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15,,, 10, 7, 4, 1, -2,,, 2, 4, 7, 11, 16,,, 1, -1, 2, -2, 3, -3,,, For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2,,, 2, 4, 7, 11, 16,,, 1, -1, 2, -2, 3, -3,,, 4

5 For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, -5, -8, -11 2, 4, 7, 11, 16,,, 1, -1, 2, -2, 3, -3,,, For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, -5, -8, -11 2, 4, 7, 11, 16, 22, 29, 37 1, -1, 2, -2, 3, -3,,, 5

6 For each list of numbers below, determine the next three numbers in the list. 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, -5, -8, -11 2, 4, 7, 11, 16, 22, 29, 37 1, -1, 2, -2, 3, -3, 4, -4, 5 These are all examples of you using the recursive formula. As long as you know the previous term and the common difference! A(n) = A(n-1) +d, A(1) =? A(n) is the nth term of the sequence A(n-1) is the previous term to nth term d is the common difference A(1) is the first term of the sequence 6

7 A(n) = A(n-1) +d, A(1) =? A(n) is the nth term of the sequence To write a recursive A(n-1) is the formula previous you term only to need nth term to identify the first term, d is the common A(1) and difference the common difference. A(1) is the first term of the sequence Example: Write the recursive formula Briana borrowed $870 from her parents for airfare to Europe. She will pay them back at the rate of $60.00 per month. Let A(n) be the amount she still owes after n months. Describe in words: Start at $870 and add -60 each time. The formula is : A(n) = A(n-1) + d, A(1) =? A(n) = A(n-1) + -60, A(1) = 870 7

8 Example: Write the recursive formula If you buy a new car, you might be advised to have an oil change after driving 1,000 miles and every 3,000 miles thereafter. The following sequence gives the mileage when oil changes are required: Describe in words: Start at 1,000 and add 3,000 each time. The formula is : A(n) = A(n-1) + d, A(1) =? 10/6/14 A(n) = A(n-1) + 3,000, A(1) = 1,000 Example: Write the recursive formula Consider the sequence generated by 2000, 2040, 2080, 2120, 2160,... Describe this sequence in words: Start at 2000 and add 40 each time. The formula is : A(n) = A(n-1) + d, A(1) =? 8

9 Using the In order to find the 4 th term, you need to find the 2 nd term, 3 rd term and then find the 4 th term. (Basically using the formula three times! using it recursively!) First Term = 2000 Second Term = = 2040 Third Term = = 2080 Fourth Term = =

10 A(1) = 2000 A(2) = = 2040 A(3) = = 2080 A(4) = = 2120 A(2) = A(2-1) +40, A(2) =? A(1)

11 A(2) = A(2-1) +40, A(2) = 2040 A(1) A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) =? A(2)

12 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(2) A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(4) = A(4-1) +40, A(4) =? A(3)

13 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(4) = A(4-1) +40, A(4) = 2120 A(3) First Term = 2000 Second Term = = 2040 Third Term = = 2080 Fourth Term = =

14 A(2) = A(2-1) +40, A(2) = 2040 A(3) = A(3-1) +40, A(3) = 2080 A(4) = A(4-1) +40, A(4) = 2120 A(2) = A(2-1) +40, A(2) = 2040 Recursive: repeated A(3) = application A(3-1) +40, of a A(3) = 2080 rule. A(4) = A(4-1) +40, A(4) =

15 A(2) = A(2-1) +40, A(2) = 2040 Is there an easier way to A(3) = A(3-1) find the +40, 4 th A(3) = 2080 term? A(4) = A(4-1) +40, A(4) = 2120 Now find the 100 th Term in each sequence 1, 2, 3, 4, 5, 6, 7, 8 7, 9, 11, 13, 15, 17, 19, 21 10, 7, 4, 1, -2, -5, -8, -11 2, 4, 7, 11, 16, 22, 29, 37 1, -1, 2, -2, 3, -3, 4, -4, 5 Is the recursive formula a useful way to find the value of the 100 th term? 15

16 Recursive Formula Is the recursive formula efficient to finding the 2 nd or 3 rd term in a sequence? YES Is the recursive formula efficient in finding the 75 th term in a sequence? NO Explicit Formula The following slides will answer these questions: What does explicit mean? What is the math formula? How do you write the formula given a situation? How do you use the formula? 16

17 Definition of Explicit stated clearly and in detail leaving no room for confusion or doubt Explicit Formula: Formula where any term can be found by substituting the number of that term. Function rule that allows you to find any term, as long as you know which term you want to find A(n) = A(1) + (n 1)d 17

18 Explicit Formula: A(n) = A(1) + (n 1)d A(n) is the nth term of the sequence A(1) is the first term of the sequence d is the common difference Example: Write the explicit formula If you buy a new car, you might be advised to have an oil change after driving 1,000 miles and every 3,000 miles thereafter. At what milage would you have your 5 th oil change? Describe this sequence in words: Start at 1000 and add 3,000 each time. A(n) = A(1) + (n 1)d A(5) = (5 1) /6/14 Your 5 th oil change would be at 13,000 miles. 18

19 Got it? #3: On pg. 276, Complete Got it #3 a-d Use the Explicit formula, NOT the recursive formula. 10/6/14 Got it? # 3 ANSWERS a) A(9) = 51 b) A(9) = 119 c) A(9) = 11.3 d) A(9) = 25 10/6/14 19

20 Got it? #4: On pg. 277, Complete Got it #4 a & b 10/6/14 Got it? # 4A ANSWER A(n) = A(1) + (n 1)d = (16 1) (-1.75) = (15) (-1.75) = $73.75 * The Key word is AFTER 15 rides. 10/6/14 20

21 Got it? # 4B ANSWER = or 57 rides 10/6/14 Arithmetic Sequences Since you must know the first term and the common difference for both the explicit and recursive formula, you can write the formulas interchangeably. Try it in Got it #5 & #6 on pg /6/17 21

22 Explicit vs. Recursive An explicit formula is a formula used to find the nth term of a sequence A recursive sequence is the process in which each step of a pattern is dependent on the step or steps before it. A recursive formula is a formula used to find the next term of a sequence when the previous term is known. 22

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men?

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? 100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? The 100 Meter Dash has been an Olympic event since its very establishment in 1896(1928 for women). The reigning 100-meter Olympic champion

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2005 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2016 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

3. A shirt is priced at $32.00 now. If the shirt goes on sale for 30% off the current price, what will be the sale price of the shirt?

3. A shirt is priced at $32.00 now. If the shirt goes on sale for 30% off the current price, what will be the sale price of the shirt? 1 Math 1 - Proportions & Probability Part 2 PERCENT INCREASE AND DECREASE To increase a number by a percent, add the percent to 100%, convert to a decimal, and multiply. To increase 40 by 25%, add 25%

More information

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice Tuesday, Introduction (whole class) Problem with Dice Critical Thinking Puzzles 3 Station expectations Count the Squares Math Riddles Wednesday, Computer expectations (whole class) Tangrams Read permission

More information

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice Introduction (whole class) Problem with Dice Critical Thinking Puzzles 3 Station expectations Count the Squares Math Riddles Wednesday, Computer expectations (whole class) Tangrams Read permission slip

More information

Mathematics (Project Maths Phase 3)

Mathematics (Project Maths Phase 3) *B6* Pre-Leaving Certificate Examination, 2014 Triailscrúdú na hardteistiméireachta, 2014 Mathematics (Project Maths Phase 3) Paper 1 Ordinary Level 2½ hours 300 marks Name: School: Address: Class: Teacher:

More information

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice Tuesday, Introduction (whole class) Problem with Dice Critical Thinking Puzzles 3 Station expectations Count the Squares Math Riddles Wednesday, Computer expectations (whole class) Tangrams Read permission

More information

MATH IN ACTION TABLE OF CONTENTS. Lesson 1.1 On Your Mark, Get Set, Go! Page: 10 Usain Bolt: The fastest man on the planet

MATH IN ACTION TABLE OF CONTENTS. Lesson 1.1 On Your Mark, Get Set, Go! Page: 10 Usain Bolt: The fastest man on the planet MATH IN ACTION TABLE OF CONTENTS LESSON 1 WORLD RECORD SPEEDS LINEAR FUNCTIONS WITH PROPORTIONAL RELATIONSHIPS Focus on: SLOPE Lesson 1.1 On Your Mark, Get Set, Go! Page: 10 Usain Bolt: The fastest man

More information

Search I. Tuomas Sandholm Carnegie Mellon University Computer Science Department. [Read Russell & Norvig Chapter 3]

Search I. Tuomas Sandholm Carnegie Mellon University Computer Science Department. [Read Russell & Norvig Chapter 3] Search I Tuomas Sandholm Carnegie Mellon University Computer Science Department [Read Russell & Norvig Chapter 3] Search I Goal-based agent (problem solving agent) Goal formulation (from preferences).

More information

Extra: What is the minimum (fewest) number of train cars that it would take to hold all those passengers at once, if each car holds 12 passengers?

Extra: What is the minimum (fewest) number of train cars that it would take to hold all those passengers at once, if each car holds 12 passengers? Problem of the Week Teacher Packet Zoo Train The zoo has a train that carries people between exhibits. One morning the first passengers got on at Monkey House. At Alligator Pond the number of people who

More information

Summer Math. Math Activities (complete 2 or more):

Summer Math. Math Activities (complete 2 or more): Summer Math To get a in math for the week, you need to complete: 2 (or more) Activities 2 (or more) Counting Patterns and the Allowance problem for the week Math Activities (complete 2 or more): Tally

More information

Week of July 2 nd - July 6 th. The denominator is 0. Friday

Week of July 2 nd - July 6 th. The denominator is 0. Friday Week of July 2 nd - July 6 th The temperature is F at 7 A.M. During the next three hours, the temperature increases 1 F. What is the temperature at 10 A.M.? A quotient is undefined. What does this mean?

More information

Week 8, Lesson 1 1. Warm up 2. ICA Scavanger Hunt 3. Notes Arithmetic Series

Week 8, Lesson 1 1. Warm up 2. ICA Scavanger Hunt 3. Notes Arithmetic Series CAN WE ADD AN ARITHMETIC SEQUENCE? Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Week 8, Lesson 1 1. Warm up 2. ICA

More information

1ACE Exercise 4. Name Date Class

1ACE Exercise 4. Name Date Class 1ACE Exercise 4 Investigation 1 4. A farm wants to add a small rectangular petting zoo for the public. They have a fixed amount of fencing to use for the zoo. This graph shows the lengths and areas of

More information

Name Date. 5. In each pair, which rational number is greater? Explain how you know.

Name Date. 5. In each pair, which rational number is greater? Explain how you know. Master 3.18 Extra Practice 1 Lesson 3.1: What Is a Rational Number? 1. Which of the following numbers are equal to? 2. Write the rational number represented by each letter as a decimal. 3. Write the rational

More information

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men?

100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? 100-Meter Dash Olympic Winning Times: Will Women Be As Fast As Men? The 100 Meter Dash has been an Olympic event since its very establishment in 1896(1928 for women). The reigning 100-meter Olympic champion

More information

Unit 3 Day 7. Exponential Growth & Decay

Unit 3 Day 7. Exponential Growth & Decay Unit 3 Day 7 Exponential Growth & Decay 1 Warm Up - Zombies SCENARIO 1 A pack of zombies is growing exponentially! After 1 hour, the original zombie infected 5 people, and those 5 zombies went on to infect

More information

PATTERNS & FUNCTIONS

PATTERNS & FUNCTIONS PATTERNS & FUNCTIONS University of Houston Central Campus September 23, 2006 1 Warm-up Activity Test your knowledge by answering the following questions. No calculations or finger counting allowed. Good

More information

Simple Machines. Chana Goodman, Doral Academy Preparatory School, based on a PowerPoint by M. Hunter

Simple Machines. Chana Goodman, Doral Academy Preparatory School, based on a PowerPoint by M. Hunter Simple Machines Chana Goodman, Doral Academy Preparatory School, 2011-2012 based on a PowerPoint by M. Hunter Essential Question How can mechanical advantage be calculated, and used to predict effort and

More information

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice Tuesday, Introduction (whole class) Problem with Dice Critical Thinking Puzzles September 3 Station expectations Count the Squares Math Riddles Wednesday, Computer expectations (whole class) Tangrams Read

More information

[A] 7 4 [B] 7 45 [C] 7 14 [D] [1] p. [3] 4. Solve. 2 x = 8 [B] 1 3

[A] 7 4 [B] 7 45 [C] 7 14 [D] [1] p. [3] 4. Solve. 2 x = 8 [B] 1 3 Simplif. Epress each answer with positive eponents. 9 5 1. 7 7. F 9 p I G J HG q KJ 8 7 4 [B] 7 45 [C] 7 14 [D] 49 14 [1] 7 7 p p [B] [C] 16 q q 17 p [D] p + q q 7 16. Evaluate. 7 9 [B] 1 9 [C] 1 [D] []

More information

EVM Demystified. An Easy Guide for the Practical Use of Earned Value Management. Ruth M. Mullany, PMP Esther J. Burgess, PMP DYNASTY PRESS, VIRGINIA

EVM Demystified. An Easy Guide for the Practical Use of Earned Value Management. Ruth M. Mullany, PMP Esther J. Burgess, PMP DYNASTY PRESS, VIRGINIA EVM Demystified An Easy Guide for the Practical Use of Earned Value Management By Ruth M. Mullany, PMP Esther J. Burgess, PMP DYNASTY PRESS, VIRGINIA Copyright 2007 by Ruth M. Mullany and Esther J. Burgess

More information

SportsBettingChamp.com NBA Betting System

SportsBettingChamp.com NBA Betting System SportsBettingChamp.com NBA Betting System Here s the NBA betting system in detail. As long as you strictly follow my betting guidelines below, you will be winning almost all of your NBA bets. In a nutshell,

More information

Lesson 6: Measuring Distances Less Than 1

Lesson 6: Measuring Distances Less Than 1 Lesson 6: Measuring Distances Less Than 1 Objective By the end of the lesson, students will apply the definitions of subunit, denominator, and numerator to measure distances from 0 on the number line and

More information

Mathematics 7 WORKBOOK

Mathematics 7 WORKBOOK EXAM FEVER Mathematics 7 WORKBOOK This book belongs to: Exam Fever Publishers PIETERMARITZBURG www.examfever.co.za Table of Contents TERM 1 Chapter and Topic Page 1. Whole Numbers 1 2. Exponents 15 3.

More information

Answers to Questions from Coaches Conference Call on ISU 1445 May 17, :30 p.m. ET

Answers to Questions from Coaches Conference Call on ISU 1445 May 17, :30 p.m. ET nswers to Questions from Coaches Conference Call on ISU 1445 May 17, 2007 8:30 p.m. ET The following notes are not rules and should not be used as a substitute for the ISU Communication 1445. They are

More information

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017)

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) Veli Mäkinen 12/05/2017 1 COURSE STRUCTURE 7 weeks: video lecture -> demo lecture -> study group -> exercise Video lecture: Overview, main concepts, algorithm

More information

First Name: Last Name: Student scores will be sent to the address you provide above.

First Name: Last Name: Student scores will be sent to the  address you provide above. Mathworks Math Contest For Middle School Students October 14, 2014 PROCTORING TEACHER COVER SHEET! Please complete the following fields and return this cover sheet with all student exams! Only one Proctoring

More information

Basic guiding principles. Guiding principles (cont.) 4-2 Offense (setter middle or right) 5-1 Offense. Different types of offensive systems

Basic guiding principles. Guiding principles (cont.) 4-2 Offense (setter middle or right) 5-1 Offense. Different types of offensive systems Basic guiding principles The lower the skill level, the more points are scored on service aces & unforced errors (technical). The higher the skill level, the more points are scored on attacking & blocking

More information

A USERS GUIDE TO MOORINGS IN DARTMOUTH

A USERS GUIDE TO MOORINGS IN DARTMOUTH A USERS GUIDE TO MOORINGS IN DARTMOUTH This summary is intended as a basic introduction to the procedures, responsibilities, and policies regarding the application for, assignment to, and maintenance of

More information

Vocabulary: Objectives: Materials: For Each Station: (Have 2 stations for each liquid; 8 stations total, in student groups of 3-4) Students will:

Vocabulary: Objectives: Materials: For Each Station: (Have 2 stations for each liquid; 8 stations total, in student groups of 3-4) Students will: Author: Ms. Adrienne Maribel López Date Created: August 2007 Subject: Properties of Matter Level: 6 th 8 th grade Standards: NYS Learning Standards for Mathematics, Science, and Technology-- Intermediate

More information

Traveling Waves vs. Standing Waves

Traveling Waves vs. Standing Waves The Physics Classroom» Physics Tutorial» Waves» Traveling Waves vs. Standing Waves Waves - Lesson 4 - Standing Waves Traveling Waves vs. Standing Waves Traveling Waves vs. Standing Waves Formation of Standing

More information

Modeling Exponential Growth and Decay

Modeling Exponential Growth and Decay Lesson 7-4 Lesson 7-4 Modeling Eponential Growth and Deca Vocabular eponential regression BIG IDEA Situations of eponential growth and deca can be modeled b equations of the form = bg. As ou saw with the

More information

Gabe represents his mystery number with the variable f.

Gabe represents his mystery number with the variable f. Mystery Numbers Home Link 7- Gabe and Aurelia play Number Squeeze. Gabe represents his mystery number with the variable f. - a. Represent each of the two Number Squeeze clues with an inequality. Describe

More information

Couples, Relations and Functions

Couples, Relations and Functions Couples, and Lecture 7 Tony Mullins Griffith College Dublin 1 Selector Given and Couples Tony Mullins Griffith College Dublin 3 Couples Tony Mullins Griffith College Dublin 5 Couples A couple is a pair

More information

Math 3 Proportion & Probability Part 1 Percent, Ratio, Proportion, Rate, Average Patterns, Combinations & Probability

Math 3 Proportion & Probability Part 1 Percent, Ratio, Proportion, Rate, Average Patterns, Combinations & Probability Math 3 Proportion & Probability Part 1 Percent, Ratio, Proportion, Rate, Average Patterns, Combinations & Probability 1 MATH 1 LEVEL REVIEW PERCENT/RATE/PROPORTION 1. If 20% of a number is 125, what is

More information

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice

Algebra Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Problem with Dice Tuesday, Introduction (whole class) Problem with Dice Critical Thinking Puzzles 3 Station expectations Count the Squares Math Riddles Wednesday, Computer expectations (whole class) Tangrams Read permission

More information

Which linear equation can be used to find x, the additional hourly parking rate? 1) 2) 3) 4)

Which linear equation can be used to find x, the additional hourly parking rate? 1) 2) 3) 4) LINEAR 1. Kendal bought x boxes of cookies to bring to a party. Each box contains 12 cookies. She decides to keep two boxes for herself. She brings 60 cookies to the party. Which equation can be used to

More information

Student Resource / Program Workbook INTEGERS

Student Resource / Program Workbook INTEGERS INTEGERS Integers are whole numbers. They can be positive, negative or zero. They cannot be decimals or most fractions. Let us look at some examples: Examples of integers: +4 0 9-302 Careful! This is a

More information

OKLAHOMA MATH DAY. Instructions for the SOONER MATH BOWL

OKLAHOMA MATH DAY. Instructions for the SOONER MATH BOWL OKLAHOMA MATH DAY NOVEMBER 16, 2002 Instructions for the SOONER MATH BOWL 1. The team event will be run in three stages. 2. Each team may have 3 5 students and a school can send in as many teams as they

More information

Candidate Number. General Certificate of Secondary Education Foundation Tier January 2013

Candidate Number. General Certificate of Secondary Education Foundation Tier January 2013 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials General Certificate of Secondary Education Foundation Tier January 2013 Pages 3 4 5 Mark Mathematics

More information

#7 Still more DP, Scoring Matrices 9/5/07

#7 Still more DP, Scoring Matrices 9/5/07 #7 Still more DP, Scoring Matrices 9/5/7 BB 444/544 Lecture 7 Still more: Dynamic Programming Global vs Local lignment Scoring Matrices & lignment Statistics BLS nope #7_Sept5 Required Reading (before

More information

1) No through traffic except for pedestrians, cyclists or pedestrian and cyclists.

1) No through traffic except for pedestrians, cyclists or pedestrian and cyclists. THE PEP Proposed changes for road signs and signals in the Vienna Convention to make it easier to increase walking and cycling Benoît Hiron Cerema, July the 2nd 2017-07-02 Considering that many countries

More information

Math 115 Practice for Exam 3

Math 115 Practice for Exam 3 Math 115 Practice for Exam 3 Generated November 20, 2017 Name: Instructor: Section Number: 1. This exam has 4 questions. Note that the problems are not of equal difficulty, so you may want to skip over

More information

Inverting a Batting Average - an Application of Continued Fractions (Preliminary Version)

Inverting a Batting Average - an Application of Continued Fractions (Preliminary Version) Inverting a Batting Average - an Application of Continued Fractions (Preliminary Version) Allen Back August 30, 2000 Contents Introduction and Motivation 2 Continued Fractions 2 2. Comparison of Two Numbers

More information

Absolute Value. Domain 1 Lesson 4. Getting the Idea. Example 1. Strategy Step 1. Step 2 Count the number of units from 27 to 0.

Absolute Value. Domain 1 Lesson 4. Getting the Idea. Example 1. Strategy Step 1. Step 2 Count the number of units from 27 to 0. Domain 1 Lesson 4 Absolute Value Common Core Standards: 6.NS.7.c, 6.NS.7.d Getting the Idea The absolute value of a number is its distance from 0 on a number line. Since a distance must be either a positive

More information

Fun with Folding. led by Thomas Clark. October 7, Take a strip of paper, fold it in half, and make a good crease at the midpoint position.

Fun with Folding. led by Thomas Clark. October 7, Take a strip of paper, fold it in half, and make a good crease at the midpoint position. Preliminary Folding Investigation Fun with Folding led by Thomas Clark October 7, 2014 1. Take a strip of paper, fold it in half, and make a good crease at the midpoint position. 2. Open up the strip,

More information

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters.

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Student Names:,, OBJECTIVE: Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Each group gets their own object, a meter stick, and 7 new

More information

TASK KINO ZIMA KEKS OGRADA BROJ KRIPTOGRAM. keks.pas keks.c keks.cpp. time limit 1 second 1 second 1 second 1 second 1 second 1 second

TASK KINO ZIMA KEKS OGRADA BROJ KRIPTOGRAM. keks.pas keks.c keks.cpp. time limit 1 second 1 second 1 second 1 second 1 second 1 second 4 th round, February 18 th, 2012 TASK KINO ZIMA KEKS OGRADA BROJ KRIPTOGRAM source code kino.pas kino.c kino.cpp zima.pas zima.c zima.cpp keks.pas keks.c keks.cpp ograda.pas ograda.c ograda.cpp broj.pas

More information

Flies and a Frog. Flies and a Frog. 1 of 11. Copyright 2007, Exemplars, Inc. All rights reserved.

Flies and a Frog. Flies and a Frog. 1 of 11. Copyright 2007, Exemplars, Inc. All rights reserved. Fran the frog loves to catch flies and is a good fly catcher. On Sunday she ate 3 yummy flies. On Monday she ate 6 yummy flies. On Tuesday she ate 9 yummy flies, and on Wednesday she ate 12 yummy flies!

More information

CCM8 Unit 7: Pythagorean Theorem Vocabulary

CCM8 Unit 7: Pythagorean Theorem Vocabulary CCM8 Unit 7: Pythagorean Theorem Vocabulary Base Exponent Hypotenuse Legs Perfect Square Pythagorean Theorem When a number is raised to a power, the number that is used as a factor The number that indicates

More information

- Casino Buster - Roulette System. By Dr. Phillip Neubauer

- Casino Buster - Roulette System. By Dr. Phillip Neubauer - Casino Buster - Roulette System By Dr. Phillip Neubauer Copyright by Dr. Phillip Neubauer. All rights reserved. No portion of this publication may be reproduced or transmitted in whole or in part by

More information

Adding Whole Numbers and Money Subtracting Whole Numbers and Money Fact Families, Part 1

Adding Whole Numbers and Money Subtracting Whole Numbers and Money Fact Families, Part 1 Adding Whole Numbers and Money Subtracting Whole Numbers and Money Fact Families, Part 1 Reteaching 1 Math Course 1, Lesson 1 To add money, line up the decimal points. Then add each column starting on

More information

Cuisenaire Rods. A Guide to Teaching Strategies, Activities, and Ideas

Cuisenaire Rods. A Guide to Teaching Strategies, Activities, and Ideas Cuisenaire Rods A Guide to Teaching Strategies, Activities, and Ideas INTRODUCTION This Learning About Cuisenaire Rods Activity Guide provides handson activities and ideas for leading students in an active

More information

Improving WCET Analysis for Synthesized Code from Matlab/Simulink/Stateflow. Lili Tan Compiler Design Lab Saarland University

Improving WCET Analysis for Synthesized Code from Matlab/Simulink/Stateflow. Lili Tan Compiler Design Lab Saarland University Improving WCET Analysis for Synthesized Code from Matlab/Simulink/Stateflow Lili Tan Compiler Design Lab Saarland University Safety-Criticial Embedded Software WCET bound required for Scheduling >=0 Execution

More information

GCSE Mathematics Practice Tests: Set 3

GCSE Mathematics Practice Tests: Set 3 GCSE Mathematics Practice Tests: Set 3 Paper 3F (Calculator) Time: 1 hour 30 minutes You should have: Ruler graduated in centimetres and millimetres, protractor, pair of compasses, pen, HB pencil, eraser,

More information

Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question

Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Week 11, Lesson 1 1. Warm up 2. Notes Review 3. ICA QUIZ 57 Warm up

More information

FAQ s for the Brand New Coed USTA League

FAQ s for the Brand New Coed USTA League FAQ s for the Brand New Coed 18-39 USTA League Question 1: If it is a staggered line up, how is the warm up handled? Answer 1: All warm ups will occur at the beginning of the match with the standard 7

More information

MORE TRIGONOMETRY

MORE TRIGONOMETRY MORE TRIGONOMETRY 5.1.1 5.1.3 We net introduce two more trigonometric ratios: sine and cosine. Both of them are used with acute angles of right triangles, just as the tangent ratio is. Using the diagram

More information

Name. # s. Sim made 78 scarves. He sold t scarves on Saturday and 30 scarves on Sunday. Write an expression to describe how many scarves Sim has left.

Name. # s. Sim made 78 scarves. He sold t scarves on Saturday and 30 scarves on Sunday. Write an expression to describe how many scarves Sim has left. Homework Problems Name Team Name Team Complete? Team Did Not Agree On Questions # s Quick Look Today we wrote an algebraic expression to describe a real-world situation. Then, we evaluated the expression

More information

Section 4.2 Objectives

Section 4.2 Objectives Section 4. Objectives Determine whether the slope of a graphed line is positive, negative, 0, or undefined. Determine the slope of a line given its graph. Calculate the slope of a line given the ordered

More information

ACTIVITY: Finding a Formula Experimentally

ACTIVITY: Finding a Formula Experimentally 8.1 Volumes of Cylinders How can you find the volume of a cylinder? 1 ACTIVITY: Finding a Formula Experimentally Work with a partner. a. Find the area of the face of a coin. b. Find the volume of a stack

More information

16 WEEK TRAINING PLAN RUNNING

16 WEEK TRAINING PLAN RUNNING 16 WEEK TRAINING PLAN RUNNING MARCH WEEK 1 COMMENCING 6TH MARCH 2017 WEEK 1 WC 6th March 4 miles Take the first week easy and build the milage up slowly. If this is the fi r s t t i m e y o u h a v e r

More information

Figure 1. Winning percentage when leading by indicated margin after each inning,

Figure 1. Winning percentage when leading by indicated margin after each inning, The 7 th Inning Is The Key By David W. Smith Presented June, 7 SABR47, New York, New York It is now nearly universal for teams with a 9 th inning lead of three runs or fewer (the definition of a save situation

More information

SUMMER Math STEM 7th Grade Summer Math Packet

SUMMER Math STEM 7th Grade Summer Math Packet Name Date SUMMER Math STEM 7th Grade Summer Math Packet Simplify the expression. 3 7 1. 4(x + 3) 2. x 3. Use a formula to find the area of the figure. 4. Tickets to a basketball game cost $4 for adults

More information

Forecasting. Forecasting In Practice

Forecasting. Forecasting In Practice ing Dr. Richard de Neufville Professor of Engineering Systems and Civil and Environmental Engineering Massachusetts Institute of Technology ing In Practice Objective: To present procedure. Topics: 1. Premises

More information

1 Hour. Do not open this booklet until told to do so. Calculators may not be used

1 Hour. Do not open this booklet until told to do so. Calculators may not be used Surname... Candidate number... First name... Current school... Entrance Examination 2018 Arithmetic Section B 1 Hour Do not open this booklet until told to do so Calculators may not be used Write your

More information

Course 2 Unit 1 Practice

Course 2 Unit 1 Practice Course Unit 1 Practice Lesson 1-1 1. Estimate each sum or difference to the nearest unit. $8.56 1 $.35 $3.95. Find each sum or difference. 7.8 1 15.6 1 9.509 b. 0.37 1.083 b. 13.65.5 c. 8 0.057 d. 8.97

More information

Wednesday 4 November 2015 Morning Time: 1 hour 45 minutes

Wednesday 4 November 2015 Morning Time: 1 hour 45 minutes Write your name here Surname Pearson Edexcel GCSE Centre Number Mathematics A Paper 1 (Non-Calculator) Wednesday 4 November 2015 Morning Time: 1 hour 45 minutes Other names Candidate Number Foundation

More information

4-1. Skills Practice. Prime Factorization. Lesson 4 1. Determine whether each number is prime or composite

4-1. Skills Practice. Prime Factorization. Lesson 4 1. Determine whether each number is prime or composite 4-1 Skills Practice Prime Factorization Determine whether each number is prime or composite. 1. 36 2. 71 3. 18 4. 27 5. 37 6. 61 7. 32 8. 21 9. 40 Lesson 4 1 Find the prime factorization of each number.

More information

BIGGAR HIGH SCHOOL HOMEWORK BOOKLET NATIONAL 4

BIGGAR HIGH SCHOOL HOMEWORK BOOKLET NATIONAL 4 BIGGAR HIGH SCHOOL HOMEWORK BOOKLET NATIONAL Rounding 1. Round these numbers to the nearest 10: a) 238 b) 719 c) 682 3 2. Round these numbers to the nearest 100: a) 6783 b) 13295 c) 199 3 3. Round these

More information

tta Dori-Mic and the

tta Dori-Mic and the tta Dori-Mic and the Universal Machine! Dori-Mic and the Universal Machine! A Tragicomic Tale of Combinatorics and Computability for Curious Children of All Ages Story and Math by David Evans Inspired

More information

Trinidad Slat Wall Pool Instructions

Trinidad Slat Wall Pool Instructions Trinidad Slat Wall Pool Instructions This slat wall above ground pool is installed just like a regular pool except for the pool wall itself. The traditional rolled metal wall is replaced with extruded

More information

Captain s Responsibilities

Captain s Responsibilities Captain s Responsibilities Team Captain is an essential role for each team and insures that the GAWSA league functions optimally. Captains organize and communicate with their teams. The captain selects

More information

An Assessment of FlowRound for Signalised Roundabout Design.

An Assessment of FlowRound for Signalised Roundabout Design. An Assessment of FlowRound for Signalised Roundabout Design. 1.0 Introduction This critique is based upon recent use by White Young Green signal engineering staff. The comments made do not cover all of

More information

Overview. Learning Goals. Prior Knowledge. UWHS Climate Science. Grade Level Time Required Part I 30 minutes Part II 2+ hours Part III

Overview. Learning Goals. Prior Knowledge. UWHS Climate Science. Grade Level Time Required Part I 30 minutes Part II 2+ hours Part III Draft 2/2014 UWHS Climate Science Unit 3: Natural Variability Chapter 5 in Kump et al Nancy Flowers Overview This module provides a hands-on learning experience where students will analyze sea surface

More information

Regulations of the International Young Naturalists Tournament

Regulations of the International Young Naturalists Tournament Regulations of the International Young Naturalists Tournament Table of Contents Chapter 1. General information. I. International Young Naturalists Tournament. II. General Council. III. Local Organizing

More information

16 WEEK TRAINING PLAN RUNNING

16 WEEK TRAINING PLAN RUNNING 16 WEEK TRAINING PLAN RUNNING MARCH WEEK 1 COMMENCING 27TH MARCH 2017 WEEK 1 Designed by Rory Coleman WC 27th March 4 miles Take the first week easy and build the milage up slowly. If this is the fi r

More information

at the total points scored by each player during the season. Sanjeet scored twice as Equation:

at the total points scored by each player during the season. Sanjeet scored twice as Equation: 1.1f Homework: Creating and Solving Linear Equations to Model Real World Problems Part I 1. Use the story below about Sanjeet and his friends end-of-season basketball statistics to answer the questions

More information

General Certificate of Secondary Education Foundation Tier

General Certificate of Secondary Education Foundation Tier Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Pages 3 Mark General Certificate of Secondary Education Foundation Tier 4 5 6 7 Mathematics (Linear) B Paper 2

More information

Level 1 Science, 2012

Level 1 Science, 2012 90940 909400 1SUPERVISOR S Level 1 Science, 2012 90940 Demonstrate understanding of aspects of mechanics 9.30 am Monday 19 November 2012 Credits: Four Achievement Achievement with Merit Achievement with

More information

ACHPERConference 2010 NET/WALL GAMES

ACHPERConference 2010 NET/WALL GAMES Level 1 Level 2 Level 3 Level 4 ACHPERConference 2010 Students perform basic motor skills and movement patterns They regularly engage in periods of moderate to vigorous physical activity They use simple

More information

A new Decomposition Algorithm for Multistage Stochastic Programs with Endogenous Uncertainties

A new Decomposition Algorithm for Multistage Stochastic Programs with Endogenous Uncertainties A new Decomposition Algorithm for Multistage Stochastic Programs with Endogenous Uncertainties Vijay Gupta Ignacio E. Grossmann Department of Chemical Engineering Carnegie Mellon University, Pittsburgh

More information

STT 315 Section /19/2014

STT 315 Section /19/2014 Name: PID: A STT 315 Section 101 05/19/2014 Quiz 1A 50 minutes 1. A survey by an electric company contains questions on the following: Age of household head, Gender of household head and use of electric

More information

27Quantify Predictability U10L9. April 13, 2015

27Quantify Predictability U10L9. April 13, 2015 1 QUANTIFYING PREDICTABILITY Exercise #1: Make sure that your calculator has its r value on. 2 Exercise #2: In the following exercises four data sets with equal x values are given to illustrate different

More information

Lesson 6: The Distance Between Two Rational Numbers

Lesson 6: The Distance Between Two Rational Numbers Classwork Exercise 1 Use the number line to answer each of the following. Person A What is the distance between 4 and 5? Person B What is the distance between 5 and 4? What is the distance between 5 and

More information

LEARNING OBJECTIVES. Overview of Lesson. guided practice Teacher: anticipates, monitors, selects, sequences, and connects student work

LEARNING OBJECTIVES. Overview of Lesson. guided practice Teacher: anticipates, monitors, selects, sequences, and connects student work D Rate, Lesson 1, Conversions (r. 2018) RATE Conversions Common Core Standard N.Q.A.1 Use units as a way to understand problems and to guide the solution of multi-step problems; choose and interpret units

More information

Stop Chasing & Start Managing Density

Stop Chasing & Start Managing Density Stop Chasing & Start Managing Density Session: TH-78 Presented by: Todd Mansell, Caterpillar Inc. What is chasing density Measuring, then thumbs up or thumbs down Roller move on www.conexpoconagg.com 2

More information

IS YOUR ENTIRE TEAM SAFE?

IS YOUR ENTIRE TEAM SAFE? IS YOUR ENTIRE TEAM SAFE? 1 The average weight of males in North Western Europe has risen significantly during the last 30 years. 90 85 80 75 70 65 60 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990

More information

Warm Up: Thursday, 11/5/2015

Warm Up: Thursday, 11/5/2015 Warm Up: Thursday, 11/5/2015 5x inches (2x 4) inches Chapter 4 Section 1 All 1.) What is the perimeter of the rectangle? P = 2l + 2w 2.) What is the area of the rectangle? A = lw 2.) Look at note packets

More information

Lesson 7: Exponential Decay

Lesson 7: Exponential Decay Classwork Example 1 a. Malik bought a new car for $15,000. As he drove it off the lot, his best friend, Will, told him that the car s value just dropped by 15% and that it would continue to depreciate

More information

Tommy Pham Before and After. by Chris OLeary

Tommy Pham Before and After. by Chris OLeary Tommy Pham Before and After by Chris OLeary Before Ground Out to Short Stop 2010.07.24 Game 2 LOADING UP? Many would describe Tommy Pham s large rearward movement as loading up. In truth,

More information

RECORDER/SCORER CLINIC (DESK CONTROL) January 30, 2017

RECORDER/SCORER CLINIC (DESK CONTROL) January 30, 2017 RECORDER/SCORER CLINIC (DESK CONTROL) January 30, 2017 WELCOME The goal of any competition volunteer or official is to contribute to a fair, safe and positive competitive environment The goal of this clinic

More information

Convince me that the number 18 will be in this sequence:

Convince me that the number 18 will be in this sequence: Number & Place Value: Count in multiples of 6, 7, 9, 25 and 1,000. Learning focus Count in multiples of 6 Convince me that the number 18 will be in this sequence: 54, 48, 42, 36 Here is a sequence of numbers.

More information

Why do fish float upward when they die if their weight is slightly greater than the buoyant force?

Why do fish float upward when they die if their weight is slightly greater than the buoyant force? From Warmup That's how fish go up and down in water! But by that mechanism, would Marlin and Dory really have been able to go so deep in the ocean in search of Nemo? I doubt it but I don t know for sure.

More information

Week 1, Lesson 2 1. Warm up 2. Notes Quadratics 3. ICA Physics Rocket

Week 1, Lesson 2 1. Warm up 2. Notes Quadratics 3. ICA Physics Rocket Do all functions follow patterns? Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Week 1, Lesson 2 1. Warm up 2. Notes

More information

FEATURES. Features. UCI Machine Learning Repository. Admin 9/23/13

FEATURES. Features. UCI Machine Learning Repository. Admin 9/23/13 Admin Assignment 2 This class will make you a better programmer! How did it go? How much time did you spend? FEATURES David Kauchak CS 451 Fall 2013 Assignment 3 out Implement perceptron variants See how

More information

Math Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Critical Thinking Puzzles Count the Squares Math Riddles

Math Date Lesson Independent Work Computer Tuesday, Introduction (whole class) Critical Thinking Puzzles Count the Squares Math Riddles Introduction (whole class) Problem with Dice Critical Thinking Puzzles September 3 Station expectations Count the Squares Math Riddles Computer expectations (whole class) Tangrams Read permission slip

More information

Combining Unlike Integers

Combining Unlike Integers Math, Lesson Lesson pp. 8- Lesson Preparation Drill Do Speed Drill and write the number correct in the blank. Speed Drill Combining Unlike Integers Unlike integers are both positive and negative numbers

More information