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
Which of the following is a way to buy stocks ?
MissTica
All of these are ways to buy stocks. They have smartphone apps to buy stocks which would be an example of a stockbroker, some store websites also offer a link to buy shares through their site. Hiring a physical stoke broker is also a method of purchasing stocks
7 0
3 years ago
Read 2 more answers
Wildhorse Co. began the year 2022 with retained earnings of $651000. During the year, the company sold additional shares of stoc
Volgvan

Answer:

$1,800,000

Explanation:

Equity which represents the amount owed to the owners of the business includes retained earnings (which is the accumulation of the net income/loss over the years less dividends paid) and common shares.

Ending retained earnings = Beginning retained earnings + additional stock issued + net income - dividend paid

= $651000 + $1017000 + $649000 - $376000 - $141000

= $1,800,000

7 0
3 years ago
The Fed offers three types of discount window loans. ________ credit is offered to small institutions with demonstrable patterns
Soloha48 [4]

Answer:

The answer options to this question are as follows:

to. Seasonal; extended; adjustment

b. Extended; adjustment; seasonal

c. Adjustment; extended; seasonal

d. Seasonal; primary; secondary

and. Adjustment; seasonal; extended

The correct answer is d. Seasonal; primary; secondary.

Explanation:

Seasonal credit is a freely available credit. Seasonality is a concept frequently used in the economic study. It assumes that a large part of the economic variables experience regular fluctuations or changes over time, which makes them predictable and facilitates their temporal study.

The fact that the aforementioned regular variations occur makes many aspects of the present day to be expected. That is, patterns of behavior are often formed in historical series that can be classified in periods of time and that show the evolution of some economic aspect, such as the demand for goods or services, supply, consumption, employment data. , prices, among others.

Primary credit, also known as net internal credit, refers to the financing that the Central Bank provides to residents in the country less the liabilities that it has in favor of these. It is obtained from the difference between the amount of the monetary base and that of net international assets.

Whereas sequential credit is issued on the basis of other credit, for example, a back to back credit.

5 0
3 years ago
Palmona Co. establishes a $200 petty cash fund on January 1. On January 8, the fund shows $38 in cash along with receipts for th
FrozenT [24]

Answer:

Date                    Explanation             Debit       Credit

January 1            Petty Cash               $200

                           Cash                                          $200

Explanation:

Step 1: Journal Entries to Establish the Fund on January 1

Date                    Explanation             Debit       Credit

January 1            Petty Cash               $200

                           Cash                                          $200

Being the establishment of petty cash fund

Step 2: Preparing Journal Entries to reimburse funds on January 8

Date                    Explanation             Debit       Credit

January 8            Postage                   $74

                            Transportation        $29

                            Delivery                   $16

                            Miscellaneous         $43

                           Cash                                          $162

Being the reimbursement of Petty Cash Fund.

Petty Cash is usually a fund established by an organisation to take care of day to day expenses. At the end of a period or at the exhaustion of the fund, an account is given and then the amount spent is reimbursed.

7 0
3 years ago
The account balances and income statement of Winfrey Towing Service on June 30, 2018, follow:
Alina [70]

Answer:

1. WINFREY TOWING SERVICE

Statement of Comprehensive Income

                                           $

Service revenue               10,800

Rent expense                    (550)

Salaries expense              (1,900)

Dividends paid                  <u>(4,000)</u>

Net income                        <u> 4,350</u>

Statement of Retained Earnings

                                             $

Retained earnings b/f      3,900

Add: Net income               4,350

Retained earnings c/f       8,250

2. Statement of retained earnings report changes in retained earnings of a company in a given accounting year.

Explanation:

In this question, we need to obtain the net income of the company, which  is service revenue minus expenses minus dividend. Then, the statement of retained earnings is prepared by taking cognisance of the retained earnings brought forward and add the net income for the year.

7 0
3 years ago
Other questions:
  • Which statement best defines tuition?
    12·2 answers
  • The two-step process of reporting includes
    5·1 answer
  • Which statement is correct? In the short run, the pure monopolist will maximize total profits by producing at that level of outp
    8·1 answer
  • What does "embedding a video" mean?
    8·2 answers
  • When the Japanese car maker Toyota expands one of its car factories in the United States, what is the likely impact of this even
    6·1 answer
  • Farmer Elvin is holding 200 pounds of potatoes in storage for Chef Noble, but Chef Noble has breached the contract by failing to
    5·1 answer
  • 6. (a) Outline two forms of assistance given to Entrepreneurs by the government.
    14·1 answer
  • Possible reasons for additional students accommodation on a project proposal ​
    5·1 answer
  • Suppose that total demand for refrigerators at the market price is 15,000 units. If the LRAC curve reaches a clear minimum avera
    8·1 answer
  • Which of these can prevent an accident in the workplace?
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!