12.4k views
0 votes
What is the solution to the system of linear equations?

−9x+4y=55

−11x+7y=82

User DanielJyc
by
6.0k points

1 Answer

7 votes
Here is my process with mathematical expression interpreter, LaTeX. Full process given below to obtain the values of variable "x" and "y" altogether, solutions to these system of linear equations.


\begin{bmatrix}-9x & + & 4y & = & 55 & \bf{- - - \: Eq. \: 1} \\ \\ -11x & + & 7y & = & 82 & \bf{- - - \: Eq. \: 2} \end{bmatrix}

Now here, we should isolate a variable, or take it as a separate form to find the equation, and furthermore substitute the value of variable "y" into the original isolation of "x", to obtain both the solutions for this linear system of equation. Perform this on equation number 1 (Eq. 1).

Subtract the variable attached value by "4y" on both the sides, in current expression.


\mathbf{-9x + 4y - 4y = 55 - 4y}


\mathbf{-9x = 55 - 4y}

Both the sides, perform a division of value "-9".


\mathbf{(-9x)/(-9) = (55)/(-9) - (4y)/(-9)}


\mathbf{x = (55 - 4y)/(-9)}


\mathbf{x = - (55 - 4y)/(9)}

Substitute or just plug the value of newly obtained expression for variable "x" into Equation, numbered as "2" (Eq. 2.) and isolate further for the variable "y", to obtain first solution for this linear equation.


\mathbf{-11 \Bigg(- (55 - 4y)/(9) \Bigg) + 7y = 82}


\mathbf{((55 - 4y) * 11)/(9) + 7y = 82}

Multiply both the sides by a value of "9".


\mathbf{((55 - 4y) * 11)/(9) + 7y * 9 = 82 * 9}


\mathbf{11 (55 - 4y) + 63y = 738}


\mathbf{605 - 44y + 63y = 738}


\mathbf{605 + 19y = 738}

Subtract both the sides by a value of "- 605".


\mathbf{605 + 19y - 605 = 738 - 605}


\mathbf{19y = 133}

Divide both the sides by "19".


\mathbf{(19y)/(19) = (133)/(19)}


\boxed{\mathbf{y = 7}}

Substitute this variable value of "y = 7" , into our original isolation for variable "x", the expression is to be substituted by that value to complete the solutions for the linear equations. That is:


\mathbf{x = - (55 - 4y)/(9); \quad y = 2}


\mathbf{\therefore \quad x = - (55 - 4 * 7)/(9)}


\mathbf{\therefore \quad x = - (55 - 28)/(9)}


\mathbf{x = - (27)/(9)}


\boxed{\mathbf{x = - 3}}

Finalised solutions for these linear system of equations for two components , is:


\boxed{\mathbf{\underline{\therefore \quad Final \: Solutions \: for \: these \: System \: of \: Linear \: Equations: \: x = - 3, \: \: y = 7}}}

Hope it helps.
User Alexandre Halm
by
6.1k points