Mathematical Thinking Exam 2 20 November 2017

Size: px
Start display at page:

Download "Mathematical Thinking Exam 2 20 November 2017"

Transcription

1 Mathematical Thinking Exam 2 20 November 2017 Name: Instructions: Be sure to read each problem s directions. Write clearly during the exam and fully erase or mark out anything you do not want graded. You may use a scientific or graphing calculator for any calculation or derivation unless otherwise stated so long as you show your work leading up to that point and then state that that is what you are doing. You must show all your work to receive full credit unless otherwise stated. Don t cheat. See below. Prohibited: Class Notes Class Handouts Study Guides and Materials Previous exams or exam solutions The Book Any Electronics (excluding approved calculators) This includes, but is not limited to, all: computers, phones, tablets, ebook readers, headphones, audio players, dictionaries, and translators. Other People s Exams Page: Total Points: Score:

2 MATH 101 Exam 2, Page 2 of 8 20 November 2017 Multiple Choice For this section, you must write the letter corresponding to the correct answer in the blank space provided on the right side of the exam. Markings on the question itself will not be given any credit. 1. (4 points) A path that starts and ends at the same vertex of a graph is a A. Circuit B. Map C. Pie D. Digraph 2. (4 points) A graph where every vertex is connected to every other vertex by exactly one edge is called a: A. Digraph B. Path C. Tree D. Complete Graph 3. (4 points) The Critical Path of a digraph is the path of A. longest length B. shortest length C. most vertices D. most edges 4. (4 points) The problem of a snow plow discerning an efficient way to plow the town streets after a big snow storm is equivalent to the A. Traveling Salesman Problem B. Chinese Postman Problem C. The Greedy Algorithm Problem D. The Critical Path Problem 5. (4 points) If a graph has 4 vertices with odd valence, what is the minimum number of edges that could be needed to Eulerize the graph? A. 0 B. 2 C. 3 D (4 points) The Edge-Walker technique is a process to do what to a graph? A. Connect B. Disconnect C. Eulerize D. Hamiltonize 7. (4 points) The exterior angle of a regular decagon has measure: A. 10 B. 30 C. 36 D out of a possible 28 points

3 MATH 101 Exam 2, Page 3 of 8 20 November (4 points) A quadrilateral with two pairs of parallel sides, all sides of equal length, but possibly having angles with different measures is called what? A. Rectangle B. Triangle C. Trapezoid D. Rhombus 9. (4 points) How many regular tilings are there? A. One B. Two C. Three D. Infinitely many 10. (4 points (bonus)) Dr. Kahn s favorite holiday is Thanksgiving. Mark a in the answer line for extra credit. Gobble gobble and have a great holiday. A. Turkey B. Stuffing C. Potatoes D. Apple Pie Computations 11. Shelby owns 5 shirts, 4 pairs of pants, and 9 hats. (a) (5 points) How many different outfits of 1 shirt, 1 pair of pants, and 1 hat can Shelby wear on a given day? (b) (5 points) Assuming 3 shirts and 1 pairs of pants are dirty and so Shelby can t wear them, how many outfits can she wear? (Assume all hats are clean.) out of a possible 18 points

4 MATH 101 Exam 2, Page 4 of 8 20 November 2017 Diagrams 12. (8 points) Is it possible to have a vertex type If yes, then draw one and if not, then explain why not using full sentences and worked out calculations. 13. (8 points) Is it possible to create a semi-regular tiling of the plane using regular octagons and squares? If yes, then create one showing at least two full rows and columns. If not, explain why not using full sentences. out of a possible 16 points

5 MATH 101 Exam 2, Page 5 of 8 20 November Draw a connected graph with 8 vertices that satisfies each of the requested properties. (a) (4 points) Each vertex has valence 4. (b) (4 points) The valences are: 1,1,2,2,3,3,4,6. (c) (4 points) the graph has an Hamiltonian circuit but no Euler circuit. out of a possible 12 points

6 MATH 101 Exam 2, Page 6 of 8 20 November Consider the below graph for this problem. G K 289 J 425 H (a) (5 points) Using nearest neighbor, solve the TSP on the graph below starting at vertex G. I just want to see the Hamiltonian circuit, do not calculate cost. (b) (5 points) Using sorted edges, solve the TSP on the graph below. I just want to see the work for the sorted edges algorithm and the Hamiltonian circuit, do not calculate cost. out of a possible 10 points

7 MATH 101 Exam 2, Page 7 of 8 20 November (8 points) Determine a minimum cost spanning tree of the graph below using Kruskal s algorithm. Do not calculate the cost, I just want to see the work for Kruskal s algorithm, the redrawn vertices and the spanning tree connecting them. A 160 F B E 311 C 521 D out of a possible 8 points

8 MATH 101 Exam 2, Page 8 of 8 20 November 2017 Short Response 17. (8 points) Construct a digraph with six tasks that has exactly two critical paths of length 20. Then discuss a situation where your digraph could reasonably represent the time to complete a series of tasks to complete a single project. In other words, give the task list with believable times. out of a possible 8 points

A path that visits each vertex exactly once is a path

A path that visits each vertex exactly once is a path ( c ) p s t e i n, a r t e r, & o l l i n g e r 2016 h a p t e r 2 : u s i n e s s f f i c i e n c y P a g e 1 HPTR 2: USINSS FFIINY 2.1 Hamiltonian ircuits path that visits each vertex exactly once is

More information

Check off these skills when you feel that you have mastered them. Write in your own words the definition of a Hamiltonian circuit.

Check off these skills when you feel that you have mastered them. Write in your own words the definition of a Hamiltonian circuit. Chapter Objectives Check off these skills when you feel that you have mastered them. Write in your own words the definition of a Hamiltonian circuit. Explain the difference between an Euler circuit and

More information

Chapter 2. Business Efficiency. Chapter Outline. Chapter Summary

Chapter 2. Business Efficiency. Chapter Outline. Chapter Summary Chapter 2 Business Efficiency Chapter Outline Introduction Section 2.1 Hamiltonian Circuits Section 2.2 Traveling Salesman Problem Section 2.3 Helping Traveling Salesmen Section 2.4 Critical-Path Analysis

More information

Warm-up Find the shortest trip (total distance) starting and ending in Chicago and visiting each other city once.

Warm-up Find the shortest trip (total distance) starting and ending in Chicago and visiting each other city once. Warm-up Find the shortest trip (total distance) starting and ending in Chicago and visiting each other city once. Minimum-cost Hamiltonian Circuits Practice Homework time Minneapolis Cleveland 779 354

More information

Intro to Contemporary Math

Intro to Contemporary Math Intro to Contemporary Math Hamiltonian Circuits and Nearest Neighbor Algorithm Nicholas Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK Agenda Hamiltonian Circuits and the Traveling Salesman

More information

A path that visits each vertex exactly once is a Hamiltonian path. A circuit that visits each vertex exactly once is a Hamiltonian circuit.

A path that visits each vertex exactly once is a Hamiltonian path. A circuit that visits each vertex exactly once is a Hamiltonian circuit. (c) Epstein 2013 Chapter 2: usiness Efficiency Page 1 CHAPTER 2: USINESS EFFICIENCY 2.1 Hamiltonian Circuits A path that visits each vertex exactly once is a Hamiltonian path. A circuit that visits each

More information

University of Washington March 21, 2013 Department of Computer Science and Engineering CSEP 521, Winter Exam Solution, Monday, March 18, 2013

University of Washington March 21, 2013 Department of Computer Science and Engineering CSEP 521, Winter Exam Solution, Monday, March 18, 2013 University of Washington March 21, 2013 Department of Computer Science and Engineering CSEP 521, Winter 2013 Exam Solution, Monday, March 18, 2013 Instructions: NAME: Closed book, closed notes, no calculators

More information

Math 123 Elem. Calculus Fall 2014 Name: Sec.: Exam 4 Bonus Questions

Math 123 Elem. Calculus Fall 2014 Name: Sec.: Exam 4 Bonus Questions Math 13 Elem. Calculus Fall 01 Name: Sec.: Exam Bonus Questions The questions below are bonus questions. You should write your answers on this page. BOTH THE STEPS YOU SHOW (YOUR WORK) AND YOUR FINAL ANSWER

More information

VIII. NP-completeness

VIII. NP-completeness VIII. NP-completeness 1 / 15 NP-Completeness Overview 1. Introduction 2. P and NP 3. NP-complete (NPC): formal definition 4. How to prove a problem is NPC 5. How to solve a NPC problem: approximate algorithms

More information

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016)

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016) FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016) The final exam will be on Thursday, May 12, from 8:00 10:00 am, at our regular class location (CSI 2117). It will be closed-book and closed-notes, except

More information

REVISION SHEET DECISION MATHS 2 DECISION ANALYSIS

REVISION SHEET DECISION MATHS 2 DECISION ANALYSIS REVISION SHEET DECISION MATHS 2 DECISION ANALYSIS The main ideas are covered in AQA Edexcel MEI OCR D2 Before the exam you should know The meaning of the different kinds of node. Be able to construct a

More information

MATHEMATICS 105 Practice Final Exam, F Please answer the following questions (3 points each) 30 pt

MATHEMATICS 105 Practice Final Exam, F Please answer the following questions (3 points each) 30 pt MATHEMATICS 105 Practice Final Exam, F2005 Print name Last name First name Here are some useful equations: Linear growth Recursive P N = P N 1 + d d is the common difference Exponential growth Recursive

More information

Hamiltonian Cycle. Zero Knowledge Proof

Hamiltonian Cycle. Zero Knowledge Proof Hamiltonian Cycle Zero Knowledge Proof Hamiltonian cycle Hamiltonian cycle - A path that visits each vertex exactly once, and ends at the same point it started Example Hamiltonian cycle - A path that visits

More information

Physics 1252 Section Exam #2A

Physics 1252 Section Exam #2A Thu, 23 March 2017 Name: Physics 1252 Section 27180 Exam #2A Instructions: This is a closed-book, closed-notes exam. You are allowed to use a clean print-out of your formula sheet, any scientific calculator,

More information

Data Structures and Algorithms

Data Structures and Algorithms Data Structures and Algorithms Session 21. April 13, 2009 Instructor: Bert Huang http://www.cs.columbia.edu/~bert/courses/3137 Announcements Homework 5 due next Monday I m out of town Wed to Sun for conference

More information

NP-Completeness. Until now we have been designing algorithms for specific problems

NP-Completeness. Until now we have been designing algorithms for specific problems NP-Completeness 1 Introduction Until now we have been designing algorithms for specific problems We have seen running times O(log n), O(n), O(n log n), O(n 2 ), O(n 3 )... We have also discussed lower

More information

Math Exam 03 Fall 2016

Math Exam 03 Fall 2016 Math 1090.08 Exam 03 Fall 2016 Name Class ID Number: Instructions: You will be required to show identification to take this exam. Bring your student ID to class. Please remove headphones during the exam.

More information

P versus NP. Math 40210, Spring September 16, Math (Spring 2012) P versus NP September 16, / 9

P versus NP. Math 40210, Spring September 16, Math (Spring 2012) P versus NP September 16, / 9 P versus NP Math 40210, Spring 2012 September 16, 2012 Math 40210 (Spring 2012) P versus NP September 16, 2012 1 / 9 Properties of graphs A property of a graph is anything that can be described without

More information

HOMEWORK #2 - MATH 3260

HOMEWORK #2 - MATH 3260 HOMEWORK # - MATH 36 ASSIGNED: JANUARAY 3, 3 DUE: FEBRUARY 1, AT :3PM 1) a) Give by listing the sequence of vertices 4 Hamiltonian cycles in K 9 no two of which have an edge in common. Solution: Here is

More information

Mathematics Sample Test Booklet Paper-Pencil Format Student Version, High School

Mathematics Sample Test Booklet Paper-Pencil Format Student Version, High School Mathematics Sample Test Booklet 2018 Paper-Pencil Format Student Version, High School This test booklet contains several different types of problems as shown below. Each sample shows what a certain type

More information

Data Structures in Java

Data Structures in Java Data Structures in Java Lecture 21: Introduction to NP-Completeness 12/9/2015 Daniel Bauer Algorithms and Problem Solving Purpose of algorithms: find solutions to problems. Data Structures provide ways

More information

2 hours THE UNIVERSITY OF MANCHESTER. 6 June :45 11:45

2 hours THE UNIVERSITY OF MANCHESTER. 6 June :45 11:45 2 hours THE UNIVERSITY OF MANCHESTER DISCRETE MATHEMATICS 6 June 2016 9:45 11:45 Answer ALL THREE questions in Section A (30 marks in total) and TWO of the THREE questions in Section B (50 marks in total).

More information

NP-Complete Problems and Approximation Algorithms

NP-Complete Problems and Approximation Algorithms NP-Complete Problems and Approximation Algorithms Efficiency of Algorithms Algorithms that have time efficiency of O(n k ), that is polynomial of the input size, are considered to be tractable or easy

More information

STUDY GUIDE FOR THE WRECKONING. 1. Combinatorics. (1) How many (positive integer) divisors does 2940 have? What about 3150?

STUDY GUIDE FOR THE WRECKONING. 1. Combinatorics. (1) How many (positive integer) divisors does 2940 have? What about 3150? STUDY GUIDE FOR THE WRECKONING. Combinatorics Go over combinatorics examples in the text. Review all the combinatorics problems from homework. Do at least a couple of extra problems given below. () How

More information

Practice Final Solutions. 1. Consider the following algorithm. Assume that n 1. line code 1 alg(n) { 2 j = 0 3 if (n = 0) { 4 return j

Practice Final Solutions. 1. Consider the following algorithm. Assume that n 1. line code 1 alg(n) { 2 j = 0 3 if (n = 0) { 4 return j Practice Final Solutions 1. Consider the following algorithm. Assume that n 1. line code 1 alg(n) 2 j = 0 3 if (n = 0) 4 return j } 5 else 6 j = 2n+ alg(n 1) 7 return j } } Set up a recurrence relation

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307, Midterm 2 Winter 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

More information

Mathematics (JUN10MD0101) General Certificate of Education Advanced Subsidiary Examination June Unit Decision TOTAL

Mathematics (JUN10MD0101) General Certificate of Education Advanced Subsidiary Examination June Unit Decision TOTAL Centre Number Candidate Number For Examiner s Use Surname Other Names Candidate Signature Examiner s Initials Mathematics Unit Decision 1 Wednesday 9 June 2010 General Certificate of Education Advanced

More information

8.3 Hamiltonian Paths and Circuits

8.3 Hamiltonian Paths and Circuits 8.3 Hamiltonian Paths and Circuits 8.3 Hamiltonian Paths and Circuits A Hamiltonian path is a path that contains each vertex exactly once A Hamiltonian circuit is a Hamiltonian path that is also a circuit

More information

P versus NP. Math 40210, Fall November 10, Math (Fall 2015) P versus NP November 10, / 9

P versus NP. Math 40210, Fall November 10, Math (Fall 2015) P versus NP November 10, / 9 P versus NP Math 40210, Fall 2015 November 10, 2015 Math 40210 (Fall 2015) P versus NP November 10, 2015 1 / 9 Properties of graphs A property of a graph is anything that can be described without referring

More information

Algorithm Design Strategies V

Algorithm Design Strategies V Algorithm Design Strategies V Joaquim Madeira Version 0.0 October 2016 U. Aveiro, October 2016 1 Overview The 0-1 Knapsack Problem Revisited The Fractional Knapsack Problem Greedy Algorithms Example Coin

More information

MATH : FINAL EXAM INFO/LOGISTICS/ADVICE

MATH : FINAL EXAM INFO/LOGISTICS/ADVICE INFO: MATH 1300-01: FINAL EXAM INFO/LOGISTICS/ADVICE WHEN: Thursday (08/06) at 11:00am DURATION: 150 mins PROBLEM COUNT: Eleven BONUS COUNT: Two There will be three Ch13 problems, three Ch14 problems,

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Tuesday, June 20, :15 to 4:15 p.m., only

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Tuesday, June 20, :15 to 4:15 p.m., only The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE I Tuesday, June 0, 000 :5 to :5 p.m., only Notice... Scientific calculators

More information

Kansas City Area Teachers of Mathematics 2013 KCATM Math Competition GEOMETRY GRADES 7-8

Kansas City Area Teachers of Mathematics 2013 KCATM Math Competition GEOMETRY GRADES 7-8 Kansas City Area Teachers of Mathematics 2013 KCATM Math Competition GEOMETRY GRADES 7-8 INSTRUCTIONS Do not open this booklet until instructed to do so. Time limit: 20 minutes You may use calculators.

More information

Math 131 Exam 3 November 29, :00-8:30 p.m.

Math 131 Exam 3 November 29, :00-8:30 p.m. Name (Last, First) ID # Signature Lecturer Section # university of massachusetts amherst department of mathematics and statistics Math 131 Exam 3 November 29, 2006 7:00-8:30 p.m. Instructions Turn off

More information

SUMMER MATH PACKET. ENTERING Geometry

SUMMER MATH PACKET. ENTERING Geometry SUMMER MATH PACKET ENTERING Geometry Complete all of the following problems using the space provided. Enclosed is a copy of a Mathematics Reference Sheet to assist you if you need to find a formula. Also

More information

University of New Mexico Department of Computer Science. Final Examination. CS 561 Data Structures and Algorithms Fall, 2013

University of New Mexico Department of Computer Science. Final Examination. CS 561 Data Structures and Algorithms Fall, 2013 University of New Mexico Department of Computer Science Final Examination CS 561 Data Structures and Algorithms Fall, 2013 Name: Email: This exam lasts 2 hours. It is closed book and closed notes wing

More information

Unit 2: Number, Algebra, Geometry 1 (Non-Calculator)

Unit 2: Number, Algebra, Geometry 1 (Non-Calculator) Write your name here Surname Other names Pearson Edexcel GCSE Centre Number Mathematics B Unit 2: Number, Algebra, Geometry 1 (Non-Calculator) Friday 6 November 2015 Morning Time: 1 hour 15 minutes Candidate

More information

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60

McGill University Faculty of Science. Solutions to Practice Final Examination Math 240 Discrete Structures 1. Time: 3 hours Marked out of 60 McGill University Faculty of Science Solutions to Practice Final Examination Math 40 Discrete Structures Time: hours Marked out of 60 Question. [6] Prove that the statement (p q) (q r) (p r) is a contradiction

More information

P, NP, NP-Complete. Ruth Anderson

P, NP, NP-Complete. Ruth Anderson P, NP, NP-Complete Ruth Anderson A Few Problems: Euler Circuits Hamiltonian Circuits Intractability: P and NP NP-Complete What now? Today s Agenda 2 Try it! Which of these can you draw (trace all edges)

More information

University of Toronto Department of Electrical and Computer Engineering. Final Examination. ECE 345 Algorithms and Data Structures Fall 2016

University of Toronto Department of Electrical and Computer Engineering. Final Examination. ECE 345 Algorithms and Data Structures Fall 2016 University of Toronto Department of Electrical and Computer Engineering Final Examination ECE 345 Algorithms and Data Structures Fall 2016 Print your first name, last name, UTORid, and student number neatly

More information

Math 51 Midterm 1 July 6, 2016

Math 51 Midterm 1 July 6, 2016 Math 51 Midterm 1 July 6, 2016 Name: SUID#: Circle your section: Section 01 Section 02 (1:30-2:50PM) (3:00-4:20PM) Complete the following problems. In order to receive full credit, please show all of your

More information

Example 1: Twenty-six less than three times a number is the same as the sum of negative two and five times the number. Find the number.

Example 1: Twenty-six less than three times a number is the same as the sum of negative two and five times the number. Find the number. Section 2.4 continued : Application Problems Tips for solving application problems 1. Read the entire problem. What are you trying to find? What information is given? 2. Plan your approach to the problem.

More information

MATH UN Midterm 2 November 10, 2016 (75 minutes)

MATH UN Midterm 2 November 10, 2016 (75 minutes) Name: UNI: Instructor: Shrenik Shah MATH UN3025 - Midterm 2 November 10, 2016 (75 minutes) This examination booklet contains 6 problems. There are 10 sheets of paper including the front cover. This is

More information

Midterm 1. Your Exam Room: Name of Person Sitting on Your Left: Name of Person Sitting on Your Right: Name of Person Sitting in Front of You:

Midterm 1. Your Exam Room: Name of Person Sitting on Your Left: Name of Person Sitting on Your Right: Name of Person Sitting in Front of You: CS70 Discrete Mathematics and Probability Theory, Fall 2018 Midterm 1 8:00-10:00pm, 24 September Your First Name: SIGN Your Name: Your Last Name: Your Exam Room: Name of Person Sitting on Your Left: Name

More information

Math 51 First Exam October 19, 2017

Math 51 First Exam October 19, 2017 Math 5 First Exam October 9, 27 Name: SUNet ID: ID #: Complete the following problems. In order to receive full credit, please show all of your work and justify your answers. You do not need to simplify

More information

Geometry review two. Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.

Geometry review two. Name: Class: Date: Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. Name: Class: Date: Geometr review two Multiple Choice Identif the letter of the choice that best completes the statement or answers the question. 1. If a b = 5, then 3a =. 3 2. a. 3b b. 10b c. 5b d. 6b

More information

Physics 1252 Exam #2A

Physics 1252 Exam #2A Physics 1252 Exam #2A Instructions: This is a closed-book, closed-notes exam. You are allowed to use a clean print-out of your formula sheet, any scientific calculator, and a ruler. Do not write on your

More information

CMPSCI 311: Introduction to Algorithms Second Midterm Exam

CMPSCI 311: Introduction to Algorithms Second Midterm Exam CMPSCI 311: Introduction to Algorithms Second Midterm Exam April 11, 2018. Name: ID: Instructions: Answer the questions directly on the exam pages. Show all your work for each question. Providing more

More information

Exam EDAF May 2011, , Vic1. Thore Husfeldt

Exam EDAF May 2011, , Vic1. Thore Husfeldt Exam EDAF05 25 May 2011, 8.00 13.00, Vic1 Thore Husfeldt Instructions What to bring. You can bring any written aid you want. This includes the course book and a dictionary. In fact, these two things are

More information

Name Score Period Date. m = 2. Find the geometric mean of the two numbers. Copy and complete the statement.

Name Score Period Date. m = 2. Find the geometric mean of the two numbers. Copy and complete the statement. Chapter 6 Review Geometry Name Score Period Date Solve the proportion. 3 5 1. = m 1 3m 4 m = 2. 12 n = n 3 n = Find the geometric mean of the two numbers. Copy and complete the statement. 7 x 7? 3. 12

More information

Physics 1252 Exam #2C

Physics 1252 Exam #2C Physics 1252 Exam #2C Instructions: This is a closed-book, closed-notes exam. You are allowed to use a clean print-out of your formula sheet, any scientific calculator, and a ruler. Do not write on your

More information

Objective: Recognize halves within a circular clock face and tell time to the half hour.

Objective: Recognize halves within a circular clock face and tell time to the half hour. Lesson 13 1 5 Lesson 13 Objective: Recognize halves within a circular clock face and tell time to the half Suggested Lesson Structure Fluency Practice Application Problem Concept Development Student Debrief

More information

Data Structures in Java. Session 22 Instructor: Bert Huang

Data Structures in Java. Session 22 Instructor: Bert Huang Data Structures in Java Session 22 Instructor: Bert Huang http://www.cs.columbia.edu/~bert/courses/33 Announcements Homework 5 solutions posted Homework 6 to be posted this weekend Final exam Thursday,

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Wednesday, August 16, :30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Wednesday, August 16, :30 to 11:30 a.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II Wednesday, August 16, 000 8:30 to 11:30 a.m., only Notice... Scientific

More information

Physics 1252 Exam #2F

Physics 1252 Exam #2F Physics 1252 Exam #2F Instructions: This is a closed-book, closed-notes exam. You are allowed to use a clean print-out of your formula sheet, any scientific calculator, and a ruler. Do not write on your

More information

DISCRETE STRUCTURES FINAL EXAM FALL 2005, SECTION 0201 (PICKETT)

DISCRETE STRUCTURES FINAL EXAM FALL 2005, SECTION 0201 (PICKETT) DISCRETE STRUCTURES FINAL EXAM FALL 2005, SECTION 0201 (PICKETT) NAME: This exam is worth 20% of your final grade (500/2500 points) There are 7 problems (and 1 BONUS problem) You have until 12:30 to finish

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Friday, January 26, :15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE II. Friday, January 26, :15 a.m. to 12:15 p.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II Friday, January 26, 2001 9:15 a.m. to 12:15 p.m., only Notice... Scientific

More information

NCERT Solutions for Class 7 Maths Chapter 14

NCERT Solutions for Class 7 Maths Chapter 14 NCERT Solutions for Class 7 Maths Chapter 14 Symmetry Class 7 Chapter 14 Symmetry Exercise 14.1, 14.2, 14.3 Solutions Exercise 14.1 : Solutions of Questions on Page Number : 268 Q1 : Copy the figures with

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 017 Exam1 017-09-0 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

CS 320, Fall Dr. Geri Georg, Instructor 320 NP 1

CS 320, Fall Dr. Geri Georg, Instructor 320 NP 1 NP CS 320, Fall 2017 Dr. Geri Georg, Instructor georg@colostate.edu 320 NP 1 NP Complete A class of problems where: No polynomial time algorithm has been discovered No proof that one doesn t exist 320

More information

MATH 1080 SECOND MIDTERM EXAM

MATH 1080 SECOND MIDTERM EXAM MATH 1080 SECOND MIDTERM EXAM November 12, 2014 NAME: 1. Do not open this exam until you are told to begin. 2. This exam has 10 pages including this cover. There are 5 problems. 3. Write your name on the

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Fall 2018 Practice Final Exam 2018-12-12 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be

More information

Algorithms and Theory of Computation. Lecture 22: NP-Completeness (2)

Algorithms and Theory of Computation. Lecture 22: NP-Completeness (2) Algorithms and Theory of Computation Lecture 22: NP-Completeness (2) Xiaohui Bei MAS 714 November 8, 2018 Nanyang Technological University MAS 714 November 8, 2018 1 / 20 Set Cover Set Cover Input: a set

More information

11 /2 12 /2 13 /6 14 /14 15 /8 16 /8 17 /25 18 /2 19 /4 20 /8

11 /2 12 /2 13 /6 14 /14 15 /8 16 /8 17 /25 18 /2 19 /4 20 /8 MAC 1147 Exam #1a Answer Key Name: Answer Key ID# Summer 2012 HONOR CODE: On my honor, I have neither given nor received any aid on this examination. Signature: Instructions: Do all scratch work on the

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Tuesday, June 19, :15 to 4:15 p.m., only

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE I. Tuesday, June 19, :15 to 4:15 p.m., only The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE I Tuesday, June 19, 2001 1:15 to 4:15 p.m., only Notice... Scientific calculators

More information

CSCI3390-Lecture 17: A sampler of NP-complete problems

CSCI3390-Lecture 17: A sampler of NP-complete problems CSCI3390-Lecture 17: A sampler of NP-complete problems 1 List of Problems We now know that if L is any problem in NP, that L P SAT, and thus SAT is NP-hard. Since SAT is also in NP we find that SAT is

More information

NP-Completeness. CptS 223 Advanced Data Structures. Larry Holder School of Electrical Engineering and Computer Science Washington State University

NP-Completeness. CptS 223 Advanced Data Structures. Larry Holder School of Electrical Engineering and Computer Science Washington State University NP-Completeness CptS 223 Advanced Data Structures Larry Holder School of Electrical Engineering and Computer Science Washington State University 1 Hard Graph Problems Hard means no known solutions with

More information

Limitations of Algorithm Power

Limitations of Algorithm Power Limitations of Algorithm Power Objectives We now move into the third and final major theme for this course. 1. Tools for analyzing algorithms. 2. Design strategies for designing algorithms. 3. Identifying

More information

Pre-Algebra Chapter 9 Spatial Thinking

Pre-Algebra Chapter 9 Spatial Thinking Pre-Algebra Chapter 9 Spatial Thinking SOME NUMBERED QUESTIONS HAVE BEEN DELETED OR REMOVED. YOU WILL NOT BE USING A CALCULATOR FOR PART I MULTIPLE-CHOICE QUESTIONS, AND THEREFORE YOU SHOULD NOT USE ONE

More information

Curriculum Area: Mathematics A Level - 2 year course (AQA) Year: 12. Aspire Learn Achieve

Curriculum Area: Mathematics A Level - 2 year course (AQA) Year: 12. Aspire Learn Achieve Topics Core 1 - Algebra Core 1 - Coordinate Geometry Core 1 - Differentiation Core 1 - Integration Year Curriculum - Use and manipulate surds - Quadratic functions and their graphs - The discriminant of

More information

ABHELSINKI UNIVERSITY OF TECHNOLOGY

ABHELSINKI UNIVERSITY OF TECHNOLOGY Approximation Algorithms Seminar 1 Set Cover, Steiner Tree and TSP Siert Wieringa siert.wieringa@tkk.fi Approximation Algorithms Seminar 1 1/27 Contents Approximation algorithms for: Set Cover Steiner

More information

Physics 1252 Exam #2A

Physics 1252 Exam #2A Physics 1252 Exam #2A Instructions: This is a closed-book, closed-notes exam. You are allowed to use a clean print-out of your formula sheet, any scientific calculator, and a ruler. Do not write on your

More information

Physics 1212 Exam #2B

Physics 1212 Exam #2B Physics 1212 Exam #2B Instructions: This is a closed-book, closed-notes exam. You are allowed to use a clean print-out of your formula sheet, any scientific calculator, and a ruler. Do not write on your

More information

EE6-16 Equivalent Expressions Pages

EE6-16 Equivalent Expressions Pages EE6-6 Equivalent Expressions Pages 0 STANDARDS 6.EE.A.2, 6.EE.A.3, 6.EE.A. Goals Students will use the area of rectangles and the properties of operations to show that two expressions are equivalent. Vocabulary

More information

Math Challengers Provincial 2016 Blitz and Bull s-eye rounds.

Math Challengers Provincial 2016 Blitz and Bull s-eye rounds. Math hallengers Provincial 016 litz and ull s-eye rounds. Solutions proposed by Sean Wang from Point Grey litz 1. What is the sum of all single digit primes? Solution: Recall that a prime number only has

More information

Midfield City Schools MES 3 rd Grade Math Pacing Guide Year

Midfield City Schools MES 3 rd Grade Math Pacing Guide Year Operations and Algebraic Thinking [OA] Represent and solve problems involving multiplication and division. Understand properties of multiplication and the relationship between multiplication and division.

More information

CS1800 Discrete Structures Fall 2016 Profs. Gold & Schnyder April 25, CS1800 Discrete Structures Final

CS1800 Discrete Structures Fall 2016 Profs. Gold & Schnyder April 25, CS1800 Discrete Structures Final CS1800 Discrete Structures Fall 2016 Profs. Gold & Schnyder April 25, 2017 CS1800 Discrete Structures Final Instructions: 1. The exam is closed book and closed notes. You may not use a calculator or any

More information

University of New Mexico Department of Computer Science. Final Examination. CS 561 Data Structures and Algorithms Fall, 2006

University of New Mexico Department of Computer Science. Final Examination. CS 561 Data Structures and Algorithms Fall, 2006 University of New Mexico Department of Computer Science Final Examination CS 561 Data Structures and Algorithms Fall, 2006 Name: Email: Print your name and email, neatly in the space provided above; print

More information

English 2 nd Grade M-Z Vocabulary Cards and Word Walls Revised: 1/13/14

English 2 nd Grade M-Z Vocabulary Cards and Word Walls Revised: 1/13/14 English 2 nd Grade M-Z Vocabulary Cards and Word Walls Revised: 1/13/14 Important Notes for Teachers: The vocabulary cards in this file match the Common Core, the math curriculum adopted by the Utah State

More information

GCSE LINKED PAIR PILOT 4363/02 METHODS IN MATHEMATICS UNIT 1: Methods (Non-Calculator) HIGHER TIER

GCSE LINKED PAIR PILOT 4363/02 METHODS IN MATHEMATICS UNIT 1: Methods (Non-Calculator) HIGHER TIER Surname Centre Number Candidate Number Other Names 0 GCSE LINKED PAIR PILOT 4363/02 METHODS IN MATHEMATICS UNIT 1: Methods (Non-Calculator) HIGHER TIER A.M. THURSDAY, 26 May 2016 2 hours S16-4363-02 For

More information

MATH 260 LINEAR ALGEBRA EXAM II Fall 2013 Instructions: The use of built-in functions of your calculator, such as det( ) or RREF, is prohibited.

MATH 260 LINEAR ALGEBRA EXAM II Fall 2013 Instructions: The use of built-in functions of your calculator, such as det( ) or RREF, is prohibited. MAH 60 LINEAR ALGEBRA EXAM II Fall 0 Instructions: he use of built-in functions of your calculator, such as det( ) or RREF, is prohibited ) For the matrix find: a) M and C b) M 4 and C 4 ) Evaluate the

More information

MA 113 Calculus I Fall 2015 Exam 3 Tuesday, 17 November Multiple Choice Answers. Question

MA 113 Calculus I Fall 2015 Exam 3 Tuesday, 17 November Multiple Choice Answers. Question MA 11 Calculus I Fall 2015 Exam Tuesday, 17 November 2015 Name: Section: Last 4 digits of student ID #: This exam has ten multiple choice questions (five points each) and five free response questions (ten

More information

Evaluate and simplify.

Evaluate and simplify. Math 52 Midterm Practice Exam The following exercises are taken from the book s end-of-chapter Practice Tests. The exercise numbers here correspond to the numbers in those tests. The answers to these exercises

More information

Mathematics A *S39264A0125* Edexcel GCSE S39264A. Paper 2 (Calculator) Higher Tier. Mock Paper Time: 1 hour 45 minutes

Mathematics A *S39264A0125* Edexcel GCSE S39264A. Paper 2 (Calculator) Higher Tier. Mock Paper Time: 1 hour 45 minutes Write your name here Surname Other names Edexcel GCSE Centre Number Mathematics A Paper 2 (Calculator) Mock Paper Time: 1 hour 45 minutes Candidate Number Higher Tier Paper Reference 1MA0/2H You must have:

More information

Data Structures and Algorithms (CSCI 340)

Data Structures and Algorithms (CSCI 340) University of Wisconsin Parkside Fall Semester 2008 Department of Computer Science Prof. Dr. F. Seutter Data Structures and Algorithms (CSCI 340) Homework Assignments The numbering of the problems refers

More information

Math 187, Spring 2018: Test III

Math 187, Spring 2018: Test III Math 187, Spring 2018: Test III Dr. Holmes April 13, 2018 The exam starts at 9 am and ends at 9:55. You may use your writing instrument and your non-graphing calculator. Cell phones must be turned off

More information

ECS122A Handout on NP-Completeness March 12, 2018

ECS122A Handout on NP-Completeness March 12, 2018 ECS122A Handout on NP-Completeness March 12, 2018 Contents: I. Introduction II. P and NP III. NP-complete IV. How to prove a problem is NP-complete V. How to solve a NP-complete problem: approximate algorithms

More information

2014 Caryn White: Caryn Loves Math 1

2014 Caryn White: Caryn Loves Math 1 2014 Caryn White: Caryn Loves Math 1 Coordinate Plane Geometry: Quadrilateral Task Cards By Caryn White Table of Contents Copy Right Informations:... 2 Instructions and Ideas... 3 Task Cards... 5 Wanted

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE II Tuesday, January 28, 1992-9:15 a.m. to 12:15 p.m., only Notice... If your

More information

What s the Average? Stu Schwartz

What s the Average? Stu Schwartz What s the Average? by Over the years, I taught both AP calculus and AP statistics. While many of the same students took both courses, rarely was there a problem with students confusing ideas from both

More information

Unit 2: Number, Algebra, Geometry 1 (Non-Calculator) Foundation Tier

Unit 2: Number, Algebra, Geometry 1 (Non-Calculator) Foundation Tier Write your name here Surname Other names Edexcel GCSE Centre Number Candidate Number Mathematics B Unit 2: Number, Algebra, Geometry 1 (Non-Calculator) Foundation Tier Monday 4 March 2013 Morning Time:

More information

3-1 Solving Systems of Equations. Solve each system of equations by using a table. 1. ANSWER: (3, 5) ANSWER: (2, 7)

3-1 Solving Systems of Equations. Solve each system of equations by using a table. 1. ANSWER: (3, 5) ANSWER: (2, 7) Solve each system of equations by using a table. 1. 9. CCSS MODELING Refer to the table below. (3, 5) 2. (2, 7) Solve each system of equations by graphing. 3. a. Write equations that represent the cost

More information

TEST 1: Answers. You must support your answers with necessary work. My favorite number is three. Unsupported answers will receive zero credit.

TEST 1: Answers. You must support your answers with necessary work. My favorite number is three. Unsupported answers will receive zero credit. TEST : Answers Math 35 Name: } {{ } Fall 6 Read all of the following information before starting the exam: Do all work to be graded in the space provided. If you need extra space, use the reverse of the

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 017 Exam1 017-0-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

2014 Junior Cert Ordinary Level Official Sample Paper 1

2014 Junior Cert Ordinary Level Official Sample Paper 1 2014 Junior Cert Ordinary Level Official Sample Paper 1 Question 1 (Suggested maximum time: 5 minutes) (i) On the Venn diagram below, shade the region that represents A B. A B means A union B" i.e. everything

More information

Machine Learning, Fall 2009: Midterm

Machine Learning, Fall 2009: Midterm 10-601 Machine Learning, Fall 009: Midterm Monday, November nd hours 1. Personal info: Name: Andrew account: E-mail address:. You are permitted two pages of notes and a calculator. Please turn off all

More information

Decision Mathematics D1

Decision Mathematics D1 Pearson Edexcel GCE Decision Mathematics D1 Advanced/Advanced Subsidiary Friday 17 June 2016 Afternoon Time: 1 hour 30 minutes Paper Reference 6689/01 You must have: D1 Answer Book Candidates may use any

More information

Paper reference. 5504/04 Edexcel GCSE Mathematics A 1387 Paper 4 (Calculator) Intermediate Tier. Tuesday 9 November 2004 Morning Time: 2 hours

Paper reference. 5504/04 Edexcel GCSE Mathematics A 1387 Paper 4 (Calculator) Intermediate Tier. Tuesday 9 November 2004 Morning Time: 2 hours Centre No Paper reference Candidate No 5 5 0 4 / 0 4 Surname Signature Initial(s) Paper References(s) 5504/04 Edexcel GCSE Mathematics A 1387 Paper 4 (Calculator) Intermediate Tier Tuesday 9 November 2004

More information

Math 19 Practice Exam 2B, Winter 2011

Math 19 Practice Exam 2B, Winter 2011 Math 19 Practice Exam 2B, Winter 2011 Name: SUID#: Complete the following problems. In order to receive full credit, please show all of your work and justify your answers. You do not need to simplify your

More information