An electronics company produces transistors, resistors, and computer chips. Each transistor requires 3 units of copper, 1 unit of zinc, and 2 units of glass. Each resistor requires 3, 2, and 1 units of the three materials, and each computer chip requires 2, 1, and 2 units of these materials, respectively. How many of each product can be made with 1500 units of copper, 780 units of zinc, and 1110 units of glass? Solve this exercise by using the inverse of the coefficient matrix to solve a system of equations.
The company can make
transistors,
resistors, and
computer chips.
1
Expert's answer
2019-05-08T10:32:07-0400
Answer to Question #89249 – Math – Linear Algebra
Question
An electronics company produces transistors, resistors, and computer chips. Each transistor requires 3 units of copper, 1 unit of zinc, and 2 units of glass. Each resistor requires 3, 2, and 1 units of the three materials, and each computer chip requires 2, 1, and 2 units of these materials, respectively. How many of each product can be made with 1500 units of copper, 780 units of zinc, and 1110 units of glass? Solve this exercise by using the inverse of the coefficient matrix to solve a system of equations.
The company can make transistors, resistors, and computer chips.
Solution
Let the number of Transisters = x.
Let the number of Resisters = y.
Let the number of Computer Chips = z.
Given the each transistor requires 3 units of copper, 1 units of zinc, and 2 units of glass.
Given that each resistor requires 3 units of copper, 2 units of zinc, and 1 unit of glass.
Given that each computer chip requires 2 units of copper, 1 unit of zinc, and 2 units of glass.
Total number of copper units = 1500.
Total number of zinc units = 780.
Total number of glass units = 1110.
We can form the linear equations in the following way:
3(Transistors)+3(resisters)+2(computer chips)=total number of copper units
⇒3x+3y+2z=1500……(1)
2(Transistors)+2(resisters)+1(computer chip)=total number of zinc units
⇒x+2y+1z=780……(2)
2(Transistors)+1(resisters)+2(computer chip)=total number of glass units
⇒2x+y+2z=1110……(3)
Equations (1), (2) and (3) can be written in the matrix notation as follows:
Comments