Questions — OCR MEI D2 (54 questions)

Browse by board
AQA AS Paper 1 AS Paper 2 C1 C2 C3 C4 D1 D2 FP1 FP2 FP3 Further AS Paper 1 Further AS Paper 2 Discrete Further AS Paper 2 Mechanics Further AS Paper 2 Statistics Further Paper 1 Further Paper 2 Further Paper 3 Discrete Further Paper 3 Mechanics Further Paper 3 Statistics M1 M2 M3 Paper 1 Paper 2 Paper 3 S1 S2 S3 CAIE FP1 FP2 Further Paper 1 Further Paper 2 Further Paper 3 Further Paper 4 M1 M2 P1 P2 P3 S1 S2 Edexcel AEA AS Paper 1 AS Paper 2 C1 C12 C2 C3 C34 C4 CP AS CP1 CP2 D1 D2 F1 F2 F3 FD1 FD1 AS FD2 FD2 AS FM1 FM1 AS FM2 FM2 AS FP1 FP1 AS FP2 FP2 AS FP3 FS1 FS1 AS FS2 FS2 AS M1 M2 M3 M4 M5 P1 P2 P3 P4 PMT Mocks PURE Paper 1 Paper 2 Paper 3 S1 S2 S3 S4 OCR AS Pure C1 C2 C3 C4 D1 D2 FD1 AS FM1 AS FP1 FP1 AS FP2 FP3 FS1 AS Further Additional Pure Further Additional Pure AS Further Discrete Further Discrete AS Further Mechanics Further Mechanics AS Further Pure Core 1 Further Pure Core 2 Further Pure Core AS Further Statistics Further Statistics AS H240/01 H240/02 H240/03 M1 M2 M3 M4 PURE S1 S2 S3 S4 OCR MEI AS Paper 1 AS Paper 2 C1 C2 C3 C4 D1 D2 FP1 FP2 FP3 Further Extra Pure Further Mechanics A AS Further Mechanics B AS Further Mechanics Major Further Mechanics Minor Further Numerical Methods Further Pure Core Further Pure Core AS Further Pure with Technology Further Statistics A AS Further Statistics B AS Further Statistics Major Further Statistics Minor M1 M2 M3 M4 Paper 1 Paper 2 Paper 3 S1 S2 S3 S4 Pre-U Pre-U 9794/1 Pre-U 9794/2 Pre-U 9794/3 Pre-U 9795 Pre-U 9795/1 Pre-U 9795/2 WJEC Further Unit 1 Further Unit 2 Further Unit 3 Further Unit 4 Further Unit 5 Further Unit 6 Unit 1 Unit 2 Unit 3 Unit 4
OCR MEI D2 Q1
16 marks Easy -1.2
The switching circuit in Fig. 1.1 shows switches, s for a car's sidelights, h for its dipped headlights and f for its high-intensity rear foglights. It also shows the three sets of lights. \includegraphics{figure_1} (Note: s and h are each "ganged" switches. A ganged switch consists of two connected switches sharing a single switch control, so that both are either on or off together.)
    1. Describe in words the conditions under which the foglights will come on. [2]
    Fig. 1.2 shows a combinatorial circuit. \includegraphics{figure_2}
    1. Write the output in terms of a Boolean expression involving s, h and f. [2]
    2. Use a truth table to prove that \(s \wedge h \wedge f = \sim (\sim s \vee \sim h) \wedge f\). [3]
  1. A car's first gear can be engaged (g) if either both the road speed is low (r) and the clutch is depressed (d), or if both the road speed is low (r) and the engine speed is the correct multiple of the road speed (m).
    1. Draw a switching circuit to represent the conditions under which first gear can be engaged. Use two ganged switches to represent r, and single switches to represent each of d, m and g. [2]
    2. Draw a combinatorial circuit to represent the Boolean expression \(r \wedge (d \vee m) \wedge g\). [4]
    3. Use Boolean algebra to prove that \(r \wedge (d \vee m) \wedge g = ((r \wedge d) \vee (r \wedge m)) \wedge g\). [2]
    4. Draw another switching circuit to represent the conditions under which first gear can be selected, but without using a ganged switch. [1]
OCR MEI D2 Q2
16 marks Moderate -0.8
Karl is considering investing in a villa in Greece. It will cost him 56000 euros (€ 56000). His alternative is to invest his money, £35000, in the United Kingdom. He is concerned with what will happen over the next 5 years. He estimates that there is a 60% chance that a house currently worth € 56000 will appreciate to be worth € 75000 in that time, but that there is a 40% chance that it will be worth only € 55000. If he invests in the United Kingdom then there is a 50% chance that there will be 20% growth over the 5 years, and a 50% chance that there will be 10% growth.
  1. Given that £1 is worth € 1.60, draw a decision tree for Karl, and advise him what to do, using the EMV of his investment (in thousands of euros) as his criterion. [4]
In fact the £/€ exchange rate is not fixed. It is estimated that at the end of 5 years, if there has been 20% growth in the UK then there is a 70% chance that the exchange rate will stand at 1.70 euros per pound, and a 30% chance that it will be 1.50. If growth has been 10% then there is a 40% chance that the exchange rate will stand at 1.70 and a 60% chance that it will be 1.50.
  1. Produce a revised decision tree incorporating this information, and give appropriate advice. [3]
A financial analyst asks Karl a number of questions to determine his utility function. He estimates that for x in cash (in thousands of euros) Karl's utility is \(x^{0.5}\), and that for y in property (in thousands of euros), Karl's utility is \(y^{0.75}\).
  1. Repeat your computations from part (ii) using utility instead of the EMV of his investment. Does this change your advice? [3]
  2. Using EMVs, find the exchange rate (number of euros per pound) which will make Karl indifferent between investing in the UK and investing in a villa in Greece. [2]
  3. Show that, using Karl's utility function, the exchange rate would have to drop to 1.277 euros per pound to make Karl indifferent between investing in the UK and investing in a villa in Greece. [4]
OCR MEI D2 Q3
20 marks Standard +0.3
The distance and route matrices shown in Fig. 3.1 are the result of applying Floyd's algorithm to the incomplete network on 4 vertices shown in Fig. 3.2. \includegraphics{figure_3} \includegraphics{figure_4}
  1. Draw the complete network of shortest distances. [2]
  2. Explain how to use the route matrix to find the shortest route from vertex 4 to vertex 1 in the original incomplete network. [2]
A new vertex, vertex 5, is added to the original network. Its distances from vertices to which it is connected are shown in Fig. 3.3. \includegraphics{figure_5}
  1. Draw the extended network and the complete 5-node network of shortest distances. (You are not required to use an algorithm to find the shortest distances.) [3]
  2. Produce the shortest distance matrix and the route matrix for the extended 5-node network. [3]
  3. Apply the nearest neighbour algorithm to your \(5 \times 5\) distance matrix, starting at vertex 1. Give the length of the cycle produced, together with the actual cycle in the original 5-node network. [3]
  4. By deleting vertex 1 and its arcs, and by using Prim's algorithm on the reduced distance matrix, produce a lower bound for the solution to the practical travelling salesperson problem in the original 5-node network. Show clearly your use of the matrix form of Prim's algorithm. [4]
  5. In the original 5-node network find a shortest route starting at vertex 1 and using each of the 6 arcs at least once. Give the length of your route. [3]
OCR MEI D2 Q4
20 marks Standard +0.8
Kassi and Theo are discussing how much oil and how much vinegar to use to dress their salad. They agree to use between 5 and 10ml of oil and between 3 and 6ml of vinegar and that the amount of oil should not exceed twice the amount of vinegar. Theo prefers to have more oil than vinegar. He formulates the following problem to maximise the proportion of oil: Maximise \(\frac{x}{x + y}\) subject to \(0 \leq x \leq 10\), \(0 \leq y \leq 6\), \(x - 2y \leq 0\).
  1. Explain why this problem is not an LP. [1]
  2. Use the simplex method to solve the following LP. Maximise \(x - y\) subject to \(0 \leq x \leq 10\), \(0 \leq y \leq 6\), \(x - 2y \leq 0\). [7]
  3. Kassi prefers to have more vinegar than oil. She formulates the following LP. Maximise \(y - x\) subject to \(5 \leq x \leq 10\), \(3 \leq y \leq 6\), \(x - 2y \leq 0\). Draw separate graphs to show the feasible regions for this problem and for the problem in part (ii). [5]
  4. Explain why the formulation in part (ii) produced a solution for Theo's problem, and why it is more difficult to use the simplex method to solve Kassi's problem in part (iii). [2]
  5. Produce an initial tableau for using the two-stage simplex method to solve Kassi's problem. Explain briefly how to proceed. [5]