Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2023 Jan D1 Q6

A Level / Edexcel / D1

IAL 2023 Jan Paper · Question 6

题目

Problem

Martin is making three types of cake for a picnic. The three types of cake are carrot cake, apple cake and chocolate cake. Along with other ingredients,

  • each carrot cake contains 275 grams of flour, 300 grams of sugar and 5 eggs
  • each apple cake contains 200 grams of flour, 400 grams of sugar and 2 eggs
  • each chocolate cake contains 100 grams of flour, 400 grams of sugar and 3 eggs

If Martin makes only one type of cake then he has enough time to prepare 15 carrot cakes or 20 apple cakes or 30 chocolate cakes.

Martin has 5.5 kilograms of flour and 70 eggs available and he has promised the picnic organisers that he will make at least 18 cakes in total.

Martin plans to make a selection of these cakes and wants to minimise the total amount of sugar that he uses.

Let xx be the number of carrot cakes made, yy the number of apple cakes made and zz the number of chocolate cakes made.

(a) Formulate this information as a linear programming problem. State the objective and list the constraints as simplified inequalities with integer coefficients.

(6)

A further constraint is that y=2zy = 2z.

(b) Explain what this constraint means in the context of the question.

(1)

The constraint y=2zy = 2z reduces the problem to the following:

Minimise P=300x+600yP = 300x + 600y

subject to

11x+10y22011x + 10y \leq 220 10x+7y14010x + 7y \leq 140 x+y15x + y \leq 15 2x+3y362x + 3y \geq 36 x0,y0x \geq 0, \quad y \geq 0

(c) Represent these constraints on Diagram 1 in the answer book. Hence determine, and label, the feasible region, RR.

(4)

(d) Use the objective line method to find the optimal number of each type of cake that Martin should make, and the amount of sugar used.

(4)

(e) Determine how much flour and how many eggs Martin will have left over after making the optimal number of cakes.

(2)
题目中文翻译

Martin 正在为野餐制作三种类型的蛋糕。三种蛋糕分别是胡萝卜蛋糕、苹果蛋糕和巧克力蛋糕。除其他配料外,

  • 每个胡萝卜蛋糕含有 275 克面粉、300 克糖和 5 个鸡蛋
  • 每个苹果蛋糕含有 200 克面粉、400 克糖和 2 个鸡蛋
  • 每个巧克力蛋糕含有 100 克面粉、400 克糖和 3 个鸡蛋

如果 Martin 只制作一种蛋糕,他有足够的时间准备 15 个胡萝卜蛋糕或 20 个苹果蛋糕或 30 个巧克力蛋糕。

Martin 有 5.5 千克面粉和 70 个鸡蛋可用,他已经向野餐组织者承诺总共至少制作 18 个蛋糕。

Martin 计划制作这些蛋糕的一种选择,并希望最小化使用的糖总量。

xx 为制作的胡萝卜蛋糕数量,yy 为制作的苹果蛋糕数量,zz 为制作的巧克力蛋糕数量。

(a) 将此信息表述为线性规划问题。说明目标并列出简化为整数系数不等式的约束条件。

另一个约束是 y=2zy = 2z

(b) 解释此约束在问题背景中的含义。

约束 y=2zy = 2z 将问题简化为以下内容:

最小化 P=300x+600yP = 300x + 600y

约束条件

11x+10y22011x + 10y \leq 220 10x+7y14010x + 7y \leq 140 x+y15x + y \leq 15 2x+3y362x + 3y \geq 36 x0,y0x \geq 0, \quad y \geq 0

(c) 在答案本的图 1 上表示这些约束条件。由此确定并标注可行域 RR

(d) 使用目标线法找到 Martin 应该制作的每种蛋糕的最优数量以及使用的糖量。

(e) 确定 Martin 制作最优数量的蛋糕后剩余的面粉和鸡蛋数量。

解答