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]
3 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]3 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
Alicia has been keeping money in her room that she has earned from babysitting. What should Alicia do with this money?
Rudik [331]
A because then she can gain interest on her money
8 0
3 years ago
Read 2 more answers
Exercise 6-31 (Algorithmic) (LO. 3) Stanford owns and operates two dry cleaning businesses. He travels to Boston to discuss acqu
jekas [21]

,Answer:

See below

Explanation:

With regards to the above, since the restaurant was not acquired, the cost that is related to acquisition of restaurant will be ignored. It means that the $35,750 will not qualify for deduction.

Also, the expenses for considering the bakery $53,700 will not be allowed all at once.

Now, for any amount exceeding $50,000 there will be a reduction of $5,000

Reduced = $53,700 - $50,000 = $3,700

Then,

$5,000 - $3,700 = $1,300 deductions

Now,

$53,700 - $1,300 = $52,400 which is the deduction allowed in 180 months

Deduction per month = $52,400 / 180 = $291.11. Per month

Deduction for 2 months will be = 2 × $291.11 = $582.22

Therefore, eligible deduction = $582.22 + $1,300 = $1,882.22

4 0
3 years ago
Ben is a self-employed accountant who works overtime during the first two weeks of April to finish his clients' tax forms before
eduard

Answer:

<u>Elevated blood cholesterol level.</u>

Explanation:

Ben is more likely to show a elevated blood cholesterol level, as his overwork regime most often causes a sedentary lifestyle and poor diet.

Cholesterol is a lipid found naturally in the human body and is responsible for being the structural component of membranes throughout the body, it is used to produce vitamin D, hormones and bile acids for the digestion of fat. The liver makes 70% of cholesterol and the other 30% comes from the diet.

When it is above the recommended level, cholesterol can accumulate on the walls of the arteries and cause various heart diseases, such as angina, heart attack and stroke.

Therefore, to maintain blood cholesterol levels, it is necessary to adopt a healthy and balanced diet, in addition to the practice of physical exercises.

4 0
3 years ago
Prior to the advent of the internet, which media grew faster than any other advertising medium in history?
Paladinen [302]

Answer:

Social media is the fastest growing trend in the history of the world. This sector

has grown faster than the Internet itself. Within the first ten years of being publicly

available, the Internet managed to gather roughly 1 billion users.

5 0
3 years ago
There are two main method of release planning, fixed scope and fixed date, which do you think works best for product development
umka2103 [35]

The fixed scope works best for product development because it has to do with the timelines, milestones, and dates of a project.

<h3>What is Release Planning?</h3>

This refers to the tactical document that is used to track a project and its features for an upcoming release.

Hence, we can see that in product development, the use of both fixed scope and date are essential and the concept that works best in my opinion is the fixed scope because it is more concerned with the predictability and control of the project.

Read more about release planning here:

brainly.com/question/26079067

#SPJ1

4 0
2 years ago
Other questions:
  • Jim's Espresso expects sales to grow by 10.3 % next year. Using the following statements and the percent of sales​ method, forec
    14·1 answer
  • "A theater sells a subscription series that allows patrons to attend all 8 of its productions that occur monthly from October th
    11·1 answer
  • There is an oil refinery located on a river. A fish farm is located in the bay, and is adversely affected by the oil refiner’s w
    13·1 answer
  • The ultimate goal of JIT is to have:__________.
    5·1 answer
  • aka is considering sending a message regarding a raise but is concerned since the company is struggling financially. Taka has de
    11·2 answers
  • Abram is a manager at Runa Marcus Corp., a company that runs a women's lifestyle magazine. Abram's strong points are his creativ
    8·1 answer
  • 21. WHAT DOES IT MEAN TO "EMPATHIZE" WITH A GUEST?
    13·1 answer
  • Assume that three identical units are purchased separately on the following three dates and at the respective costs:________. Ju
    15·1 answer
  • Accountants include ________ costs as part of a firm's costs, while economists include ________ costs. Group of answer choices i
    6·1 answer
  • Please tell whether inventory is beneficial or not for businesses with a large number of customers? Why?
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!