题目
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 represent the number of red rose bushes, represent the number of yellow rose bushes and 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.
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
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.
The gardener decides to plant exactly 30 white rose bushes. This reduces two of the constraints to
(d) Show that the third constraint can be reduced to
(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.
题目中文翻译
一位园丁想要种植一些玫瑰丛。她将使用三种不同的颜色:红色、黄色和白色。
园丁决定使用线性规划来确定每种颜色种植多少株。
设 表示红色玫瑰丛的数量, 表示黄色玫瑰丛的数量, 表示白色玫瑰丛的数量。
园丁想要最大化她将种植的玫瑰丛总数。
(a) 写出此问题的目标函数。
园丁共有 £1400 可供花费。已知
- 红色玫瑰丛每株 £12.50
- 黄色玫瑰丛每株 £10
- 白色玫瑰丛每株 £15
(b) 证明其中一个约束条件为
园丁决定
- 红色玫瑰丛的数量必须至少占玫瑰丛总数的 40%
- 每两株黄色玫瑰丛必须至少有三株白色玫瑰丛
(c) 利用此信息列出另外两个约束条件,应完全简化为整数系数。
园丁决定恰好种植 30 株白色玫瑰丛。这将其中两个约束条件简化为
(d) 证明第三个约束条件可简化为
(e) 使用答案本中的坐标轴画出这三个约束条件,由此确定园丁将种植的红色玫瑰丛和黄色玫瑰丛的数量。