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

IAL 2025 June D1 Q5

A Level / Edexcel / D1

IAL 2025 June Paper · Question 5

题目

Problem

A gardener wants to plant some rose bushes. She will use three different colours, red, yellow and white.

The gardener decides to use linear programming to determine how many of each colour she will plant.

Let xx represent the number of red rose bushes, yy represent the number of yellow rose bushes and zz represent the number of white rose bushes.

The gardener wants to maximise the total number of rose bushes she will plant.

(a) Write down the objective for this problem.

(1)

The gardener has a total of £1400 available to spend. Given that

  • red rose bushes cost £12.50 each
  • yellow rose bushes cost £10 each
  • white rose bushes cost £15 each

(b) show that one constraint is given by

5x+4y+6z5605x + 4y + 6z \leq 560

(2)

The gardener decides that

  • the number of red rose bushes must be at least 40% of the total number of rose bushes
  • there must be at least three white rose bushes for every two yellow rose bushes

(c) Use this information to formulate two further constraints, which should be fully simplified with integer coefficients.

(3)

The gardener decides to plant exactly 30 white rose bushes. This reduces two of the constraints to

5x+4y3805x + 4y \leq 380 y20y \leq 20

(d) Show that the third constraint can be reduced to

3x2y603x - 2y \geq 60

(2)

(e) Draw these three constraints using the axes in the answer book and hence determine the number of red rose bushes and the number of yellow rose bushes that the gardener will plant.

(4)
题目中文翻译

一位园丁想要种植一些玫瑰丛。她将使用三种不同的颜色:红色、黄色和白色。

园丁决定使用线性规划来确定每种颜色种植多少株。

xx 表示红色玫瑰丛的数量,yy 表示黄色玫瑰丛的数量,zz 表示白色玫瑰丛的数量。

园丁想要最大化她将种植的玫瑰丛总数。

(a) 写出此问题的目标函数。

园丁共有 £1400 可供花费。已知

  • 红色玫瑰丛每株 £12.50
  • 黄色玫瑰丛每株 £10
  • 白色玫瑰丛每株 £15

(b) 证明其中一个约束条件为

5x+4y+6z5605x + 4y + 6z \leq 560

园丁决定

  • 红色玫瑰丛的数量必须至少占玫瑰丛总数的 40%
  • 每两株黄色玫瑰丛必须至少有三株白色玫瑰丛

(c) 利用此信息列出另外两个约束条件,应完全简化为整数系数。

园丁决定恰好种植 30 株白色玫瑰丛。这将其中两个约束条件简化为

5x+4y3805x + 4y \leq 380 y20y \leq 20

(d) 证明第三个约束条件可简化为

3x2y603x - 2y \geq 60

(e) 使用答案本中的坐标轴画出这三个约束条件,由此确定园丁将种植的红色玫瑰丛和黄色玫瑰丛的数量。

解答

(a)

解法一

思路

展开

目标是使三种颜色的玫瑰丛总数最大,因此把三种数量相加作为目标函数,并明确写出“最大化”。

答题过程

展开

The objective is

Maximise P=x+y+z.\boxed{\text{Maximise }P=x+y+z}.

(b)

解法一

思路

展开

把三种玫瑰丛的“单价乘数量”相加,总费用不能超过 £1400。再把不等式各项同除以 2.5,便自然得到题目要求的整数系数形式。

答题过程

展开

The cost constraint is

12.5x+10y+15z1400.12.5x+10y+15z\leq1400.

Dividing throughout by 2.5 gives

5x+4y+6z560,\boxed{5x+4y+6z\leq560},

as required.

(c)

解法一

思路

展开

第一条信息表示红色数量 xx 至少是总数 x+y+zx+y+z 的 40%,先写成比例不等式再清除分母。第二条信息中,每 2 株黄色至少对应 3 株白色,因此白黄数量比至少为 3:23:2

答题过程

展开

For the red rose bushes,

x40100(x+y+z)5x2x+2y+2z3x2y+2z.\begin{align*} x\geq&\,\frac{40}{100}(x+y+z)\\ 5x\geq&\,2x+2y+2z\\ 3x\geq&\,2y+2z. \end{align*}

For every two yellow rose bushes, there must be at least three white rose bushes, so

z32y,z\geq\frac32y,

which gives

3y2z.3y\leq2z.

Therefore, the two further constraints are

3x2y+2z,3y2z.\boxed{ \begin{gathered} 3x\geq2y+2z,\\ 3y\leq2z. \end{gathered} }

(d)

解法一

思路

展开

承接 (c) 中红色玫瑰丛比例产生的约束 3x2y+2z3x\geq2y+2z,代入 z=30z=30 后移项,即可得到题目要求的二维约束。

答题过程

展开

Using the first constraint from part (c) and substituting z=30z=30,

3x2y+2(30)3x2y+603x2y60.\begin{align*} 3x\geq&\,2y+2(30)\\ 3x\geq&\,2y+60\\ 3x-2y\geq&\,60. \end{align*}

Hence

3x2y60,\boxed{3x-2y\geq60},

as required.

(e)

解法一

思路

展开

在第一象限画出三条边界 5x+4y=3805x+4y=380y=20y=203x2y=603x-2y=60,再根据不等号方向确定可行域。由于 z=30z=30 固定,最大化 x+y+zx+y+z 等价于最大化 x+yx+y;将目标线向右上方平移,最后接触可行域的顶点为预算边界与 y=20y=20 的交点。

答题过程

展开

The three boundary lines can be plotted using

BoundaryTwo convenient points
5x+4y=3805x+4y=380(76,0)(76,0) and (60,20)(60,20)
y=20y=20(0,20)(0,20) and (60,20)(60,20)
3x2y=603x-2y=60(20,0)(20,0) and (40,30)(40,30)

The feasible region satisfies

5x+4y380,y20,3x2y60,\begin{gathered} 5x+4y\leq380,\\ y\leq20,\\ 3x-2y\geq60, \end{gathered}

with x0x\geq0 and y0y\geq0.

Since z=30z=30 is fixed, maximising P=x+y+zP=x+y+z is equivalent to maximising x+yx+y. The optimal vertex is the intersection of

y=20y=20

and

5x+4y=380.5x+4y=380.

Substituting y=20y=20 gives

5x+4(20)=3805x=300x=60.\begin{align*} 5x+4(20)=&\,380\\ 5x=&\,300\\ x=&\,60. \end{align*}

Therefore, the gardener will plant

60 red rose bushes,20 yellow rose bushes.\boxed{ \begin{gathered} 60\text{ red rose bushes},\\ 20\text{ yellow rose bushes}. \end{gathered} }