Solveeit Logo

Question

Mathematics Question on Linear Programmig Problem

An electric company has 300 Transistors, 400 Capacitors and 500 Inductors. The company wishes to make electronic goods using two circuits A and B. Requirement by circuit is as follows :TransistorCapacitorInductor
A175300200
B125100300
The profit from circuit A and B is ₹2000 and ₹3000 respectively then constrains of the LLP based on this data are :
A

7x + 5y ≤ 12; 3x + y ≤ 4; 2x + 3y ≤5; x, y ≥ 0;

B

7x + 5y ≤ 12; x + 3y ≤ 4; 2x + 3y ≤5; x, y ≥ 0;

C

7x + 5y ≥ 12; 3x + y ≥ 4; 2x + 3y ≥ 5; x, y ≥ 0;

D

7x + 5y ≤ 12; 3x + y = 4; 2x + 3y ≤ 5; x, y ≥ 0;

Answer

7x + 5y ≤ 12; 3x + y ≤ 4; 2x + 3y ≤5; x, y ≥ 0;

Explanation

Solution

The correct option is (A) :7x + 5y ≤ 12; 3x + y ≤ 4; 2x + 3y ≤5; x, y ≥ 0;.