1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ycow [4]
2 years ago
13

The Beef-up ranch feeds cattle for midwestern farmers and delivers them to processing plants in Topeka,Kansas and Tulsa, Oklahom

a. The ranch must determine the amounts of catlle feed to buy so that variouis nutritional requirements are met while minimizing total feed costs. The mixture fed to the cows must contain different levels of four key nutrients and can be made by blending three different feeds. The amount of each nutrient (in ounces) found in each pound of feed is summarized as follows:
Nutrient a- feed 1 (3) feed 2 (2) feed 3 (4)

b- feed 1 (3) feed 2 (1) feed 3 (3)

c- feed 1 ( 1) feed 2 (0) feed 3 (2)

d- feed 1 (6) feed 2 (8) feed 3 (4)

The cost per pound of feeds 1,2, and 3 are $2.00, $2.50, and $3.00, respectively. The minimum requirement per cow each month is 4 pounds of nutrient A, 5 pounds of nutrient B, 1 pound of nutrient C, and 8 pounds of nutrient D. However, cows should not be fed more than twice the minimum requirement for any nutrient each month. Additionally, the ranch can only obtain 1,500 pounds of each type of feed each month. Because there aree usually 100 cows at the beef-up ranch at any given time, this means that no more than 15 pounds of each type of feed can be used per cow each month.

a. Formulate a linear programming problem to determine how much of each type of feed a cow should be fed each month.

b. Create a spreadsheet model for this problem, and solve it using Solver

c. what is the optimal solution?
Business
1 answer:
AfilCa [17]2 years ago
4 0

Answer:

a. Min Z = 2x₁ + 2.50x₂ + 3x₃

Subject to constraints :

3x₁ + 2x₂ + 4x₃ ≤ 128           .......(1)

3x₁ + x₂ + 3x₃ ≤ 160             ........(2)

x₁ + 0x₂ + 2x₃ ≤ 32              .........(3)

6x₁ + 8x₂ + 4x₃ ≤ 256          .........(4)

3x₁ + 2x₂ + 4x₃ ≥ 64            ..........(5)

3x₁ + x₂ + 3x₃ ≥ 80              ..........(6)

x₁ + 0x₂ + 2x₃ ≥ 16              ...........(7)

6x₁ + 8x₂ + 4x₃ ≥ 128         ............(8)

x₁ ≤ 15                                 ...........(9)

x₂≤ 15                                  ...........(10)

x₃ ≤ 15                                 ...........(11)

x₁ , x₂, x₃ ≥ 0

b. x₁ = 15 ,  x₂ = 9.5 , x₃ = 8.5

c. The optimal solution is Z = 79.25

Explanation:

Given - The table is as follows :

  • Nutrient           Feed 1                    Feed 2                      Feed 3
  •    A                      3                              2                                4
  •    B                      3                               1                                 3
  •    C                      1                                0                                2
  •    D                      6                               8                                4

The minimum requirement per cow each month is 4 pounds of nutrient A, 5 pounds of nutrient B, 1 pound of nutrient C, and 8 pounds of nutrient D. However, cows should not be fed more than twice the minimum requirement for any nutrient each month. Additionally, the ranch can only obtain 1,500 pounds of each type of feed each month. Because there are usually 100 cows at the beef-up ranch at any given time, this means that no more than 15 pounds of each type of feed can be used per cow each month.

To find - a. Formulate a linear programming problem to determine how  

                  much of each type of feed a cow should be fed each month.

              b. Create a spreadsheet model for this problem, and solve it using

                   Solver.

              c. What is the optimal solution?

Proof -

a.

Let feed 1 per cow per month = x₁

     feed 2 per cow per month = x₂

     feed 3 per cow per month = x₃

Now,

As given, The cost per pound of feeds 1,2, and 3 are $2.00, $2.50, and $3.00, respectively.

So, we have to minimize the cost , Z = 2x₁ + 2.50x₂ + 3x₃

Subject to constraints :

3x₁ + 2x₂ + 4x₃ ≤ 4(32)

3x₁ + x₂ + 3x₃ ≤ 5(32)

x₁ + 0x₂ + 2x₃ ≤ 1(32)

6x₁ + 8x₂ + 4x₃ ≤ 8(32)

∴ we get

Min Z = 2x₁ + 2.50x₂ + 3x₃

Subject to constraints :

3x₁ + 2x₂ + 4x₃ ≤ 128           .......(1)

3x₁ + x₂ + 3x₃ ≤ 160             ........(2)

x₁ + 0x₂ + 2x₃ ≤ 32              .........(3)

6x₁ + 8x₂ + 4x₃ ≤ 256          .........(4)

Now, as given

However, cows should not be fed more than twice the minimum requirement for any nutrient each month.

∴ we have

3x₁ + 2x₂ + 4x₃ ≥ \frac{128}{2}

3x₁ + x₂ + 3x₃ ≥ \frac{160}{2}

x₁ + 0x₂ + 2x₃ ≥ \frac{32}{2}

6x₁ + 8x₂ + 4x₃ ≥ \frac{256}{2}

and also

No more than 15 pounds of each type of feed can be used per cow each month.

⇒x₁ , x₂, x₃ ≤ 15

So,

The LPP model becomes

Min Z = 2x₁ + 2.50x₂ + 3x₃

Subject to constraints :

3x₁ + 2x₂ + 4x₃ ≤ 128           .......(1)

3x₁ + x₂ + 3x₃ ≤ 160             ........(2)

x₁ + 0x₂ + 2x₃ ≤ 32              .........(3)

6x₁ + 8x₂ + 4x₃ ≤ 256          .........(4)

3x₁ + 2x₂ + 4x₃ ≥ 64            ..........(5)

3x₁ + x₂ + 3x₃ ≥ 80              ..........(6)

x₁ + 0x₂ + 2x₃ ≥ 16              ...........(7)

6x₁ + 8x₂ + 4x₃ ≥ 128         ............(8)

x₁ ≤ 15                                 ...........(9)

x₂≤ 15                                  ...........(10)

x₃ ≤ 15                                 ...........(11)

x₁ , x₂, x₃ ≥ 0

b.)

We use simplex method calculator  to solve this LPP Problem

we get

x₁ = 15 ,  x₂ = 9.5 , x₃ = 8.5

c.)

The optimal solution is Z = 79.25

You might be interested in
Career skills refer to the complicated tasks performed on the job <br><br> T or F
aksik [14]
The answer is  fales hope i helped
3 0
3 years ago
Read 2 more answers
"interest payments are payments made – current owners of –. because these payments are determined by the level of government – a
lorasvet [3.4K]
To
US Treasury bonds
debt
not readily
mandatory
5 0
3 years ago
Read 2 more answers
(Consider This) In the middle ages, the French government auctioned off monopoly rights to the sale of salt. Economic theory pre
ollegr [7]
Babbabababooeeeeeeeeeee
6 0
2 years ago
Sascha is in a marching band. Because the band members move together identically, the audience perceives waves of motion. Sascha
nata0808 [166]

Answer: Common fate

Explanation:

The gestalt principle of common fate explains that objects moving in the same direction with a similar speed range, are observed as being part of one body.

Sascha's band director is making use of the gestalt principle of common fate to give the audience an illusion of waves of motion from the movement of the band members.

3 0
3 years ago
Chris Co. is considering replacing an old machine. The old machine was purchased for $100,000 and has a book value of $40,000 an
Natali5045456 [20]

Answer:

The answer is letter A.

Explanation:

No, because the relevant cost of the new machine is $10,000 more than the cost of the old machine.

3 0
3 years ago
Other questions:
  • Businesses typically enter into areas where there is competition. a. True b. False
    11·2 answers
  • Determinants of market interest rates
    15·1 answer
  • Assume that an investor buys 250 shares of stock at $ 36.55 per​ share, putting up a 46 % margin. a. What is the value of the​ p
    15·1 answer
  • ____________________ was a major reason why the United States changed more towards a mixed market economy.
    11·1 answer
  • Demand is said to be inelastic if a. buyers respond substantially to changes in the price of the good. b. demand shifts only sli
    14·1 answer
  • XZYY, Inc. currently has an issue of bonds outstanding that will mature in 31 years. The bonds have a face value of $1,000 and a
    7·1 answer
  • If you have money saved now that you intend to spend in 2 or more years, which type of savings account might be best?
    15·1 answer
  • TO: All Employees SUBJECT: New Accounting Supervisor at KBL Toys, Starting August 4
    15·2 answers
  • Personal trainers often work as independent contractors. What individual type of insurance is most recommended to purchase when
    8·1 answer
  • In the neoclassical model, the as curve shifts to the right over time as_______________________ and potential gdp expands.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!