Assignments With Solution
Assignments With Solution
Problem 1
Reddy Mikks Company produces both interior and exterior paints from two raw materials. M1
and M2. The following table provides the basic data of the problem
Maximize z = 5 X1 + 4 X2
Subject to
6 X1 + 4X2 <= 24
X1 + 2 X2 <=6
-X1 + X2 <=1
X2<= 2
X1, X2 >= 0
1
1. Construct each the following constraints and express them with constant right-hand side:
a. The daily demand for interior paint exceeds that of exterior paint by at least 1 ton
b. The daily usage of raw material M2 is at most 6 tons and at least 3 tons
c. The demand for interior paint cannot be less than the demand for exterior paint
d. The minimum quantity that should be produced of both the interior and the exterior paint
is 3 tons
e. The proportion of interior paint to the total production of both interior and exterior paints
must not exceed 0.5
2. Determine the best/ feasible solution among the following ( feasible and infeasible)
solution of the Reddy Mikks model
a. X1= 1, X2= 4
b. X1= 2 , X2= 2
c. X1= 3, X2=1.5
d. X1=2, X2=1
e. X1=2, X2=-1
4. suppose that Roddy Mikks sells its exterior paint to a who;esler at quantity discount. The
profit per ton is $ 5000 if the contractor buys no more than 2 tons daily and $4500
otherwise. Can this situation be modeled as an LP model?
2
1.
The solution:
2.
THE SOULTION:
a. (X1,X2)= (1,4)
(X1,X2)>=0
1(1) + 2(4) = 9 ≤ 6
IT IS INFEASIBLE
b. (X1,X2)= (2,2)
(X1,X2) >= 0
1(2) =2<=2
IT IS FEASIBLE
Z= 5( 2) + 4(2) = $18
3
c. (X1,X2) = ( 3,1.5)
(X1,X2)>=0
1(1.5) = 1.5<=2
IT IS FEASIBLE
d. (X1,X2) = (2,1)
1(1) =1 <=2
IT IS FEASIBLE
e. (X1,X2) = (2,-1)
X1>=0, X2<0
IT IS INFEASIBLE
4
Problem 2:
Production of baseball and softballs includes making the inside core, cutting and
sewing the cover, and packaging. It takes about one minute to manufacture a dozen
baseballs and two minutes to manufacture a dozen softballs. A total of 960 minutes is
available for production daily.
c. Wilson is considering manufacturing either 300 dozen baseballs and 300 dozen
softballs or 350 dozen baseballs and 350 dozen softballs. Characterize each of these
solutions.
d. If Wilson estimates that its profit is $7 per dozen baseballs and $10 per dozen
softballs, determine the objective function.
The Solution
Decision Variables
5
X1= number of dozen baseballs produced daily
X2= number of dozen softballs produced daily
a. The constraints :
b.
c.
6
- Wilson is considering manufacturing 300 dozen baseballs and 300
dozen softballs.
Since the constraints are satisfied, the solution of 300 dozen each is
an interior point located within the feasible area.
d. Wilson estimates that its profit is $7.00 per dozen baseballs and
$10.00 per dozen
softballs, the production schedule that maximizes their daily profit is
found at the
extreme point, (360, and 300).
7
Problem 3:
Panasonic electronics manufactures several products, including 45-inch GE45 and 60-
inch GE60 televisions. It makes a profit of $50 on each GE45 and $75 on each GE60
television produced. During each shift, Panasonic allocates up to 300 man-hours in its
production area and 240 man-hours in its assembly area to manufacture the television.
Each GE45 require two man-hors in production area and one man-hour in the assembly
area, whereas each GE60 require two man-hours in the production are and three man-
hours in the assembly area.
8
The solution
S.T.
X1, X2 0
9
Problem 4
10
The solution
s.t.
X1 275 (production)
X1, X2 0.
11
Problem 5:
Joe's Garage specializes in oil changes and tune-ups. Profit per oil change is $7 and $15
per tune-up. Joe's has a fleet account customer, which guarantees 30 oil changes per
week. Each oil change requires 20 minutes labor and $8 in supplies. A tune-up takes one
hour and costs Joe's $15 in supplies. Mechanics are paid $10 per hour and Joe's currently
employs two mechanics working 40 hours each per week. Every week Joe's orders
$1,750 in supplies, and Joe's wishes to maximize profit.
12
The Solution
a.
X1 = Oil changes
X2 = Tune-ups
Subject to:
X1 30 Fleet Account
20X1 + 60X2 4800 Labor time
8X1 + 15X2 1750 Materials
X1, X2 0,
b.
13
The labor cost of $10 per hour is not required to format the problem
since the profit per oil change and tune-up takes into consideration the
labor cost.
14