Question #89249

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)\Rightarrow 3x + 3y + 2z = 1500 \dots \dots (1)


2(Transistors)+2(resisters)+1(computer chip)=total number of zinc units


x+2y+1z=780(2)\Rightarrow x + 2y + 1z = 780 \dots \dots (2)


2(Transistors)+1(resisters)+2(computer chip)=total number of glass units


2x+y+2z=1110(3)\Rightarrow 2x + y + 2z = 1110 \dots \dots (3)


Equations (1), (2) and (3) can be written in the matrix notation as follows:


[332121212][xyz]=[15007801110](4)\left[ \begin{array}{ccc} 3 & 3 & 2 \\ 1 & 2 & 1 \\ 2 & 1 & 2 \end{array} \right] \left[ \begin{array}{c} x \\ y \\ z \end{array} \right] = \left[ \begin{array}{c} 1500 \\ 780 \\ 1110 \end{array} \right] \dots \dots (4)


To find [xyz]\left[ \begin{array}{l}x\\ y\\ z \end{array} \right] we use matrix inverse method.

From (4), [xyz]=[332121212]1[15007801110]\begin{bmatrix} x\\ y\\ z \end{bmatrix} = \begin{bmatrix} 3 & 3 & 2\\ 1 & 2 & 1\\ 2 & 1 & 2 \end{bmatrix}^{-1}\begin{bmatrix}1500\\ 780\\ 1110 \end{bmatrix}\dots \dots (5)

Let the coefficient matrix be A=[332121212]A = \begin{bmatrix} 3 & 3 & 2 \\ 1 & 2 & 1 \\ 2 & 1 & 2 \end{bmatrix}

Determinant of A=332121212A = \begin{vmatrix} 3 & 3 & 2 \\ 1 & 2 & 1 \\ 2 & 1 & 2 \end{vmatrix}

Expanding the determinant we get A=3211231122+21221|A| = 3\left| \begin{array}{cc}2 & 1\\ 1 & 2 \end{array} \right| - 3\left| \begin{array}{cc}1 & 1\\ 2 & 2 \end{array} \right| + 2\left| \begin{array}{cc}1 & 2\\ 2 & 1 \end{array} \right|

=3(41)3(22)+2(14)(Since,abcd=adbc)=3(3)3(0)+2(3)=906=3\begin{array}{l} = 3(4 - 1) - 3(2 - 2) + 2(1 - 4) \quad (\text{Since}, \left| \begin{array}{cc} a & b \\ c & d \end{array} \right| = ad - bc) \\ = 3(3) - 3(0) + 2(-3) \\ = 9 - 0 - 6 \\ = 3 \\ \end{array}


Therefore, Determinant of A is A=30|A| = 3 \neq 0

A1A^{-1} exists.

Cofactors of an element aija_{ij} of A are denoted by AijA_{ij}

A11=(1)1+12112=(41)=3\begin{array}{l} A_{11} = (-1)^{1+1} \left| \begin{array}{cc} 2 & 1 \\ 1 & 2 \end{array} \right| \\ = (4 - 1) \\ = 3 \\ \end{array}A12=(1)1+21122=(44)=0\begin{array}{l} A_{12} = (-1)^{1+2} \left| \begin{array}{cc} 1 & 1 \\ 2 & 2 \end{array} \right| \\ = -(4 - 4) \\ = 0 \\ \end{array}A13=(1)1+31221=(14)=3\begin{array}{l} A_{13} = (-1)^{1+3} \left| \begin{array}{cc} 1 & 2 \\ 2 & 1 \end{array} \right| \\ = (1 - 4) \\ = -3 \\ \end{array}A21=(1)2+13212=(62)=4\begin{array}{l} A_{21} = (-1)^{2+1} \left| \begin{array}{cc} 3 & 2 \\ 1 & 2 \end{array} \right| \\ = -(6 - 2) \\ = -4 \\ \end{array}A22=(1)2+23222=(64)=2\begin{array}{l} A_{22} = (-1)^{2+2} \left| \begin{array}{cc} 3 & 2 \\ 2 & 2 \end{array} \right| \\ = (6 - 4) \\ = 2 \\ \end{array}A23=(1)2+33321=(36)=3\begin{array}{l} A_{23} = (-1)^{2+3} \left| \begin{array}{cc} 3 & 3 \\ 2 & 1 \end{array} \right| \\ = -(3 - 6) \\ = 3 \\ \end{array}A31=(1)3+13221=(34)=1\begin{array}{l} A_{31} = (-1)^{3+1} \left| \begin{array}{cc} 3 & 2 \\ 2 & 1 \end{array} \right| \\ = (3 - 4) \\ = -1 \\ \end{array}A32=(1)3+23211=(32)=1\begin{array}{l} A_{32} = (-1)^{3+2} \left| \begin{array}{cc} 3 & 2 \\ 1 & 1 \end{array} \right| \\ = -(3 - 2) \\ = -1 \\ \end{array}A33=(1)3+33312=(63)=3\begin{array}{l} A_{33} = (-1)^{3+3} \left| \begin{array}{cc} 3 & 3 \\ 1 & 2 \end{array} \right| \\ = (6 - 3) \\ = 3 \\ \end{array}


The cofactors matrix is = [303423113]\begin{bmatrix} 3 & 0 & -3 \\ -4 & 2 & 3 \\ -1 & -1 & 3 \end{bmatrix}

Adjoint A = Adj A = Transpose of cofactors matrix


=[303423113]T[341021333]\begin{array}{l} = \left[ \begin{array}{ccc} 3 & 0 & -3 \\ -4 & 2 & 3 \\ -1 & -1 & 3 \end{array} \right]^T \\ \left[ \begin{array}{ccc} 3 & -4 & -1 \\ 0 & 2 & -1 \\ -3 & 3 & 3 \end{array} \right] \\ \end{array}Therfore, Adj(A)=[341021333]A1=Adj(A)detA=13[341021333]\begin{array}{l} \text{Therfore, Adj}(A) = \left[ \begin{array}{ccc} 3 & -4 & -1 \\ 0 & 2 & -1 \\ -3 & 3 & 3 \end{array} \right] \\ A^{-1} = \frac{Adj(A)}{\det A} \\ = \frac{1}{3} \left[ \begin{array}{ccc} 3 & -4 & -1 \\ 0 & 2 & -1 \\ -3 & 3 & 3 \end{array} \right] \\ \end{array}Therefore, A1=13[341021333]\begin{array}{l} \text{Therefore, } A^{-1} = \frac{1}{3} \left[ \begin{array}{ccc} 3 & -4 & -1 \\ 0 & 2 & -1 \\ -3 & 3 & 3 \end{array} \right] \\ \end{array}


Substituting A1A^{-1}, in (5) we get [xyz]=13[341021333][15007801110]\begin{bmatrix} x \\ y \\ z \end{bmatrix} = \frac{1}{3} \begin{bmatrix} 3 & -4 & -1 \\ 0 & 2 & -1 \\ -3 & 3 & 3 \end{bmatrix} \begin{bmatrix} 1500 \\ 780 \\ 1110 \end{bmatrix}

=13[3(1500)4(780)11100(1500)+2(780)11103(1500)+3(780)+3(1110)]=13[2704501170]=[90150390]\begin{array}{l} = \frac{1}{3} \left[ \begin{array}{c} 3(1500) - 4(780) - 1110 \\ 0(1500) + 2(780) - 1110 \\ -3(1500) + 3(780) + 3(1110) \end{array} \right] \\ = \frac{1}{3} \left[ \begin{array}{c} 270 \\ 450 \\ 1170 \end{array} \right] \\ = \left[ \begin{array}{c} 90 \\ 150 \\ 390 \end{array} \right] \\ \end{array}


Therefore, [xyz]=[90150390]\begin{bmatrix} x \\ y \\ z \end{bmatrix} = \begin{bmatrix} 90 \\ 150 \\ 390 \end{bmatrix}, which the company produces 90 transistors, 150 resistors, and 390 computer chip.

Answer provided by https://www.AssignmentExpert.com

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS