1

EBook Problem 8-21 (Algorithmic) Round Tree Manor is a hotel that provides two types of rooms...

Question

EBook Problem 8-21 (Algorithmic) Round Tree Manor is a hotel that provides two types of rooms...

eBook Problem 8-21 (Algorithmic) Round Tree Manor is a hotel that provides two types of rooms with three rental classes: Supe

b. How many reservations can be accommodated in each rental class? Rental Class SuperSaver Deluxe Business # of reservations

eBook Problem 8-21 (Algorithmic) Round Tree Manor is a hotel that provides two types of rooms with three rental classes: Super Saver, Deluxe, and Business. The profit per night for each type of room and rental class is as follows: Rental Class Super Saver $32 $17 Deluxe $43 $35 Business Type I Room Type II $39 Type I rooms do not have wireless Internet access and are not available for the Business rental dass. Round Tree's management makes a forecast of the demand by rental class for each night in the future. A linear programming model developed to maximize profit is used to determine how many reservations to accept for each rental class. The demand forecast for a particular night is 120 rentals in the Super Saver class, 70 rentals in the Deluxe class, and 55 rentals in the Business dlass. Round Tree has 105 Type I rooms and 120 Type II rooms. a. Use linear programming to determine how many reservations to accept in each rental class and how the reservations should be allocated to roorm types. Variable SuperSaver rentals allocated to room type I SuperSaver rentals allocated to room type II Deluxe rentals allocated to room type I Deluxe rentals allocated to room type II Business rentals allocated to room type II Of reservations
b. How many reservations can be accommodated in each rental class? Rental Class SuperSaver Deluxe Business # of reservations c. Management is considering offering a ee breakfast to anyone upgrading from a Super Saver reservation to Deluxe class. If the cost of the breakfast to Round Tree is $5, should this incentive be offered? d. With a little work, an unused office area could be converted to a rental room. If the conversion cost is the same for both types of rooms, would you recommend converting the office to a Type I or a Type II room? Why? The input in the box below will not be graded, but may be reviewed and considered by your instructor. e. Could the linear programming model be modified to plan for the allocation of rental demand for the next night?

Answers

Solution

a)

Super Saver Deluxe Business
Type 1 100 5 0
Type 2 0 65 55

b)

Super Saver=100

Delux=70

Business=55

Explanation

a)

MAX Z = 32x1 + 17x2 + 43x3 + 35x4 + 39x5
subject to
x1 + x2 <= 120
x3 + x4 <= 70
x5 <= 55
x1 + x3 <= 105
x2 + x4 + x5 <= 120
and x1,x2,x3,x4,x5 >= 0

Using simplex method,

The problem is converted to canonical form by adding slack, surplus and artificial variables as appropiate:

MAX Z = 32x1 + 17x2 + 43x3 + 35x4 + 39x5 + 0S1 + 0S2 + 0S3 + 0S4 + 0S5
subject to
x1 + x2 + S1 <= 120
x3 + x4 + S2<= 70
x5 + S3<= 55
x1 + x3 + S4<= 105
x2 + x4 + x5 + S5<= 120
and x1,x2,x3,x4,x5,S1,S2,S3,S4,S5 >= 0

Iteration-1 Cj 32 17 43 35 39 0 0 0 0 0
B CB XB x1 x2 x3 x4 x5 S1 S2 S3 S4 S5 MinRatio
XBx3
S1 0 120 1 1 0 0 0 1 0 0 0 0 ---
S2 0 70 0 0 (1) 1 0 0 1 0 0 0 701=70
S3 0 55 0 0 0 0 1 0 0 1 0 0 ---
S4 0 105 1 0 1 0 0 0 0 0 1 0 1051=105
S5 0 120 0 1 0 1 1 0 0 0 0 1 ---
Z=0 Zj 0 0 0 0 0 0 0 0 0 0
Cj-Zj 32 17 43↑ 35 39 0 0 0 0 0



Positive maximum Cj-Zj is 43 and its column index is 3. So, the entering variable is x3.

Minimum ratio is 70 and its row index is 2. So, the leaving basis variable is S2.

∴ The pivot element is 1.

Entering =x3, Departing =S2, Key Element =1

R2(new)=R2(old)

R1(new)=R1(old)

R3(new)=R3(old)

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

R5(new)=R5(old)

Iteration-2 Cj 32 17 43 35 39 0 0 0 0 0
B CB XB x1 x2 x3 x4 x5 S1 S2 S3 S4 S5 MinRatio
XBx5
S1 0 120 1 1 0 0 0 1 0 0 0 0 ---
x3 43 70 0 0 1 1 0 0 1 0 0 0 ---
S3 0 55 0 0 0 0 (1) 0 0 1 0 0 55/1=55
S4 0 35 1 0 0 -1 0 0 -1 0 1 0 ---
S5 0 120 0 1 0 1 1 0 0 0 0 1 120/1=120
Z=3010 Zj 0 0 43 43 0 0 43 0 0 0
Cj-Zj 32 17 0 -8 39↑ 0 -43 0 0 0



Positive maximum Cj-Zj is 39 and its column index is 5. So, the entering variable is x5.

Minimum ratio is 55 and its row index is 3. So, the leaving basis variable is S3.

∴ The pivot element is 1.

Entering =x5, Departing =S3, Key Element =1

R3(new)=R3(old)

R1(new)=R1(old)

R2(new)=R2(old)

R4(new)=R4(old)

R5(new)=R5(old) - R3(new)

Iteration-3 Cj 32 17 43 35 39 0 0 0 0 0
B CB XB x1 x2 x3 x4 x5 S1 S2 S3 S4 S5 MinRatio
XBx1
S1 0 120 1 1 0 0 0 1 0 0 0 0 120/1=120
x3 43 70 0 0 1 1 0 0 1 0 0 0 ---
x5 39 55 0 0 0 0 1 0 0 1 0 0 ---
S4 0 35 (1) 0 0 -1 0 0 -1 0 1 0 35/1=35
S5 0 65 0 1 0 1 0 0 0 -1 0 1 ---
Z=5155 Zj 0 0 43 43 39 0 43 39 0 0
Cj-Zj 32↑ 17 0 -8 0 0 -43 -39 0 0



Positive maximum Cj-Zj is 32 and its column index is 1. So, the entering variable is x1.

Minimum ratio is 35 and its row index is 4. So, the leaving basis variable is S4.

∴ The pivot element is 1.

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

R4(new)=R4(old)

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

R2(new)=R2(old)

R3(new)=R3(old)

R5(new)=R5(old)

Iteration-4 Cj 32 17 43 35 39 0 0 0 0 0
B CB XB x1 x2 x3 x4 x5 S1 S2 S3 S4 S5 MinRatio
XBx4
S1 0 85 0 1 0 1 0 1 1 0 -1 0 85/1=85
x3 43 70 0 0 1 1 0 0 1 0 0 0 70/1=70
x5 39 55 0 0 0 0 1 0 0 1 0 0 ---
x1 32 35 1 0 0 -1 0 0 -1 0 1 0 ---
S5 0 65 0 1 0 (1) 0 0 0 -1 0 1 65/1=65
Z=6275 Zj 32 0 43 11 39 0 11 39 32 0
Cj-Zj 0 17 0 24↑ 0 0 -11 -39 -32 0



Positive maximum Cj-Zj is 24 and its column index is 4. So, the entering variable is x4.

Minimum ratio is 65 and its row index is 5. So, the leaving basis variable is S5.

∴ The pivot element is 1.

Entering =x4, Departing =S5, Key Element =1

R5(new)=R5(old)

R1(new)=R1(old) - R5(new)

R2(new)=R2(old) - R5(new)

R3(new)=R3(old)

R4(new)=R4(old) + R5(new)

Iteration-5 Cj 32 17 43 35 39 0 0 0 0 0
B CB XB x1 x2 x3 x4 x5 S1 S2 S3 S4 S5 MinRatio
S1 0 20 0 0 0 0 0 1 1 1 -1 -1
x3 43 5 0 -1 1 0 0 0 1 1 0 -1
x5 39 55 0 0 0 0 1 0 0 1 0 0
x1 32 100 1 1 0 0 0 0 -1 -1 1 1
x4 35 65 0 1 0 1 0 0 0 -1 0 1
Z=7835 Zj 32 24 43 35 39 0 11 15 32 24
Cj-Zj 0 -7 0 0 0 0 -11 -15 -32 -24



Since all Cj-Zj≤0

Hence, integer optimal solution is arrived with value of variables as :
x1=100,x2=0,x3=5,x4=65,x5=55

Max Z=7835

b)

Super Saver=100

Delux=70 (65+5)

Business=55


Similar Solved Questions

1 answers
What would happen to unit sales and total revenue for this textbook if the publisher reduced its price
What would happen to unit sales and total revenue for this textbook if the publisher reduced its price?...
1 answers
Check [The following information applies to the questions displayed below.) At the beginning of 2018, Copeland...
Check [The following information applies to the questions displayed below.) At the beginning of 2018, Copeland Drugstore purchased a new computer system for $180,000. It is expected to have a five-year life and a $30,000 salvage value. Required a. Compute the depreciation for each of the five years,...
1 answers
What is the value of "n" in the equation for compound interest if it is compounded...
What is the value of "n" in the equation for compound interest if it is compounded daily and interest has accrued for 2 years?...
1 answers
A) Show the mechanism for the free radical chlorination of bromopropane. Clearly show the initiation, propagation,...
a) Show the mechanism for the free radical chlorination of bromopropane. Clearly show the initiation, propagation, and termination steps. b) Use the BDEs shown on page 1 to calculate the enthalpy change for this reaction. c) Unfortunately, the student’s attempt in question 3 failed, and he onl...
1 answers
A molecule or ion that binds to this hydrogen is a Invdrogen bond acceptor. Specify the...
A molecule or ion that binds to this hydrogen is a Invdrogen bond acceptor. Specify the hydrogen bonding behavior of the 4 species below by selecting: donor for species that act as donors only acceptor for species that act as acceptors only both for species that act as both donors and acceptors neit...
1 answers
If an inelastic collision of two carts on a frictionless track collides, what is the momentum...
if an inelastic collision of two carts on a frictionless track collides, what is the momentum of cart A and B, before and after the collision? cart A has a mass of .5025 kg and cart B has a mass of .5491 kg. carts A initial velocity is .5595 m/s then collides and sticks to cart B, which was initiall...
1 answers
FIFO, LIFO, Weighted Average Date # units purchased Cost / Unit # of units sold Selling...
FIFO, LIFO, Weighted Average Date # units purchased Cost / Unit # of units sold Selling price/ unit January 1 Beg. Inventory 200 Units $10 / unit January 10 Purchase 200 Units $12 / unit January 15 Purchase 200 Units $14 / unit January 31 Sold ...
1 answers
17 Suppose an investment offers to triple your money in 36 months (don't believe it). What...
17 Suppose an investment offers to triple your money in 36 months (don't believe it). What rate of return per quarter are you being offered? Хо0:46:33 Multiple Choice o 12.98% o 715% o 10.55% o 8.63% C 9.59%...
1 answers
Problems 30° Air n=1 o 1. Light is incident on a right triangular polystyrene (n =...
Problems 30° Air n=1 o 1. Light is incident on a right triangular polystyrene (n = 1.59) prism at an angle of 0; as shown on the right. A. If 0; is 5º what is Or? B. What is the minimum value for 0; in order to get total internal reflection at the right face (hypotenuse) of the the prism? 0...
1 answers
A new truck has tires with a diameter of 32.5 inches. The tires have a tread-life...
A new truck has tires with a diameter of 32.5 inches. The tires have a tread-life warranty of 55,000 miles. (a) How many radians will the tires rotate through within the full warranty length? rad (b) How many revolutions is this equivalent to? rev...
1 answers
Calculate the current of the voltage source in the following circuit, if the value of source...
Calculate the current of the voltage source in the following circuit, if the value of source M is 2.8V. (Write the magnitude Im of the current in mA in the answer. The angle will be reviewed in the procedure.) 4 4H 62.5mF + 4 M COS(2t)...
1 answers
Fluids Q1- What is the difference between precision and accuracy? Can a measurement be very precise...
Fluids Q1- What is the difference between precision and accuracy? Can a measurement be very precise but inaccurate? Explain. Q2- What is specific gravity? How is it related to density? What is cavitation? What causes it? Q3- For the setup shown in Figure, what is the the pressure P^ if the speci...
1 answers
2- In vapour compression refrigeration system, compressor is used because a. It increases cooling effect of...
2- In vapour compression refrigeration system, compressor is used because a. It increases cooling effect of cycle b. It makes possible, to remove heat from refrigerant at atmospheric pressure c. It increases the coefficient of performance of the system d. It removes thermal properties of refrigerant...
1 answers
Accounting principle 2
E15–12 Bingo Ltd. is authorized to issue $6,000,000 of 5 percent, 10-year bonds. On January 2, 2020, when the market interest rate is 6 percent, the company issues $4,800,000 of the bonds and receives cash of $4,442,941. Interest is paid on June 30 and December 31 each year. Required Prep...
1 answers
Review The wedge is used to level the member. The coefficient of static friction between the...
Review The wedge is used to level the member. The coefficient of static friction between the wedge and the two surfaces of contact is p, = 0.15. Suppose that w = 400 N/m and a =5°(Figure 1) Part A Figure Determine the horizontal force P that must be applied to begin to push the wedge forward. Ne...
1 answers
We were unable to transcribe this imageYour firm needs to pay its French supplier €479,000. If...
We were unable to transcribe this imageYour firm needs to pay its French supplier €479,000. If the exchange rate is €0.63/5, how many dollars will you need to make the exchange? The number of U.S. dollars you will need is $ . (Round to the nearest cent.)...
1 answers
In Matlab Create a single script (.m file) to solve these problems. Unless directed otherwise, use...
In Matlab Create a single script (.m file) to solve these problems. Unless directed otherwise, use meaningful variable names for each variable; do not use the default variable ans to store your results. For this project, suppress your output with semi-colons (;). Each problem should be in a separate...
1 answers
Please answer Part P40 is a part used in the production of air conditioners at Jackson...
please answer Part P40 is a part used in the production of air conditioners at Jackson Corporation. The following costs and data relate to the production of Part P40: Number of parts produced annually 22,000 Fixed costs $40,000 Variable costs $66,000 Total cost to produce $106,000 Jackson Corpor...

-- 0.010534--