{F} Work Out
1. Solve by crammer's rule, the following equations.
3X + 3Y - Z = 11
2X - Y + 2Z = 9
4X + 3Y - 27 = 25
2. solve the above equations using graphical method.
Solution:
"\\begin{aligned}\n&\\Delta=\\left|\\begin{array}{ccc}\n3 & 3 & -1 \\\\\n2 & -1 & 2 \\\\\n4 & 3 & 2\n\\end{array}\\right| \\\\\n&=3(-2-6)-3(4-8)-1(6+4) \\\\\n&=3(-8)-3(-4)-1(10) \\\\\n&=-24+12-10 \\\\\n&=-22 \\neq 0 \\\\\n&\\Delta_{\\mathrm{X}}=\\left|\\begin{array}{ccc}\n11 & 3 & -1 \\\\\n9 & -1 & 2 \\\\\n25 & 3 & 2\n\\end{array}\\right| \\\\\n&=11(-2-6)-3(18-50)-1(27+25) \\\\\n&=11(-8)-3(32)-1(52) \\\\\n&=-88+96-52 \\\\\n&=-44 \\\\\n\\Delta_y=|&\\begin{array}{lll}\n3 & 11 & -1 \\\\\n2 & 9 & 2 \\\\\n4 & 25 & 2\n\\end{array} \\mid\n\\end{aligned}"
"\\begin{aligned}\n&=3(18-50)-11(4-8)-1(50-36) \\\\\n&=3(32)-11(4)-1(14) \\\\\n&=-96+44-14 \\\\\n&=-66 \\\\\n&\\begin{aligned}\n\\Delta_{\\mathrm{z}} &=\\left|\\begin{array}{lll}\n3 & 3 & 11 \\\\\n2 & -1 & 9 \\\\\n4 & 3 & 25\n\\end{array}\\right| \\\\\n&=3(-25-27)-3(50-36)+11(6+4) \\\\\n&=3(-52)-3(14)+11(10) \\\\\n&=-156-42+110 \\\\\n&=-88 \\\\\n& \\text { By Cramer's rule } \\mathrm{x}=\\frac{\\Delta_{x}}{\\Delta}=\\frac{-44}{-22}=2 \\\\\n& \\quad \\mathrm{y}=\\frac{\\Delta_{y}}{\\Delta}=\\frac{-66}{-22}=3 \\\\\n&=\\frac{-88}{\\Delta}=\\frac{-22}{-22}=4\n\\end{aligned} \\\\\n&\\therefore x=2,y=3, \\mathrm{z}=4\n\\end{aligned}"
2. Graphical method:
We plot all the 3 equations in a 3d-system, where they intersect, that is our solution.
We find that they intersect at (2,3,4).
Comments
Leave a comment