Question

In: Operations Management

A computer company manufactures 3 types of computers which are personal computers, workbooks and gamebooks. Each...

A computer company manufactures 3 types of computers which are personal computers, workbooks and gamebooks. Each personal computer is produced in 0.2 hours, assembled in 0.1 hours, and inspected in 0.05 hours. Each workbook is produced in 0.2 hours, assembled in 0.3 hours, and inspected in 0.075 hours. Each gamebook is produced in 0.4 hours, assembled in 0.4 hours, and inspected in 0.15 hours. At most 600 hours of production, 480 hours of assembly and 160 hours of inspection can be done. The company profits 60$ from a personal computer, 90$ from a workbook, 100$ from a gamebook. Besides, due to the lack of demand, at least 60 personal computer should be ready in the inventory. Formulate an LP that can be used to maximize the profit of computer company. Explain each decision variable, objective function, and constraint with at least one sentence. Write down the standard form and add artificial variables if needed. Find a basic feasible solution to start simplex. Solve the LP by using simplex method step by step. Write down the optimal solution.

Solutions

Expert Solution

Let

x1 = no. of personal computers
x2 = no. of workbooks
x3 = no. of gamebooks to be products

Maximize Z = 60 x1 + 90 x2 + 100 x3 (this is the objective function which is the total profit that's to be maximized)

0.20 x1 + 0.20 x2 + 0.40 x3 <= 600 (This constraint is for the available production hours)
0.10 x1 + 0.30 x2 + 0.40 x3 <= 480 (This constraint is for the available assembly hours)
0.05 x2 + 0.075 x2 + 0.15 x3 <= 160 (This constraint is for the available inspection hours)

x1 >= 60 (This is for the minimum PC required in the inventory)

x1, x2, x3 >= 0 (this is the non-negativity constraint)

-------------------------

Standard form:

Max Z   =       60   x1   +   90   x2   +   100   x3   +   0   S1   +   0   S2   +   0   S3   +   0   S4   -   M   A1
subject to
0.2   x1   +   0.2   x2   +   0.4   x3   +       S1                                                   =   600
0.1   x1   +   0.3   x2   +   0.4   x3               +       S2                                       =   480
0.05   x1   +   0.075   x2   +   0.15   x3                           +       S3                           =   160
x1                                                               -       S4   +       A1   =   60
and x1,x2,x3,S1,S2,S3,S4,A1 ≥ 0

Iteration-1 Cj 60 90 100 0 0 0 0 -M
B CB XB x1 x2 x3 S1 S2 S3 S4 A1 MinRatio
XB / x1
S1 0 600 0.2 0.2 0.4 1 0 0 0 0 600/0.2=3000
S2 0 480 0.1 0.3 0.4 0 1 0 0 0 480/0.1=4800
S3 0 160 0.05 0.075 0.15 0 0 1 0 0 160/0.05=3200
A1 -M 60 (1) 0 0 0 0 0 -1 1 60/1=60
Z=-60M Zj -M 0 0 0 0 0 M -M
Zj-Cj -M-60 -90 -100 0 0 0 M 0

Entering =x1, Departing =A1, Key Element =1

Row operations:

R4(new)=R4(old)

R1(new)=R1(old) - 0.2 * R4(new)

R2(new)=R2(old) - 0.1 * R4(new)

R3(new)=R3(old) - 0.05 * R4(new)

Iteration-2 Cj 60 90 100 0 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 S4 MinRatio
XB / x3
S1 0 588 0 0.2 0.4 1 0 0 0.2 588/0.4=1470
S2 0 474 0 0.3 0.4 0 1 0 0.1 474/0.4=1185
S3 0 157 0 0.075 (0.15) 0 0 1 0.05 157/0.15=1046.667
x1 60 60 1 0 0 0 0 0 -1 ---
Z=3600 Zj 60 0 0 0 0 0 -60
Zj-Cj 0 -90 -100 0 0 0 -60

Entering =x3, Departing =S3, Key Element =0.15

Row operations:

R3(new)=R3(old) / 0.15

R1(new)=R1(old) - 0.4 * R3(new)

R2(new)=R2(old) - 0.4 * R3(new)

R4(new)=R4(old)

Iteration-3 Cj 60 90 100 0 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 S4 MinRatio
XB / x2
S1 0 169.333 0 0 0 1 0 -2.667 0.0667 ---
S2 0 55.333 0 (0.1) 0 0 1 -2.667 -0.033 55.333/0.1=553.333
x3 100 1046.667 0 0.5 1 0 0 6.667 0.333 1046.667/0.5=2093.333
x1 60 60 1 0 0 0 0 0 -1 ---
Z=108266.667 Zj 60 50 100 0 0 666.667 -26.667
Zj-Cj 0 -40 0 0 0 666.667 -26.667

Entering =x2, Departing =S2, Key Element =0.1

Row operations:

R2(new)=R2(old) / 0.1

R1(new)=R1(old)

R3(new)=R3(old) - 0.5 * R2(new)

R4(new)=R4(old)

Iteration-4 Cj 60 90 100 0 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 S4 MinRatio
XB / S3
S1 0 169.333 0 0 0 1 0 -2.667 0.0667 ---
x2 90 553.333 0 1 0 0 10 -26.667 -0.333 ---
x3 100 770 0 0 1 0 -5 (20) 0.5 770/20=38.5
x1 60 60 1 0 0 0 0 0 -1 ---
Z=130400 Zj 60 90 100 0 400 -400 -40
Zj-Cj 0 0 0 0 400 -400 -40

Entering =S3, Departing =x3, Key Element =20

Row operations:

R3(new)=R3(old) / 20

R1(new)=R1(old) + 2.667 * R3(new)

R2(new)=R2(old) + 26.667 * R3(new)

R4(new)=R4(old)

Iteration-5 Cj 60 90 100 0 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 S4 MinRatio
XB / S4
S1 0 272 0 0 0.133 1 -0.667 0 0.333 272/0.1333=2040
x2 90 1580 0 1 1.333 0 3.333 0 0.333 1580/0.3333=4740
S3 0 38.5 0 0 0.05 0 -0.25 1 (0.025) 38.5/0.025=1540
x1 60 60 1 0 0 0 0 0 -1 ---
Z=145800 Zj 60 90 120 0 300 0 -30
Zj-Cj 0 0 20 0 300 0 -30

Entering =S4, Departing =S3, Key Element =0.025

Row operations:

R3(new)=R3(old) / 0.025

R1(new)=R1(old) - 0.133 * R3(new)

R2(new)=R2(old) - 0.333 * R3(new)

R4(new)=R4(old) + R3(new)

Iteration-6 Cj 60 90 100 0 0 0 0
B CB XB x1 x2 x3 S1 S2 S3 S4
S1 0 66.667 0 0 -0.133 1 0.667 -5.333 0
x2 90 1066.667 0 1 0.667 0 6.667 -13.333 0
S4 0 1540 0 0 2 0 -10 40 1
x1 60 1600 1 0 2 0 -10 40 0
Z=192000 Zj 60 90 180 0 0 1200 0
Zj-Cj 0 0 80 0 0 1200 0

Since all the Zj-Cj ≥ 0, we have reached the optimality condition and the optimal solution is as follows:

x1 = 1600
x2 = 1066.67
x3 = 0
max. Z = 192,000


Related Solutions

Pentucket Computer Company manufactures personal computers and tablets. Based on the latest information from the cost​...
Pentucket Computer Company manufactures personal computers and tablets. Based on the latest information from the cost​ accountant, using the current sales​ mix, the​ weighted-average sales price per unit is $ 780 and the​ weighed-average variable cost per unit is $ 624. The company does not expect the sales mix to vary for the next year. Average fixed costs per month are $76,440. Reqirement 1. What is the number of units that must be sold each month to reach the breakeven​...
An electronics firm manufactures two types of personal computers (PC), a desktop model and a laptop...
An electronics firm manufactures two types of personal computers (PC), a desktop model and a laptop model. The production of a desktop computer requires a capital expenditure of $400 and 40 hours of labor. The production of a laptop computer requires a capital expenditure of $250 and 30 hours of labor. The firm has $20,000 capital and 2,160 labor-hours available for production of desktop and laptop computers. Each desktop computer contributes a profit of $320 and each laptop computer contributes...
QT, Inc. and Elppa Computers, Inc. compete with each other in the personal computer market. QT...
QT, Inc. and Elppa Computers, Inc. compete with each other in the personal computer market. QT assembles computers to customer orders, building and delivering a computer within four days of a customer entering an order online. Elppa, on the other hand, builds computers for inventory prior to receiving an order. These computers are sold from inventory once an order is received. Selected financial information for both companies from recent financial statements follows (in millions): QT Elppa Sales $43,800 $58,000 Cost...
Inventory Analysis QT, Inc. and Elppa Computers, Inc. compete with each other in the personal computer...
Inventory Analysis QT, Inc. and Elppa Computers, Inc. compete with each other in the personal computer market. QT assembles computers to customer orders, building and delivering a computer within four days of a customer entering an order online. Elppa, on the other hand, builds computers for inventory prior to receiving an order. These computers are sold from inventory once an order is received. Selected financial information for both companies from recent financial statements follows (in millions): QT Elppa Sales $48,180...
explain the following types of computers a)analog computers b)digital computers c)hybrid computer
explain the following types of computers a)analog computers b)digital computers c)hybrid computer
PERFORMANCE EVALUATION - Economics Computer Company assembles personal computers and sells them in the retail marketplace....
PERFORMANCE EVALUATION - Economics Computer Company assembles personal computers and sells them in the retail marketplace. The company is organized into two profit centers: the assembly division and the distribution division. The demand curve facing the company (and the distribution division) is P = 3,500 – 10Q. The marginal cost for assembly (which includes purchasing the parts) is constant at $450. The distribution division faces constant marginal distribution costs of $50 per unit. A. What is the profit-maximizing retail price...
PERFORMANCE EVALUATION – Economics for Business Decisions Computer Company assembles personal computers and sells them in...
PERFORMANCE EVALUATION – Economics for Business Decisions Computer Company assembles personal computers and sells them in the retail marketplace. The company is organized into two profit centers: the assembly division and the distribution division. The demand curve facing the company (and the distribution division) is P=3,500 – 10Q. The marginal cost for assembly (which includes purchasing the parts) is constant at $450. The distribution division faces constant marginal distribution costs of $50 per unit. A. What is the profit-maximizing retail...
Horizon Corporation manufactures personal computers. The company began operations in 2016 and reported profits for the...
Horizon Corporation manufactures personal computers. The company began operations in 2016 and reported profits for the years 2016 through 2019. Due primarily to increased competition and price slashing in the industry, 2020’s income statement reported a loss of $20 million. Just before the end of the 2021 fiscal year, a memo from the company’s chief financial officer to Jim Fielding, the company controller, included the following comments: If we don’t do something about the large number of unsold computers already...
Horizon Corporation manufactures personal computers. The company began operations in 2012 and reported profits for the...
Horizon Corporation manufactures personal computers. The company began operations in 2012 and reported profits for the years 2012 through 2019. Due primarily to increased competition and price slashing in the industry, 2020's income statement reported a loss of $20 million. Just before the end of the 2021 fiscal year, a memo from the company's chief financial office (CFO) to Jim Filed, the company controller, included the following comments. If we don't do something about the large amount of unsold computers...
Horizon Corporation manufactures personal computers. The company began operations in 2012 and reported profits for the...
Horizon Corporation manufactures personal computers. The company began operations in 2012 and reported profits for the years 2012 through 2019. Due primarily to increased competition and price slashing in the industry, 2020’s income statement reported a loss of $20 million. Just before the end of the 2021 fiscal year, a memo from the company’s chief financial officer (CFO) to Jim Fielding, the company controller, included the following comments: “If we don’t do something about the large amount of unsold computers...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT