A feed company is developing a feed supplement from two grains A and B. Each kilogram of A contains 0.3 grams of protein and 0.2 grams of carbohydrates; each kilogram of B contains 0.9 grams of protein and 0.1 grams of carbohydrates. There must be at least 27 grams of protein and at least 8 grams of carbohydrates.

Identify all of the constraints.
Identify all applicable corner points of the feasibility region.
If each kilogram of A costs 30 cents and each kilogram of B costs 50 cents what combination of quantities of grain A and grain B will minimize the cost of a package of the new feed supplement?

can you help me with this question? I do not understand how to do it.

To identify the constraints, we need to look at the given information about the minimum requirements for protein and carbohydrates:

1. Protein constraint: The feed must have at least 27 grams of protein. We can calculate the protein content using 0.3 grams of protein per kilogram of grain A and 0.9 grams of protein per kilogram of grain B. Therefore, the protein constraint can be expressed as: 0.3A + 0.9B ≥ 27.

2. Carbohydrates constraint: The feed must have at least 8 grams of carbohydrates. We can calculate the carbohydrate content using 0.2 grams of carbohydrates per kilogram of grain A and 0.1 grams of carbohydrates per kilogram of grain B. Therefore, the carbohydrates constraint can be expressed as: 0.2A + 0.1B ≥ 8.

Now let's identify the corner points of the feasibility region. The feasibility region is the region bounded by the constraints.

To find the corner points, we can solve the system of linear inequalities formed by the constraints.

0.3A + 0.9B ≥ 27
0.2A + 0.1B ≥ 8

Graphically, the corner points can be determined by plotting the two constraint lines and finding the points where they intersect.

Now let's determine the combination of quantities of grain A and grain B that will minimize the cost of the package. Given that each kilogram of A costs 30 cents and each kilogram of B costs 50 cents, we need to find the combination that minimizes the cost per package, considering the constraints.

The objective is to minimize the cost, which can be represented as the cost function:

Cost = 0.3A * (30 cents) + 0.9B * (50 cents)

We can use graphical methods or optimization techniques, such as linear programming, to find the combination of A and B that minimizes the cost.