Skip to main content
Solve for x_1, x_2
Tick mark Image

Similar Problems from Web Search

Share

2x_{1}+3x_{2}=7,4x_{1}-4x_{2}=-6
To solve a pair of equations using substitution, first solve one of the equations for one of the variables. Then substitute the result for that variable in the other equation.
2x_{1}+3x_{2}=7
Choose one of the equations and solve it for x_{1} by isolating x_{1} on the left hand side of the equal sign.
2x_{1}=-3x_{2}+7
Subtract 3x_{2} from both sides of the equation.
x_{1}=\frac{1}{2}\left(-3x_{2}+7\right)
Divide both sides by 2.
x_{1}=-\frac{3}{2}x_{2}+\frac{7}{2}
Multiply \frac{1}{2} times -3x_{2}+7.
4\left(-\frac{3}{2}x_{2}+\frac{7}{2}\right)-4x_{2}=-6
Substitute \frac{-3x_{2}+7}{2} for x_{1} in the other equation, 4x_{1}-4x_{2}=-6.
-6x_{2}+14-4x_{2}=-6
Multiply 4 times \frac{-3x_{2}+7}{2}.
-10x_{2}+14=-6
Add -6x_{2} to -4x_{2}.
-10x_{2}=-20
Subtract 14 from both sides of the equation.
x_{2}=2
Divide both sides by -10.
x_{1}=-\frac{3}{2}\times 2+\frac{7}{2}
Substitute 2 for x_{2} in x_{1}=-\frac{3}{2}x_{2}+\frac{7}{2}. Because the resulting equation contains only one variable, you can solve for x_{1} directly.
x_{1}=-3+\frac{7}{2}
Multiply -\frac{3}{2} times 2.
x_{1}=\frac{1}{2}
Add \frac{7}{2} to -3.
x_{1}=\frac{1}{2},x_{2}=2
The system is now solved.
2x_{1}+3x_{2}=7,4x_{1}-4x_{2}=-6
Put the equations in standard form and then use matrices to solve the system of equations.
\left(\begin{matrix}2&3\\4&-4\end{matrix}\right)\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=\left(\begin{matrix}7\\-6\end{matrix}\right)
Write the equations in matrix form.
inverse(\left(\begin{matrix}2&3\\4&-4\end{matrix}\right))\left(\begin{matrix}2&3\\4&-4\end{matrix}\right)\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=inverse(\left(\begin{matrix}2&3\\4&-4\end{matrix}\right))\left(\begin{matrix}7\\-6\end{matrix}\right)
Left multiply the equation by the inverse matrix of \left(\begin{matrix}2&3\\4&-4\end{matrix}\right).
\left(\begin{matrix}1&0\\0&1\end{matrix}\right)\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=inverse(\left(\begin{matrix}2&3\\4&-4\end{matrix}\right))\left(\begin{matrix}7\\-6\end{matrix}\right)
The product of a matrix and its inverse is the identity matrix.
\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=inverse(\left(\begin{matrix}2&3\\4&-4\end{matrix}\right))\left(\begin{matrix}7\\-6\end{matrix}\right)
Multiply the matrices on the left hand side of the equal sign.
\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=\left(\begin{matrix}-\frac{4}{2\left(-4\right)-3\times 4}&-\frac{3}{2\left(-4\right)-3\times 4}\\-\frac{4}{2\left(-4\right)-3\times 4}&\frac{2}{2\left(-4\right)-3\times 4}\end{matrix}\right)\left(\begin{matrix}7\\-6\end{matrix}\right)
For the 2\times 2 matrix \left(\begin{matrix}a&b\\c&d\end{matrix}\right), the inverse matrix is \left(\begin{matrix}\frac{d}{ad-bc}&\frac{-b}{ad-bc}\\\frac{-c}{ad-bc}&\frac{a}{ad-bc}\end{matrix}\right), so the matrix equation can be rewritten as a matrix multiplication problem.
\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=\left(\begin{matrix}\frac{1}{5}&\frac{3}{20}\\\frac{1}{5}&-\frac{1}{10}\end{matrix}\right)\left(\begin{matrix}7\\-6\end{matrix}\right)
Do the arithmetic.
\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=\left(\begin{matrix}\frac{1}{5}\times 7+\frac{3}{20}\left(-6\right)\\\frac{1}{5}\times 7-\frac{1}{10}\left(-6\right)\end{matrix}\right)
Multiply the matrices.
\left(\begin{matrix}x_{1}\\x_{2}\end{matrix}\right)=\left(\begin{matrix}\frac{1}{2}\\2\end{matrix}\right)
Do the arithmetic.
x_{1}=\frac{1}{2},x_{2}=2
Extract the matrix elements x_{1} and x_{2}.
2x_{1}+3x_{2}=7,4x_{1}-4x_{2}=-6
In order to solve by elimination, coefficients of one of the variables must be the same in both equations so that the variable will cancel out when one equation is subtracted from the other.
4\times 2x_{1}+4\times 3x_{2}=4\times 7,2\times 4x_{1}+2\left(-4\right)x_{2}=2\left(-6\right)
To make 2x_{1} and 4x_{1} equal, multiply all terms on each side of the first equation by 4 and all terms on each side of the second by 2.
8x_{1}+12x_{2}=28,8x_{1}-8x_{2}=-12
Simplify.
8x_{1}-8x_{1}+12x_{2}+8x_{2}=28+12
Subtract 8x_{1}-8x_{2}=-12 from 8x_{1}+12x_{2}=28 by subtracting like terms on each side of the equal sign.
12x_{2}+8x_{2}=28+12
Add 8x_{1} to -8x_{1}. Terms 8x_{1} and -8x_{1} cancel out, leaving an equation with only one variable that can be solved.
20x_{2}=28+12
Add 12x_{2} to 8x_{2}.
20x_{2}=40
Add 28 to 12.
x_{2}=2
Divide both sides by 20.
4x_{1}-4\times 2=-6
Substitute 2 for x_{2} in 4x_{1}-4x_{2}=-6. Because the resulting equation contains only one variable, you can solve for x_{1} directly.
4x_{1}-8=-6
Multiply -4 times 2.
4x_{1}=2
Add 8 to both sides of the equation.
x_{1}=\frac{1}{2}
Divide both sides by 4.
x_{1}=\frac{1}{2},x_{2}=2
The system is now solved.