AS Maths Decision Paper January 2012 Model Answers.

Slides:



Advertisements
Similar presentations
Networks Prim’s Algorithm
Advertisements

MCA 202: Discrete Mathematics under construction Instructor Neelima Gupta
Minimum Spanning Tree Sarah Brubaker Tuesday 4/22/8.
6.8 The Cheapest-Link Algorithm. The Cheapest-Link Algorithm Pick the edge with the smallest weight and mark it Pick the next edge with the smallest weight.
Discrete Math for Computer Science. Mathematical Model Real-world Problem Computerized Solution Abstract Model Transformed Model picture of the real worldpicture.
MINIMAL CONNECTOR PROBLEMS Problem: A cable TV company is installing a system of cables to connect all the towns in a region. The numbers in the network.
Prim’s Algorithm from a matrix A cable TV company is installing a system of cables to connect all the towns in the region. The numbers in the network are.
Aims: To know the terms: tree, spanning tree, minimum spanning tree. To understand that a minimum spanning tree connects a network using the lowest possible.
Decision Maths Graphs Wiltshire Graphs A graph is just a diagram made up of “dots” and “lines”. These are all graphs. The dots are called “nodes” or.
Example 1 Define the Variables: Let l = length of package g = girth of package Two variables – two inequalities: Graph each inequality. Don’t forget to.
Chapter 3 The Greedy Method 3.
3 -1 Chapter 3 The Greedy Method 3 -2 The greedy method Suppose that a problem can be solved by a sequence of decisions. The greedy method has that each.
Discrete Math for CS Chapter 7: Graphs. Discrete Math for CS Map of Koenigsberg at the time of Euler.
Algorithms on graphs In Decision Mathematics, a graph consists of points (called vertices or nodes) which are connected by lines (edges or arcs). Eg in.
Chapter 9: Graphs Basic Concepts
The Travelling Salesman Algorithm A Salesman has to visit lots of different stores and return to the starting base On a graph this means visiting every.
Chapter 2: Business Efficiency Lesson Plan Business Efficiency  Visiting Vertices-Graph Theory Problem Hamiltonian Circuits  Vacation Planning Problem.
C o n f i d e n t i a l HOME NEXT Subject Name: Data Structure Using C Unit Title: Graphs.
Frequency Distributions and Their Graphs
© The McGraw-Hill Companies, Inc., Chapter 3 The Greedy Method.
Shortest Path Algorithm This is called “Dijkstra’s Algorithm” …pronounced “Dirk-stra”
Graph Theory Topics to be covered:
Chapter 4 sections 1 and 2.  Fig. 1  Not connected  All vertices are even.  Fig. 2  Connected  All vertices are even.
Module 5 – Networks and Decision Mathematics Chapter 23 – Undirected Graphs.
The travelling Salesman problem involves visiting every town (node) on a graph and returning to the start in the shortest distance. The slides will show.
Computing the chromatic number for block intersection graphs of Latin squares Ed Sykes CS 721 project McMaster University, December 2004 Slide 1.
TSP – Upper Bounds and Lower Bounds Initial problem : Upper Bound A salesman based in Stockton needs to visit shops based in Darlington, Billingham, Middlesbrough,
Graphs A ‘Graph’ is a diagram that shows how things are connected together. It makes no attempt to draw actual paths or routes and scale is generally inconsequential.
D1 stuff The tail wags the dog. M1A1 A1 A1 We mark your best effort.
Graphs. Graphs Similar to the graphs you’ve known since the 5 th grade: line graphs, bar graphs, etc., but more general. Those mathematical graphs are.
© Nuffield Foundation 2012 Nuffield Free-Standing Mathematics Activity Networks © Rudolf Stricker.
Minimum Spanning tree Prim’s algorithm 1.Select any vertex 2.Select the shortest edge connected to that vertex 3.Select the shortest edge which connects.
Graphs Definition: a graph is an abstract representation of a set of objects where some pairs of the objects are connected by links. The interconnected.
3.3 Linear Programming. Vocabulary Constraints: linear inequalities; boundary lines Objective Function: Equation in standard form used to determine the.
I can describe the differences between Hamilton and Euler circuits and find efficient Hamilton circuits in graphs. Hamilton Circuits I can compare and.
1.Which of the following is NOT an algorithm? a.A set of instructions used to build a wardrobe b.A flow chart used to solve a quadratic equation c.A note.
DECISION 1. How do you do a Bubble Sort? Bubble Sort:  You compare adjacent items in a list;  If they are in order, leave them.  If they are not in.
AS Decision Maths Tips for each Topic. Kruskal and Prim What examiner’s are looking for A table of values in the order that they are added and the total.
MATRIX FORM OF PRIM’S ALGORITHM. This network may be described using a Distance Matrix.
AS Maths Decision Paper January 2011 Model Answers.
Unit 3 Chinese Postman. Non - Eulerian Semi - Eulerian Eulerian.
Shortest Path -Prim’s -Djikstra’s. PRIM’s - Minimum Spanning Tree -A spanning tree of a graph is a tree that has all the vertices of the graph connected.
Linear Programming Chapter 3 Lesson 4 Vocabulary Constraints- Conditions given to variables, often expressed as linear inequalities. Feasible Region-
The graph is neither Eulerian or Semi – Eulerian as it has 4 ODD vertices.
Lower bound algorithm. 1 Start from A. Delete vertex A and all edges meeting at A. A B C D 4 5 E Find the length of the minimum spanning.
MAT 110 Workshop Created by Michael Brown, Haden McDonald & Myra Bentley for use by the Center for Academic Support.
AS Maths Decision Paper June 2011 Model Answers.
Basic Concepts Graphs For more notes and topics visit:
Redraw these graphs so that none of the line intersect except at the vertices B C D E F G H.
AS Maths Decision Paper June 2011 Model Answers.
Section 2: Multiple choice
Chapter 2: Business Efficiency Lesson Plan
Jan 2007.
Combinations COURSE 3 LESSON 11-3
Planar Graphs & Euler’s Formula
Chapter 2: Business Efficiency Lesson Plan
y x x x + y = 5 POSITIVE.
Chapter 9: Graphs Basic Concepts
AS Maths Decision Paper January 2006 Model Answers.
Section 2: Multiple choice
AB AC AD AE AF 5 ways If you used AB, then, there would be 4 remaining ODD vertices (C, D, E and F) CD CE CF 3 ways If you used CD, then, there.
Decision Maths Graphs.
AS Maths Decision Paper January 2010 Model Answers.
Networks Kruskal’s Algorithm
Minimum Spanning tree Select any vertex
Networks Prim’s Algorithm
AS Maths Decision Paper June 2013 Model Answers.
Chapter 9: Graphs Basic Concepts
Homework Solutions.
Jan 2009.
Presentation transcript:

AS Maths Decision Paper January 2012 Model Answers

It is important students have a copy of the questions as you go through the model answers.

Grade Boundaries Grade A B C D E Mark 62 56 50 44 39

4 Sub Groups 2 Sub Groups Arrange each Sub Group 36 37 24 25 13 16 36 37 24 25 13 16 11 12 2 Sub Groups 36 24 13 11 37 25 16 12 13 16 36 37 11 12 24 25 Arrange each Sub Group 13 11 16 12 36 24 37 25 11 12 13 16 24 25 36 37

Then A and C can only be matched to 1 Ques 2a Ques 2b A B C D E F 1 2 3 4 5 6 F must match with 6 ∴ E must match with 5 ∴ B must match with 2 Then A and C can only be matched to 1 This makes it impossible as 2 people can’t be allocated to the same task.

ED = 6 You could have used CD = 10 AC = 8 AD = 10 FG = 11 BE = 12 CF = 16 Total = 63 If you use AD you can’t use CD as it forms a loop Length of spanning tree = 63

The two minimum spanning trees are B E C A D F G B E C A D F G Note – You must label each vertex with its appropriate letter and put highlight the vertices

These are the ODD vertices

You need to work out lowest value for all combinations CE + KH = 35 + 24 = 59 CK + EH = 25 + 40 = 65 CH + EK = 25 + 30 = 55 Repeat CH + EK = 55 Total = 224 (all edges) + 55 (CH + EK) = 279

Show the repeated edges on the matrix for CH and EK. As J has SIX edges, it will be visited 6 ÷ 2 = 3 TIMES EK.

Change all the inequalities to equations y = 20 x + y = 25 5x + 2y = 100 y = 4x y = 2x Plot the lines on the graph Shade the region that doesn’t represents the inequality

y = 4x y = 2x Feasible Region y = 20 x + y = 25 5x + 2y = 100

You can use co-ordinates or an objective line If you use co-ordinates they have to be integers Minimum for P = x + 2y is x = 5 and y = 2 is P = 45 Minimum for P = -x + y is x = 10 and y = 20 is P = 10

See next slide

28 48 47 39 37 83 94 93 92 91 106 101 137 122 121 135 149 145

Write the corresponding route A B E F G H I J Or the reverse AJ was 145 miles. It has been reduced by 10 miles so is now 135 miles The new road connects B to G. You know AB is 28 and GJ is 44 miles. Therefore the new road must be 135 (total distance) – 72 (unaffected distances AB + GJ) 63 miles

8 7 13 4 8 7 13 4 10 19 10 19

bi) B A D E F G C B 2 4 4 10 20 32 8 = 80 miles bii) B A D E F G E C A B You have to visit E from G before going to C and A from C before going to B biii) The best upper bound is the LOWEST value = 76 miles

AB = 2 3 5 6 1 2 4 BD = 3 CA = 6 FD = 12 GF = 20 Total = 43

7cii E has been deleted 8 7 Use the table not the diagram to find the two nearest neighbours to E, which are 13 4 8 7 13 4 10 19 10 19 ED = 4 + EB = 7 AB = 2 BD = 3 7 + 4 =11 43 + 11 = 54 CA = 6 FD = 12 GF = 20 Total = 43

7ciii) The best lower bound is the HIGHEST value = 64 7d) 64 ≤ T ≤ 76

4x – 13 > 0 (as it has to be a positive integer) Therefore 4x > 13 Then x > 13 4 So x > 3.25 So x ≥ 4 if it is a positive integer

So 2x + 3 > 3x - 5 3x - 5 > x + 1 x + 1 > 4x - 13 After the first pass (2x + 3) is the largest value After the second pass (3x -5) is the larger than After the third pass (x + 1) is the larger than So 2x + 3 > 3x - 5 3x - 5 > x + 1 x + 1 > 4x - 13 2x + 3 > x + 1 3x - 5 > 4x - 13 2x + 3 > 4x - 13

x + 1 > 4x - 13 So 1 > 3x - 13 So 14 > 3x Then 3x < 14 So x < 14 3 From part 1 we also know that x > 13 4 Therefore 13 4 < x < 14 3 As x is an integer it must = 4 x = 4