APPM 4120/5120, Spring 2015 HW 3

Size: px
Start display at page:

Download "APPM 4120/5120, Spring 2015 HW 3"

Transcription

1 APPM 4120/5120, Spring 2015 HW 3 1. (Transportation Problem) Mr. Cupid, a lonely gentleman, does not want to spend Valentine s day alone in As one of his New Year s resolutions, he intends to send roses to nine women. Being an avid procrastinator, however, he waits until the last minute and finds out that only eight flower shops in his city still have roses available. For lack of better names, let s call those flower shops F 1, F 2, F 3,..., F 8. The number of bouquets of roses available at each shop are, respectively, 4, 4, 3, 2, 2, 2, 2, and 1. Based on how well he knows each of his potential valentines, whom we re going to call V 1, V 2, V 3,..., V 9, he calculates how many bouquets he needs to send to each of them to increase his chances of going on at least one date. The numbers are, respectively, 3, 2, 2, 2, 2, 2, 2, 2, and 3. At this point, a light bulb goes off in Mr. Cupid s head, and he remembers from his Operations Research class that this is a transportation problem. But there s something missing. Ah! The costs! He calls each of the eight flower shops and asks how much it would cost to ship one bouquet of roses to the addresses of each of his nine love interests. He then compiles the following table of costs (in dollars): V 1 V 2 V 3 V 4 V 5 V 6 V 7 V 8 V 9 F F F F F F F F Table 1: Costs to Transport Roses Assume that, for each flower shop, the number of bouquets that it ships has to be equal to the number of bouquets that it has. Similarly, he needs one constraint for each valentine saying that the number of bouquets that they receive has to be equal to the number that they want (according to his estimates above). To avoid suspicion, he also decides that it s better for each flower shop to send no more than one bouquet to the same person. Solve this balanced transportation problem (in Excel) by minimizing his cost. Solution: See the spreadsheet.

2 2. (H& L, ) You need to take a trip by car to another town that you have never visited before. You are studying a map to determine the shortest path. Depending on which route you choose, there are 5 other towns that you may pass through (call them A, B, C, D, and E) on the way. The map shows the mileage along each road that directly connects two towns. These numbers are summarized in table (2). (a) Formulate this problem as a shortest path problem by drawing a network where roads represent towns, links represent roads, and numbers indicate the length of each link in miles. (b) Find the shortest path. (c) Formulate and solve an Excel model of this problem.

3 (d) If each number in the table represented your cost (in dollars) for driving your car from one town to the next, would your route give you the minimum cost route? (e) If each number in the table represented your time (in minutes) for driving your car from one town to the next, would your route give you the minimum time route? Town A B C D E Destination Origin A B C 50 D E 80 Solution: (a) Table 2: Miles Between Adjacent Towns A 70 D O B T C 50 E (b) See below for details. The shortest path from the origin to the destination is O A B E D T with a total distance of 160 miles. (c) See below for spreadsheet. (d) Yes. (e) Yes.

4

5 3. Let C be the cost matrix for a transportation problem and a i and b i be the supply and demand constraints, respectively. For C = and s 1 = 20, s 2 = 40, s 3 = 80, d 1 = 10, d 2 = 20, d 3 = 10, d 4 = 40 and d 5 = 60. (a) Find a feasible solution to the following transportation problem using the Northwest Corner method. (b) Find a feasible solution to the following transportation problem using the Lowest Cost Entry method. (c) Find an optimal solution using Hungarian algorithm to the initial feasible solution found in part (a). Solution: 4. Consider the following transportation tableau and solution. From To A B C Supply M Dummy Demand ,300 (a) Is this a balanced or unbalanced transportation problem? Explain. (b) Is this solution degenerate? Explain. If it is degenerate, show how it would be put into proper form. (c) Is there a prohibited route in this problem?

6 (d) Compute the total cost of this solution. (e) What is the value of x 2B in this solution? Solution: 5. (Nonlinear model): Network Flow Problem Safety Trans is a trucking company that specializes transporting extremely valuable and extremely hazardous materials. Due to the nature of the business, the company places great importance on maintaining a clean driving safety record. This not only helps keep their reputation up but also helps keep their insurance premium down. The company is also conscious of the fact that when carrying hazardous materials, the environmental consequences of even a minor accident could be disastrous. Safety Trans likes to ensure that it selects routes that are least likely to result in an accident. The company is currently trying to identify the safest routes for carrying a load of hazardous materials from Los Angeles to Amarillo, Texas. The following network summarizes the routes under consideration. The numbers on each arc represent the probability of having an accident on each potential leg of the journey. Set up and solve this problem (using Excel or Matlab) using the data in figure (1). You may want to use the fact the probability of something happening is 1 minus the probability of it not happening. The constraints will be linear. Note: Let s say, hypothetically, you wanted to make an app that calculated the safest path from one intersection of a city to another, this would be a good initial model. Figure 1: Network of danger

7 Solution:

8 students 1. A network analysis of Ms. Pac Man In 1981 Ms. Pac Man was released forever giving people like your instructor a reason to get up in the morning. You will apply a shortest-path algorithm from class and model the board presented in figure (2). In this figure, the small yellow boxes are pills Ms. Pac Man eats for points and the 4 super pills allow Ms. Pac Man to eat the ghosts. The 4 tunnels on the left and right edges, wrap the board. For example, if Ms. Pac Man enters the tunnel in the top left she will come out on the top right. Figure 2: Initial Ms. Pac Man Board (a) First, let s consider minimizing the time it takes to eat all of the pills. For our model assume it takes 1 second to move from one pill to the next where they are adjacent. Also, we need to assume the connection between pills where there is blank space has a certain

9 cost. Assume the time it takes to move between pills is the same as the distance between them and that we can only visit pills connected directly. Find the shortest time it takes Ms. Pac Man to clear the board when she begins at node (13, 7) assuming no ghosts. Do this by using Excel or Matlab. On the website a zip file for Dijkstra s algorithm will be posted if you choose to use this. (b) Now, let s add an element of danger. Let us assume there is a cost associated with each edge that is based on the euclidean distance at that node to a ghost. The cost then is given by 4 cost source,target = (X source X k ) 2 + (X target X k ) k=1 where the index runs from 1 to 4 because there are 4 ghosts. Here X is represents a node. Assume the four ghosts are at nodes (1, 3), (26, 2), (21, 21) and (9, 27). Find the safest path to complete the board. What is the cost? Solution: Representation of Starting Ms. Pac Man board

Decision Mathematics D1 Advanced/Advanced Subsidiary. Friday 17 May 2013 Morning Time: 1 hour 30 minutes

Decision Mathematics D1 Advanced/Advanced Subsidiary. Friday 17 May 2013 Morning Time: 1 hour 30 minutes Paper Reference(s) 6689/01R Edexcel GCE Decision Mathematics D1 Advanced/Advanced Subsidiary Friday 17 May 2013 Morning Time: 1 hour 30 minutes Materials required for examination Nil Items included with

More information

Pearson Edexcel GCE Decision Mathematics D2. Advanced/Advanced Subsidiary

Pearson Edexcel GCE Decision Mathematics D2. Advanced/Advanced Subsidiary Pearson Edexcel GCE Decision Mathematics D2 Advanced/Advanced Subsidiary Wednesday 29 June 2016 Morning Time: 1 hour 30 minutes Paper Reference 6690/01 You must have: D2 Answer Book Candidates may use

More information

Assignment Problem. Introduction. Formulation of an assignment problem

Assignment Problem. Introduction. Formulation of an assignment problem Assignment Problem Introduction The assignment problem is a special type of transportation problem, where the objective is to minimize the cost or time of completing a number of jobs by a number of persons.

More information

Dijkstra s Algorithm (5/9/2013)

Dijkstra s Algorithm (5/9/2013) Dijkstra s Algorithm (5/9/2013) www.alevelmathsng.co.uk (Shortest Path Problem) The aim is to find the shortest path between two specified nodes. The idea with this algorithm is to attach to each node

More information

Common Mistakes. Quick sort. Only choosing one pivot per iteration. At each iteration, one pivot per sublist should be chosen.

Common Mistakes. Quick sort. Only choosing one pivot per iteration. At each iteration, one pivot per sublist should be chosen. Common Mistakes Examples of typical mistakes Correct version Quick sort Only choosing one pivot per iteration. At each iteration, one pivot per sublist should be chosen. e.g. Use a quick sort to sort the

More information

3. Transportation Problem (Part 2)

3. Transportation Problem (Part 2) 3. Transportation Problem (Part 2) 3.6 Test IBFS for optimal solution or Examining the Initial Basic Feasible Solution for Non- Degeneracy. 3.7 Transportation Algorithm for Minimization Problem (MODI Method)

More information

5. Suppose the points of a scatterplot lie close to the line 3x + 2y = 6. The slope of this line is: A) 3. B) 2/3. C) 3/2. D) 3/2.

5. Suppose the points of a scatterplot lie close to the line 3x + 2y = 6. The slope of this line is: A) 3. B) 2/3. C) 3/2. D) 3/2. DISCRETE MIDTERM REVIEW 1. An outlier is an individual value that: A) extends the pattern. B) deviates from the pattern. C) determines the strength of the relationship. D) outlines the general form of

More information

UCF Local Contest August 31, 2013

UCF Local Contest August 31, 2013 Circles Inside a Square filename: circle You have 8 circles of equal size and you want to pack them inside a square. You want to minimize the size of the square. The following figure illustrates the minimum

More information

Renegade Rapport Bonus Chapter II. Chapter II: The Power Of Intent THIS WILL BE THE MOST IMPORTANT CHAPTER IN THIS COURSE!

Renegade Rapport Bonus Chapter II. Chapter II: The Power Of Intent THIS WILL BE THE MOST IMPORTANT CHAPTER IN THIS COURSE! Let me make one thing very clear Chapter II: The Power Of Intent THIS WILL BE THE MOST IMPORTANT CHAPTER IN THIS COURSE! Be sure to read it over and over again. Keep on reading it until you fully UNDERSTAND

More information

Travel time uncertainty and network models

Travel time uncertainty and network models Travel time uncertainty and network models CE 392C TRAVEL TIME UNCERTAINTY One major assumption throughout the semester is that travel times can be predicted exactly and are the same every day. C = 25.87321

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY

MASSACHUSETTS INSTITUTE OF TECHNOLOGY MASSACHUSETTS INSTITUTE OF TECHNOLOGY 15.053 Introduction to Optimization (Spring 2005) Problem Set 4, Due March 8 th, 2005 You will need 88 points out of 111 to receive a grade of 2.5. Note you have 1.5

More information

210 DONE FOR YOU. Social Media Statuses

210 DONE FOR YOU. Social Media Statuses 210 DONE FOR YOU Social Media Statuses Terms & Conditions COPYRIGHT 2017 BY MARKETING SOLVED. ALL RIGHTS RESERVED. YOU ARE WELCOME TO USE THIS PRODUCT FOR PERSONAL USE. OTHER THAN THAT, NO PART OF THIS

More information

Gas Pipeline Construction

Gas Pipeline Construction Gas Pipeline Construction The figure below shows 5 pipelines under consideration by a natural gas company to move gas from its 2 fields to its 2 storage areas. The numbers on the arcs show the number of

More information

Best Practices when using VoiceLeads

Best Practices when using VoiceLeads Best Practices when using VoiceLeads As with any lead there are things you should do and not do in order to generate the most success with your marketing dollars. This packet will guide you in making good

More information

Lecture-11: Freight Assignment

Lecture-11: Freight Assignment Lecture-11: Freight Assignment 1 F R E I G H T T R A V E L D E M A N D M O D E L I N G C I V L 7 9 0 9 / 8 9 8 9 D E P A R T M E N T O F C I V I L E N G I N E E R I N G U N I V E R S I T Y O F M E M P

More information

Day 1: Introduction. (2) What do you think we can do with this information?

Day 1: Introduction. (2) What do you think we can do with this information? Day 1: Introduction (1) Distribute Road Trip Folders to each student with envelop inside with; *Index Card: Budget of $3,500 *Print out of car type with MPG and gas price *Index card with websites laminated

More information

Play 1. Finding new prospects. Turn over to write down places you frequently visit that could produce prospecting Members and customers.

Play 1. Finding new prospects. Turn over to write down places you frequently visit that could produce prospecting Members and customers. 1 Contact STEP 3 Play 1 Finding new prospects When thinking about the people outside of your friends, family and acquaintances you need to pay attention to the world around you and make sure you are networking

More information

Distance-Vector Routing

Distance-Vector Routing Distance-Vector Routing Antonio Carzaniga Faculty of Informatics University of Lugano June 8, 2007 c 2005 2007 Antonio Carzaniga 1 Recap on link-state routing Distance-vector routing Bellman-Ford equation

More information

USING BLUETOOTH TM TO MEASURE TRAVEL TIME ALONG ARTERIAL CORRIDORS

USING BLUETOOTH TM TO MEASURE TRAVEL TIME ALONG ARTERIAL CORRIDORS USING BLUETOOTH TM TO MEASURE TRAVEL TIME ALONG ARTERIAL CORRIDORS A Comparative Analysis Submitted To: City of Philadelphia Department of Streets Philadelphia, PA Prepared By: KMJ Consulting, Inc. 120

More information

Decision Mathematics D1

Decision Mathematics D1 Pearson Edexcel International Advanced Level Decision Mathematics D1 Advanced/Advanced Subsidiary Friday 16 June 2017 Afternoon Time: 1 hour 30 minutes Paper Reference WDM01/01 You must have: D1 Answer

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY

MASSACHUSETTS INSTITUTE OF TECHNOLOGY MASSACHUSETTS INSTITUTE OF TECHNOLOGY 15.053 Optimization Methods in Management Science (Spring 2007) Problem Set 7 Due April 12 th, 2007 at :30 pm. You will need 157 points out of 185 to receive a grade

More information

Simple Search Algorithms

Simple Search Algorithms Lecture 3 of Artificial Intelligence Simple Search Algorithms AI Lec03/1 Topics of this lecture Random search Search with closed list Search with open list Depth-first and breadth-first search again Uniform-cost

More information

CRITICAL PATH ANALYSIS (AQA)

CRITICAL PATH ANALYSIS (AQA) REVIION HEE EIION MH RIIL PH NLYI (Q) he main ideas are covered in Q Edexcel MEI OR he main ideas in this topic are: rawing ctivity or Precedence Networks Performing Forward and ackward Passes and Identifying

More information

Modeling, Analysis and Optimization of Networks. Alberto Ceselli

Modeling, Analysis and Optimization of Networks. Alberto Ceselli Modeling, Analysis and Optimization of Networks Alberto Ceselli alberto.ceselli@unimi.it Università degli Studi di Milano Dipartimento di Informatica Doctoral School in Computer Science A.A. 2015/2016

More information

Chapter 4. Linear Programming. Chapter Outline. Chapter Summary

Chapter 4. Linear Programming. Chapter Outline. Chapter Summary Chapter 4 Linear Programming Chapter Outline Introduction Section 4.1 Mixture Problems: Combining Resources to Maximize Profit Section 4.2 Finding the Optimal Production Policy Section 4.3 Why the Corner

More information

Upon successful completion of this Lesson, the student will be able to:

Upon successful completion of this Lesson, the student will be able to: Week 2 Objectives: In this week you will be introduced to Household Budgeting Upon successful completion of this Lesson, the student will be able to: Compare opportunities and strategies for attaining

More information

2016 CCSC Eastern Conference Programming Competition

2016 CCSC Eastern Conference Programming Competition 2016 CCSC Eastern Conference Programming Competition October 29th, 2016 Frostburg State University, Frostburg, Maryland This page is intentionally left blank. Question 1 And Chips For a Splotvian twist

More information

What will you do this weekend? Topic: where/who/day. Conclusion I think I will have a good time. I think I will have a bad time.

What will you do this weekend? Topic: where/who/day. Conclusion I think I will have a good time. I think I will have a bad time. What will you do this weekend? What will you do Topic: where/who/day What time will you eat lunch/dinner/snack? How long will you stay? Conclusion I think I will have a good time. I think I will have a

More information

Writing Inequalities Tuesday Warm-Up Answer the following on your half sheet warm

Writing Inequalities Tuesday Warm-Up Answer the following on your half sheet warm 5.notebook Agenda Warm-Up HW Check Activity: Four Corners Notes HW: Practice #1-9 Reminders Tutoring Wed. Morning! Tuesday Warm-Up Answer the following on your half sheet warm 1. up. Be ready to turn in

More information

Designing An Amazing Party Experience!

Designing An Amazing Party Experience! www.julieannejones.com Presents Designing An Amazing Party Experience! Study Guide 1 What will I learn? This course will support you in making your shows an unforgettable experience so people leave excited

More information

A.-GREETINGS AND INTRODUCING THEMSELVES B.-ASKING FOR PERMISSION TO RECORD THE INTERVIEW OR TO TAKE PHOTOS OR VIDEOS

A.-GREETINGS AND INTRODUCING THEMSELVES B.-ASKING FOR PERMISSION TO RECORD THE INTERVIEW OR TO TAKE PHOTOS OR VIDEOS INTERVIEWING PILGRIMS TO SANTIAGO A.-GREETINGS AND INTRODUCING THEMSELVES Good morning, good afternoon, hello, excuse me,.sorry,.. We are students (I am a student) at the (secondary, local, high) school

More information

English as a Second Language Podcast ESL Podcast 200 Meeting a Deadline

English as a Second Language Podcast  ESL Podcast 200 Meeting a Deadline GLOSSARY You wanted to see me? short for Did you want to see me? ; I m here as you wanted or requested * You wanted to see me? I ve been out to lunch for the past hour. to pull out (all) the stops to give

More information

St Thomas of Canterbury Catholic Primary School Where every child is special

St Thomas of Canterbury Catholic Primary School Where every child is special Helping your child with Maths games and FUN! Helping with Maths at home can often be an issue we ve all been there, tears and frustration and your children aren t happy either! The key is to try to make

More information

BUILDING A SIMPLEX TABLEAU AND PROPER PIVOT SELECTION

BUILDING A SIMPLEX TABLEAU AND PROPER PIVOT SELECTION SECTION 4.1: BUILDING A SIMPLEX TABLEAU AND PROPER PIVOT SELECTION Maximize : 15x + 25y + 18 z s. t. 2x+ 3y+ 4z 60 4x+ 4y+ 2z 100 8x+ 5y 80 x 0, y 0, z 0 a) Build Equations out of each of the constraints

More information

Search then involves moving from state-to-state in the problem space to find a goal (or to terminate without finding a goal).

Search then involves moving from state-to-state in the problem space to find a goal (or to terminate without finding a goal). Search Can often solve a problem using search. Two requirements to use search: Goal Formulation. Need goals to limit search and allow termination. Problem formulation. Compact representation of problem

More information

CSC C85 Embedded Systems Project # 1 Robot Localization

CSC C85 Embedded Systems Project # 1 Robot Localization 1 The goal of this project is to apply the ideas we have discussed in lecture to a real-world robot localization task. You will be working with Lego NXT robots, and you will have to find ways to work around

More information

Service Woes at Speedy Delivery: Teacher Resources 2. Extension 1: A more complicated network

Service Woes at Speedy Delivery: Teacher Resources 2. Extension 1: A more complicated network Extensions our extensions are provided in the packet. The first extension is a more difficult version of the sample problem, because the network contains more nodes and arcs. The second requires the construction

More information

An Optimization Approach for Real Time Evacuation Reroute. Planning

An Optimization Approach for Real Time Evacuation Reroute. Planning An Optimization Approach for Real Time Evacuation Reroute Planning Gino J. Lim and M. Reza Baharnemati and Seon Jin Kim November 16, 2015 Abstract This paper addresses evacuation route management in the

More information

Homework 60: p.473: 17-45

Homework 60: p.473: 17-45 8.4: Scientific Notation Homework 60: p.473: 17-45 Learning Objectives: Use Scientific Notation to represent extremely large and extremely small numbers Entry Task: Evaluate Each Expression (answer in

More information

Edexcel Functional Skills pilot. Maths Level 1. Working with whole numbers. 2 Ordering and comparing whole numbers 4

Edexcel Functional Skills pilot. Maths Level 1. Working with whole numbers. 2 Ordering and comparing whole numbers 4 Edexcel Functional Skills pilot Maths Level 1 Chapter 1 Working with whole numbers Section 1 Reading and writing whole numbers 2 2 Ordering and comparing whole numbers 4 3 Rounding 5 4 dding whole numbers

More information

physicsandmathstutor.com

physicsandmathstutor.com ADVANCED GCE MATHEMATICS 4737 Decision Mathematics 2 Candidates answer on the answer booklet. OCR supplied materials: 8 page answer booklet (sent with general stationery) Insert for Questions 4 and 6 (inserted)

More information

This is an All Ears English Podcast, Episode 54: Meeting Monday, English with Fluency MC: How to Find Love on Valentine s Day.

This is an All Ears English Podcast, Episode 54: Meeting Monday, English with Fluency MC: How to Find Love on Valentine s Day. All Ears English Episode 54: English with Fluency MC- How to Find Love on Valentine s Day This is an All Ears English Podcast, Episode 54: Meeting Monday, English with Fluency MC: How to Find Love on Valentine

More information

Guide Sign Policy for Secondary State Highways Edition

Guide Sign Policy for Secondary State Highways Edition Massachusetts Highway Department, Ten Park Plaza, Boston, MA 02116-3973 ` Guide Sign Policy for Secondary State Highways 2005 Edition Revised September 2005 1. PURPOSE The Massachusetts Highway Department

More information

Homework Assignment #1

Homework Assignment #1 CS 540-2: Introduction to Artificial Intelligence Homework Assignment #1 Assigned: Thursday, February 1, 2018 Due: Sunday, February 11, 2018 Hand-in Instructions: This homework assignment includes two

More information

SOLUTION = MPB Today!

SOLUTION = MPB Today! MPB TODAY WEBINAR Learn How to Eliminate your Grocery and Gasoline Bills Forever and Get Paid Doing It! Shop at Walmart and Sam s Club for FREE and Get Paid Doing It! SOLUTION = MPB Today! How would you

More information

a Touchscreen b On/Off button c Memory card (SD card) slot d USB connector e Charging connector f Reset button B A memory card (SD card)

a Touchscreen b On/Off button c Memory card (SD card) slot d USB connector e Charging connector f Reset button B A memory card (SD card) TomTom RIDER 1. What s in the box What s in the box A Your TomTom RIDER 1 2 3 4 5 6 a Touchscreen b On/Off button c Memory card (SD card) slot d USB connector e Charging connector f Reset button B A memory

More information

Multicast Energy Aware Routing in Wireless Networks

Multicast Energy Aware Routing in Wireless Networks Ahmad Karimi Department of Mathematics, Behbahan Khatam Alanbia University of Technology, Behbahan, Iran karimi@bkatu.ac.ir ABSTRACT Multicasting is a service for disseminating data to a group of hosts

More information

The Tri-State Transit Authority

The Tri-State Transit Authority The Tri-State Transit Authority Finding Creative Pockets for Funding By: Paul Davis, General Manager and CEO 8/11/2016 Tri-State Transit Authority 1 Goals 1. Give SUN attendees history of TTA & overview

More information

MITOCW R22. Dynamic Programming: Dance Dance Revolution

MITOCW R22. Dynamic Programming: Dance Dance Revolution MITOCW R22. Dynamic Programming: Dance Dance Revolution The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational

More information

Digital Image Processing Labs DENOISING IMAGES

Digital Image Processing Labs DENOISING IMAGES Digital Image Processing Labs DENOISING IMAGES All electronic devices are subject to noise pixels that, for one reason or another, take on an incorrect color or intensity. This is partly due to the changes

More information

Characteristics of Routes in a Road Traffic Assignment

Characteristics of Routes in a Road Traffic Assignment Characteristics of Routes in a Road Traffic Assignment by David Boyce Northwestern University, Evanston, IL Hillel Bar-Gera Ben-Gurion University of the Negev, Israel at the PTV Vision Users Group Meeting

More information

THIS BOOK COULD PUT US IN JAIL (AS IT PUTS YOU ON EASY STREET )

THIS BOOK COULD PUT US IN JAIL (AS IT PUTS YOU ON EASY STREET ) advertisement advertisement Banned in Canada! Termed too hot to handle by over thirty publishers. Because it shows you how to rob the robbers, rip the rip-offs, and take the big corporations that have

More information

A Memory-Efficient Method for Fast Computation of Short 15-Puzzle Solutions

A Memory-Efficient Method for Fast Computation of Short 15-Puzzle Solutions A Memory-Efficient Method for Fast Computation of Short 15-Puzzle Solutions Ian Parberry Technical Report LARC-2014-02 Laboratory for Recreational Computing Department of Computer Science & Engineering

More information

Energy Saving Routing Strategies in IP Networks

Energy Saving Routing Strategies in IP Networks Energy Saving Routing Strategies in IP Networks M. Polverini; M. Listanti DIET Department - University of Roma Sapienza, Via Eudossiana 8, 84 Roma, Italy 2 june 24 [scale=.8]figure/logo.eps M. Polverini

More information

3.1 Solving Systems by Graphing. In consistent systems, Independent systems consist of. Three Cases: A. consistent and independent

3.1 Solving Systems by Graphing. In consistent systems, Independent systems consist of. Three Cases: A. consistent and independent 3.1 Solving Systems by Graphing In consistent systems, 2. y Independent systems consist of Three Cases: x A. consistent and independent B. inconsistent and independent 3. y C. consistent and dependent

More information

Decision Mathematics D2 Advanced/Advanced Subsidiary. Thursday 6 June 2013 Morning Time: 1 hour 30 minutes

Decision Mathematics D2 Advanced/Advanced Subsidiary. Thursday 6 June 2013 Morning Time: 1 hour 30 minutes Paper Reference(s) 6690/01 Edexcel GCE Decision Mathematics D2 Advanced/Advanced Subsidiary Thursday 6 June 2013 Morning Time: 1 hour 30 minutes Materials required for examination Nil Items included with

More information

Use of Dynamic Traffic Assignment in FSUTMS in Support of Transportation Planning in Florida

Use of Dynamic Traffic Assignment in FSUTMS in Support of Transportation Planning in Florida Use of Dynamic Traffic Assignment in FSUTMS in Support of Transportation Planning in Florida Requirement Workshop December 2, 2010 Need for Assignment Estimating link flows Estimating zone to zone travel

More information

영어영역듣기평가 2015 학년도 11 월고 1 전국연합학력평가 방송 : 2015 년 11 월 17 일. Signal M Up - Down

영어영역듣기평가 2015 학년도 11 월고 1 전국연합학력평가 방송 : 2015 년 11 월 17 일. Signal M Up - Down 2015 학년도 11 월고 1 전국연합학력평가 영어영역듣기평가 방송 : 2015 년 11 월 17 일 ㅇ안내 1 분 ㅇ방송 20 분 Signal M Up - Down ANN: 안녕하십니까? 2015학년도 11월고등학교 1학년전국연합학력평가영어영역듣기평가안내방송입니다. 잠시후, 2015학년도고등학교전국연합학력평가 3교시영어영역듣기평가방송을시작하겠습니다. 수험생여러분은편안한마음으로방송에귀를기울여주시고방송담당선생님께서는스피커의음량을알맞게조절해주십시오.

More information

Fast Detour Computation for Ride Sharing

Fast Detour Computation for Ride Sharing Fast Detour Computation for Ride Sharing Robert Geisberger, Dennis Luxen, Sabine Neubauer, Peter Sanders, Lars Volker Universität Karlsruhe (TH), 76128 Karlsruhe, Germany {geisberger,luxen,sanders}@ira.uka.de;

More information

Link and Link Impedance 2018/02/13. VECTOR DATA ANALYSIS Network Analysis TYPES OF OPERATIONS

Link and Link Impedance 2018/02/13. VECTOR DATA ANALYSIS Network Analysis TYPES OF OPERATIONS VECTOR DATA ANALYSIS Network Analysis A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically topology-based: lines (arcs) meet at intersections

More information

Gateways Placement in Backbone Wireless Mesh Networks

Gateways Placement in Backbone Wireless Mesh Networks I. J. Communications, Network and System Sciences, 2009, 1, 1-89 Published Online February 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Gateways Placement in Backbone Wireless Mesh Networks Abstract

More information

Maze Solving Algorithms for Micro Mouse

Maze Solving Algorithms for Micro Mouse Maze Solving Algorithms for Micro Mouse Surojit Guha Sonender Kumar surojitguha1989@gmail.com sonenderkumar@gmail.com Abstract The problem of micro-mouse is 30 years old but its importance in the field

More information

Welcome to your 10 steps to Career Happiness!

Welcome to your 10 steps to Career Happiness! Welcome to your 10 steps to Career Happiness! Career happiness is about living our lives as fully and as purposefully as we can, especially in the work we choose to do. We spend over 92,000 hours over

More information

ACTIVITY 1: Measuring Speed

ACTIVITY 1: Measuring Speed CYCLE 1 Developing Ideas ACTIVITY 1: Measuring Speed Purpose In the first few cycles of the PET course you will be thinking about how the motion of an object is related to how it interacts with the rest

More information

How to Increase Your Earnings with the Red 7 Part I

How to Increase Your Earnings with the Red 7 Part I 1 How to Increase Your Earnings with the Red 7 Part I By Conrad O. Membrino January 2010 With thanks to ET Fan for his valuable guidance and assistance in his initial review of this paper. This is a short

More information

How to Make $3060 per Month!

How to Make $3060 per Month! 1 How to Make $3060 per Month! Before I explain my strategy for making $1044 to $3060 per month, let me first share with you two things. FIRST, check this out: I Hit 351 Straight Last Night in NY SECOND:

More information

Problem 1 (15 points: Graded by Shahin) Recall the network structure of our in-class trading experiment shown in Figure 1

Problem 1 (15 points: Graded by Shahin) Recall the network structure of our in-class trading experiment shown in Figure 1 Solutions for Homework 2 Networked Life, Fall 204 Prof Michael Kearns Due as hardcopy at the start of class, Tuesday December 9 Problem (5 points: Graded by Shahin) Recall the network structure of our

More information

Quiz. Place value. Level A. Circle the right answer for each question. 1. A speed limit sign has the number 30. What do the digits in the number mean?

Quiz. Place value. Level A. Circle the right answer for each question. 1. A speed limit sign has the number 30. What do the digits in the number mean? Quiz Place value Level A Circle the right answer for each question. 1. A speed limit sign has the number 30. What do the digits in the number mean? A) thirty tens B) three tens and ten units C) three tens

More information

100 Tips You Need To Know For Backpacking In Australia By Alisa Messeroff, Mike Messeroff

100 Tips You Need To Know For Backpacking In Australia By Alisa Messeroff, Mike Messeroff 100 Tips You Need To Know For Backpacking In Australia By Alisa Messeroff, Mike Messeroff Written by backpackers like you, backpackerguide.nz is New Zealand's best guide all the info you need to explore

More information

20 WAYS TO IMPROVE YOUR FINANCES IN UNDER 20 MINUTES

20 WAYS TO IMPROVE YOUR FINANCES IN UNDER 20 MINUTES 20 WAYS TO IMPROVE YOUR FINANCES IN UNDER 20 MINUTES We are all busy, sometime it is really difficult to take the time to think about and act on ways to improve our finances. In the past, I have repeatedly

More information

The game of Reversi was invented around 1880 by two. Englishmen, Lewis Waterman and John W. Mollett. It later became

The game of Reversi was invented around 1880 by two. Englishmen, Lewis Waterman and John W. Mollett. It later became Reversi Meng Tran tranm@seas.upenn.edu Faculty Advisor: Dr. Barry Silverman Abstract: The game of Reversi was invented around 1880 by two Englishmen, Lewis Waterman and John W. Mollett. It later became

More information

This chapter gives you everything you

This chapter gives you everything you Chapter 1 One, Two, Let s Sudoku In This Chapter Tackling the basic sudoku rules Solving squares Figuring out your options This chapter gives you everything you need to know to solve the three different

More information

Ricardo Eugenio Diaz Valenzuela Interview. Ricardo Eugenio Diaz. The last name, Diaz, is my father. The other, my mother.

Ricardo Eugenio Diaz Valenzuela Interview. Ricardo Eugenio Diaz. The last name, Diaz, is my father. The other, my mother. Where were you born? Santiago, Chile. In what year? September 3, 1940. What name were you born with? Ricardo Eugenio Diaz. The last name, Diaz, is my father. The other, my mother. And when you came to

More information

Graphs and Network Flows IE411. Lecture 14. Dr. Ted Ralphs

Graphs and Network Flows IE411. Lecture 14. Dr. Ted Ralphs Graphs and Network Flows IE411 Lecture 14 Dr. Ted Ralphs IE411 Lecture 14 1 Review: Labeling Algorithm Pros Guaranteed to solve any max flow problem with integral arc capacities Provides constructive tool

More information

STRONG TWO OPENING BIDS AND RESPONSES

STRONG TWO OPENING BIDS AND RESPONSES BIDDING CONVERSATIONS - FALL 2016 - WEEK 6 LAST REVISED ON OCTOBER 10, 2016 COPYRIGHT 2010-2016 BY DAVID L. MARCH INTRODUCTION So far we have developed bidding guidelines that can be used to decide how

More information

Influence Map-based Controllers for Ms. PacMan and the Ghosts

Influence Map-based Controllers for Ms. PacMan and the Ghosts Influence Map-based Controllers for Ms. PacMan and the Ghosts Johan Svensson Student member, IEEE and Stefan J. Johansson, Member, IEEE Abstract Ms. Pac-Man, one of the classic arcade games has recently

More information

LESSON 9. Jacoby Transfers. General Concepts. General Introduction. Group Activities. Sample Deals

LESSON 9. Jacoby Transfers. General Concepts. General Introduction. Group Activities. Sample Deals LESSON 9 Jacoby Transfers General Concepts General Introduction Group Activities Sample Deals 226 Lesson 9 Jacoby Transfers General Concepts This chapter covers the use of the Jacoby transfer for the major

More information

Expanding Your Creativity at Mono Lake October Instructor: Lewis Kemper Lee Vining, California

Expanding Your Creativity at Mono Lake October Instructor: Lewis Kemper Lee Vining, California Expanding Your Creativity at Mono Lake October 23-27 Instructor: Lewis Kemper Lee Vining, California Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Scott Adams Mono

More information

Precast Concrete Panels for Rapid Pavement Repair

Precast Concrete Panels for Rapid Pavement Repair Precast Concrete Panels for Rapid Pavement Repair Scott Shuler, Ph. D., P. E. Colorado State University Ft. Collins, CO 80523-1584 Gary Dewitt, P. E. Colorado Department of Transportation Evans, Colorado

More information

A Study in Human Behavior Pattern and Application of the Designing for Escape Routes at Daegu subway fire

A Study in Human Behavior Pattern and Application of the Designing for Escape Routes at Daegu subway fire A Study in Human Behavior Pattern and Application of the Designing for Escape Routes at Daegu subway fire Gyuyeon.Jeon 1, Sunhyun.Bae 1, Sanghong.Lee 2 and Wonhwa.Hong 1,* 1 Urban Environmental System

More information

Test 1.

Test 1. Test 1 - What are you studying? - What s your major? - Why did you choose that subject? - What do you find most interesting about your course? - What is your favorite subject? - What do you dislike about

More information

St. Francis College. Practice Paper MATHS. Entry into Year 7. Time allowed 1 hour

St. Francis College. Practice Paper MATHS. Entry into Year 7. Time allowed 1 hour St. Francis College Practice Paper MATHS Entry into Year 7 Time allowed 1 hour Please attempt as many questions as you can. You should show ALL of your working in the spaces provided or on the facing page.

More information

Announcements. Homework 1 solutions posted. Test in 2 weeks (27 th ) -Covers up to and including HW2 (informed search)

Announcements. Homework 1 solutions posted. Test in 2 weeks (27 th ) -Covers up to and including HW2 (informed search) Minimax (Ch. 5-5.3) Announcements Homework 1 solutions posted Test in 2 weeks (27 th ) -Covers up to and including HW2 (informed search) Single-agent So far we have look at how a single agent can search

More information

For the past decade, I ve never gone on a long journey or. Journaling on the Trail. Story and photos by Kolby Kirk -

For the past decade, I ve never gone on a long journey or. Journaling on the Trail. Story and photos by Kolby Kirk - Journaling on the Trail Story and photos by Kolby Kirk - www.thehikeguy.com For the past decade, I ve never gone on a long journey or a hike without first packing a journal. I keep a journal to capture

More information

Instructions: Watch the video about the shared identity. Complete missing words or phrases in the notes.

Instructions: Watch the video about the shared identity. Complete missing words or phrases in the notes. LNG 600: Listening Task from the Digibook 1 Listening Task 1: Shared Identity Instructions: Watch the video about the shared identity. Complete missing words or phrases in the notes. Identical Twin = a

More information

Expanding Your Creativity at Mono Lake October 8-12, 2018 Instructor: Lewis Kemper Lee Vining, California

Expanding Your Creativity at Mono Lake October 8-12, 2018 Instructor: Lewis Kemper Lee Vining, California Expanding Your Creativity at Mono Lake October 8-12, 2018 Instructor: Lewis Kemper Lee Vining, California Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Scott Adams

More information

Transportation Timetabling

Transportation Timetabling Outline DM87 SCHEDULING, TIMETABLING AND ROUTING 1. Sports Timetabling Lecture 16 Transportation Timetabling Marco Chiarandini 2. Transportation Timetabling Tanker Scheduling Air Transport Train Timetabling

More information

Creative Commons: Attribution 3.0 Hong Kong License

Creative Commons: Attribution 3.0 Hong Kong License Title A simultaneous bus route design and frequency setting problem for Tin Shui Wai, Hong Kong Author(s) Szeto, WY; Wu, Y Citation European Journal Of Operational Research, 2011, v. 209 n. 2, p. 141-155

More information

15 8 = = = = = = = = = 9. Choose the correct answer.

15 8 = = = = = = = = = 9. Choose the correct answer. Page 1 Choose the correct answer. 1. Which shows a related addition fact? 15 8 = 7 15 + 7 = 22 8 7 = 1 7 + 8 = 15 23 8 = 15 2. There are 9 bugs on the grass and 5 bugs on a leaf. Which number sentence

More information

Finite Mathematics MAT 141: Chapter 8 Notes

Finite Mathematics MAT 141: Chapter 8 Notes Finite Mathematics MAT 4: Chapter 8 Notes Counting Principles; More David J. Gisch The Multiplication Principle; Permutations Multiplication Principle Multiplication Principle You can think of the multiplication

More information

S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond

S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond Dr Paul Richmond Contributors: Peter Heywood, Robert Chisholm, Mozhgan Kabiri-Chimeh, John Charlton & Steve Maddock Context: Everyone

More information

The Cartesian Coordinate System

The Cartesian Coordinate System The Cartesian Coordinate System The xy-plane Although a familiarity with the xy-plane, or Cartesian coordinate system, is expected, this worksheet will provide a brief review. The Cartesian coordinate

More information

THE COFFEE SHOP INTERVIEW

THE COFFEE SHOP INTERVIEW Thank you so much for taking the time to participate in the webinar. I promised you two of my secret weapons and here they are! First we have the 7 steps I live every day of my life by. Those steps guide

More information

Fifth Grade Spiraling Review Week 1 of Second Six Weeks

Fifth Grade Spiraling Review Week 1 of Second Six Weeks Week 1 of Second Six Weeks Advanced Preparation: See attachment: Spiraling Review Cards Note: Record all work in your math journal. Day 1 The world s largest glacier, located in the Swiss Alps, has more

More information

Path Planning with Fast Marching Methods

Path Planning with Fast Marching Methods Path Planning with Fast Marching Methods Ian Mitchell Department of Computer Science The University of British Columbia research supported by National Science and Engineering Research Council of Canada

More information

October 19th - 9am to 1am October 20th - 9am to 1 am October 21st - 9am to 4pm

October 19th - 9am to 1am October 20th - 9am to 1 am October 21st - 9am to 4pm A scrapbooking event Featuring Quick Quotes Classes & Product Hosted By: & October 19th - 9am to 1am October 20th - 9am to 1 am October 21st - 9am to 4pm Your own scrapping table, raffles and prizes!!!

More information

FIFTH AVENUE English Rules v1.2

FIFTH AVENUE English Rules v1.2 FIFTH AVENUE English Rules v1.2 GAME PURPOSE Players try to get the most victory points (VPs) by raising Buildings and Shops. Each player has a choice between 4 different actions during his turn. The Construction

More information

Network Layer (Routing)

Network Layer (Routing) Network Layer (Routing) Where we are in the ourse Moving on up to the Network Layer! Application Transport Network Link Physical SE 61 University of Washington Topics Network service models Datagrams (packets),

More information

4-29. Write the numbers in the boxes. The quotient is between and. expression has a remainder. Chapter 4 Test Page 1.

4-29. Write the numbers in the boxes. The quotient is between and. expression has a remainder. Chapter 4 Test Page 1. Page 1 1. Kelli and her family went to the beach for vacation. They drove 293 miles in 7 hours to get there. If they drove the same number of miles each hour, about how many miles did they drive each hour?

More information

A STORY OF UNITS. Mathematics Curriculum GR A D E. Answer Key GRADE 5 MODULE 1. Place Value and Decimal Fractions

A STORY OF UNITS. Mathematics Curriculum GR A D E. Answer Key GRADE 5 MODULE 1. Place Value and Decimal Fractions 5 GR A D E Mathematics Curriculum GRADE 5 MODULE 1 Answer Key GRADE 5 MODULE 1 Lesson 1 Answer Key 5 1 Lesson 1 Sprint Side A 1. 120 12. 920 23. 340 34. 560 2. 140 13. 180 24. 1,340 35. 4,560 3. 150 14.

More information