Question

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

0 0
Add a comment Improve this question Transcribed image text
Answer #1

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

Add a comment
Know the answer?
Add Answer to:
eBook Problem 8-21 (Algorithmic) Round Tree Manor is a hotel that provides two types of rooms...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 41. Rou Round Tree Manor is a hotel that provides two types of rooms with three...

    41. Rou 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: Business Rental Class Super Saver Deluxe $30 $35 $20 $30 Room Type I Type II $40 Type I rooms do not have high-speed Internet access and are not available for the Business rental class. Round Tree's management makes a forecast of the...

  • Round Tree Manor is a hotel that provides two types of rooms with three rental classes:...

    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 Deluxe Business Type I (Mountain View) $35 $40 - Room Type II (Street View) $25 $35 $45 Round Tree's management makes a forecast of the demand by rental class for each night in the future. A linear programming model developed...

  • Problem 11-5 Round Tree Manor is a hotel that provides two types of rooms with three...

    Problem 11-5 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 Deluxe Business Room Type I $30 $35 - Type II $15 $25 $35 Type I rooms do not have high-speed wireless Internet access and are not available for the Business rental class. Round Tree's management makes a forecast...

  • 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:...

    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 Deluxe Business Room Type I (Mountain View) $35 $40 - Type II (Street View) $25 $35 $45 Round Tree's management makes a forecast of the demand by rental class for each night in the future. A linear programming model developed...

  • Round Tree Manor is a hote th provides two types of room with three retai dames:...

    Round Tree Manor is a hote th provides two types of room with three retai dames: Super Savec Deluxe, and Business. The profit per night for each type of room and rental cass is as Super Saver Dele Business Type 1 (Mountain View) $30 Type II (Street View) Round Tree's management makes a forecast of the demand by rental dlass for each night in the ture A linear programming model developed tomieois used to determine how many reservations to accept...

  • Problem 9-15 (Algorithmic) Bay Oil produces two types of fuels (regular and super) by mixing three...

    Problem 9-15 (Algorithmic) Bay Oil produces two types of fuels (regular and super) by mixing three ingredients. The major distinguishing feature of the two products is the octane level required. Regular fuel must have a minimum octane level of 92 while super must have a level of at least 100. The cost per barrel, octane levels, and available amounts (in barrels) for the upcoming two-week period are shown in the following table. Likewise, the maximum demand for each end product...

  • Problem 9-15 (Algorithmic) Bay Oil produces two types of fuels (regular and super) by mixing three ingredients. The ma...

    Problem 9-15 (Algorithmic) Bay Oil produces two types of fuels (regular and super) by mixing three ingredients. The major distinguishing feature of the two products is the octane level required. Regular fuel must have a minimum octane level of 92 while super must have a level of at least 100. The cost per barrel, octane levels, and available amounts (in barrels) for the upcoming two-week period are shown in the following table. Likewise, the maximum demand for each end product...

  • You might be familiar with Crazy Eddy, an owner of the “Crazy Eddy’s” home electronics stores...

    You might be familiar with Crazy Eddy, an owner of the “Crazy Eddy’s” home electronics stores that used to exist when you were younger (though maybe too young to remember). Some of the larger superstores like Best Buy and Circuit City moved in and began squeezing Eddy. As it turned out his tagline, “where the prices are insane,” was quite true, and he was forced out of business. Unbeknownst to many, Eddy was an avid skier, and his desire to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT