Math Problem Statement

GBA Q1(a).pdf

112.36 KB

what are the answers for question 1a(i)

Solution

To develop a linear programming model for Johnson Industry’s bulldozer transportation problem, we need to minimize the total cost of moving bulldozers from Simei and Yishun to other locations.

Step 1: Define Variables

Let the decision variables represent the number of bulldozers moved from Simei and Yishun to each of the five other locations. Denote these as:

  • x1x_1: Number of bulldozers moved from Simei to Bishan
  • x2x_2: Number of bulldozers moved from Simei to Kallang
  • x3x_3: Number of bulldozers moved from Simei to Jurong
  • x4x_4: Number of bulldozers moved from Simei to Bedok
  • x5x_5: Number of bulldozers moved from Simei to Tampines
  • y1y_1: Number of bulldozers moved from Yishun to Bishan
  • y2y_2: Number of bulldozers moved from Yishun to Kallang
  • y3y_3: Number of bulldozers moved from Yishun to Jurong
  • y4y_4: Number of bulldozers moved from Yishun to Bedok
  • y5y_5: Number of bulldozers moved from Yishun to Tampines

Step 2: Objective Function

The objective is to minimize the total cost of transporting the bulldozers. The cost function is given by the sum of the costs per bulldozer for each route: Minimize Z=360x1+400x2+350x3+460x4+240x5+330y1+320y2+560y3+600y4+380y5\text{Minimize} \ Z = 360x_1 + 400x_2 + 350x_3 + 460x_4 + 240x_5 + 330y_1 + 320y_2 + 560y_3 + 600y_4 + 380y_5

Step 3: Constraints

We need to satisfy the following constraints:

  • Each client (other than Simei and Yishun) must receive at least 10 bulldozers but ideally 18. This means that the total number of bulldozers sent to each location must satisfy:

    • x1+y110x_1 + y_1 \geq 10 (Bishan)
    • x2+y210x_2 + y_2 \geq 10 (Kallang)
    • x3+y310x_3 + y_3 \geq 10 (Jurong)
    • x4+y410x_4 + y_4 \geq 10 (Bedok)
    • x5+y510x_5 + y_5 \geq 10 (Tampines)
  • Additionally, the total number of bulldozers sent from Simei and Yishun cannot exceed their respective available excess bulldozers:

    • x1+x2+x3+x4+x532x_1 + x_2 + x_3 + x_4 + x_5 \leq 32 (Simei’s excess bulldozers)
    • y1+y2+y3+y4+y545y_1 + y_2 + y_3 + y_4 + y_5 \leq 45 (Yishun’s excess bulldozers)
  • The decision variables must be non-negative integers, as fractional bulldozers cannot be moved.

Step 4: Linear Program

The linear programming model for this problem is as follows:

Minimize Z=360x1+400x2+350x3+460x4+240x5+330y1+320y2+560y3+600y4+380y5\text{Minimize} \ Z = 360x_1 + 400x_2 + 350x_3 + 460x_4 + 240x_5 + 330y_1 + 320y_2 + 560y_3 + 600y_4 + 380y_5

Subject to:

  • x1+y110x_1 + y_1 \geq 10
  • x2+y210x_2 + y_2 \geq 10
  • x3+y310x_3 + y_3 \geq 10
  • x4+y410x_4 + y_4 \geq 10
  • x5+y510x_5 + y_5 \geq 10
  • x1+x2+x3+x4+x532x_1 + x_2 + x_3 + x_4 + x_5 \leq 32
  • y1+y2+y3+y4+y545y_1 + y_2 + y_3 + y_4 + y_5 \leq 45
  • x1,x2,x3,x4,x5,y1,y2,y3,y4,y50x_1, x_2, x_3, x_4, x_5, y_1, y_2, y_3, y_4, y_5 \geq 0

This linear programming model can then be solved using Excel Solver or other optimization tools to minimize the transportation cost while satisfying all the constraints.

Would you like assistance in solving this model using Excel Solver, or do you need further details on any specific part of the problem?

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Programming
Optimization
Transportation Problem

Formulas

Minimize Z = 360x1 + 400x2 + 350x3 + 460x4 + 240x5 + 330y1 + 320y2 + 560y3 + 600y4 + 380y5
x1 + y1 >= 10 (Bishan)
x2 + y2 >= 10 (Kallang)
x3 + y3 >= 10 (Jurong)
x4 + y4 >= 10 (Bedok)
x5 + y5 >= 10 (Tampines)
x1 + x2 + x3 + x4 + x5 <= 32 (Simei)
y1 + y2 + y3 + y4 + y5 <= 45 (Yishun)

Theorems

Linear Programming Theorem
Optimization Techniques

Suitable Grade Level

Grades 11-12