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
According to the path-goal theory of House and others, what do leaders assume?
bezimeni [28]

Base on the path-goal theory of House, Subordinates are motivated by believing that more effort improves job performance .

<h3>What is path-goal theory?</h3>

The path-goal theory states stressed that a leader's behavior is contingent on the satisfaction and motivation of their employees.

This is the reason why, Subordinates of the organization are motivated by believing that more effort improves job performance .

Learn more about path-goal theory at;

brainly.com/question/11555274

8 0
2 years ago
Which of the following statements about the Federal Application for Student Aid (FAFSA) is TRUE? AYou can only apply online. BTh
beks73 [17]
C. the irs data retrieval tool allows to view and transfer your tax information directly into your FAFSA form













































5 0
2 years ago
Read 2 more answers
Your company sells a variety of NFL logo t-shirts for various teams for $15. Your rental cost of the silk-screening equipment is
Zina [86]

Answer:

The company should print the 3,000 units of Tennessee  as they will yield a gain for 3,000 dollars.

Because it faces economies of scale it should sale for as much as it can from a given pattern

Explanation:

Profit: revenue - variable cost - fixed cost

Profit =   15*Q - 8*Q - 18,000

Profit =          7Q- 18,000

3,000 Tennessee shirts x $7 contribution per shirt - 18,000 setup cost

profit: 21,000 - 18,000 = 3,000

Profit maximization: Marginal revenue = marginal cost

Total Revenue: 15 x Q

dTR' /dQ = 15

dTR''/dQ = 0

cost function: 18,000 + 7Q

dC'/dQ = 7

dC''/dQ = 0

Sport Tee faces a economie of scale their cost do not increase over time. Sport Tee should sale as many shirt as it possible can

8 0
2 years ago
If productivity increases significantly and demand is not very elastic, what is likely to happen?
spayn [35]

Answer:

B. Fewer workers will be needed.

Explanation:

Elastic demand refers to a flexible demand. It is a demand that can increases or decreases due to several factors. If demand is not elastic, it implies it is constant. An increase or decrease in output or price will not affect the quantity demanded.

An increase in productivity means an increase in output per worker. It is the increase in the number of units produced, per hour, per worker. An increase in productivity results in more output in a given period than previously.

If the demand is constant and there is an increase in productivity, only a few workers will be required. The output from the few workers will be high to meet the constant demand.

4 0
3 years ago
Read 2 more answers
The term demand loan refers to a loan
valina [46]

Answer:

The term demand loan refers to a loan for which the entire balance must be paid immediately at the lender's request.

Answer: D

Explanation:

A demand loan lets the lender shorten the notice period for recalling the loan, thereby using it as a borrowing instrument. Upon immediate notification, the borrower has to repay the entire loan amount along with any interest associated with it. By means of this arrangement, the borrower is enabled towards loan repayment at any time sans any early penalty of repayment. To illustrate, overdraft arrangement is variable from the normal lending approach, having maturity date already determined along with the payable schedule of payments.

4 0
3 years ago
Other questions:
  • Candace has just landed her first job and has the long-term goal to one day buy a house. She needs help investing some of her mo
    5·1 answer
  • When writing about the effects, or impact, of the 1969 moon landing, which organizational pattern would be most effective?
    8·2 answers
  • An automobile final assembly plant has an annual production capacity of 200,000 cars. The plant operates 50 weeks/yr, 2 shifts/d
    11·1 answer
  • Which of the following is not a feature or characteristic of subscription monitoring tools? Select one: a. Most moderate and hig
    9·1 answer
  • What is 14 + 5x = 3 ( -x + 3 ) - 11
    10·2 answers
  • What might a scientist do after choosing a hypothesis​
    5·2 answers
  • Bridgeport Corporation's weekly payroll of $16,000 included FICA taxes withheld of $1,224, federal taxes withheld of $3,250, sta
    14·1 answer
  • During 2017, its first year of operations as a delivery service, Concord Corporation entered into the following transactions.
    6·1 answer
  • Asking a job candidate his or her marital status is
    14·2 answers
  • On January 1, 2018, ABC purchased a commercial truck for $48,000 and uses the straight-line depreciation method. The truck has a
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!