179k views
4 votes
A factory turns out two articles A and B, each of which is processed to two machines X and Y. A requires two hours of X and 4 hours of Y; B requires 4 hours of X and 2 hours of Y If x is the number of A and y is the number of B produced daily, write down two inequalities in x and y, noting that neither X nor Y can work more than 24 hours a day. If all articles produced are sold, and each article A yields a profit of Rs. 60 and each article B yields a profit of Rs. 100, find how many of each article should be produced daily for maximum profit.

User MFP
by
8.0k points

1 Answer

5 votes

Final answer:

To write down two inequalities in x and y, we can consider the constraints given in the problem. In this case, we have A requiring 2 hours of X and 4 hours of Y, and B requiring 4 hours of X and 2 hours of Y. To find the number of each article that should be produced daily for maximum profit, we can set up a profit equation considering the profit each article yields.

Step-by-step explanation:

To write down two inequalities in x and y, we need to consider the constraints given in the problem. We know that A requires 2 hours of X and 4 hours of Y, while B requires 4 hours of X and 2 hours of Y. To ensure that neither X nor Y works more than 24 hours a day, we can write the following inequalities:

  • 2x + 4y ≤ 24
  • 4x + 2y ≤ 24

To find the number of each article that should be produced daily for maximum profit, we need to consider the profit each article yields. A yields a profit of Rs. 60, while B yields a profit of Rs. 100. Let P represent the total profit. We can express this as:

P = 60x + 100y

Now, we can solve the system of inequalities along with the profit equation to find the values of x and y that maximize the profit P.

User Bram
by
8.2k points