Skip to main content
Solve for x, y
Tick mark Image
Graph

Similar Problems from Web Search

Share

2x-6y=16,-x+2y=-4
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-6y=16
Choose one of the equations and solve it for x by isolating x on the left hand side of the equal sign.
2x=6y+16
Add 6y to both sides of the equation.
x=\frac{1}{2}\left(6y+16\right)
Divide both sides by 2.
x=3y+8
Multiply \frac{1}{2} times 6y+16.
-\left(3y+8\right)+2y=-4
Substitute 3y+8 for x in the other equation, -x+2y=-4.
-3y-8+2y=-4
Multiply -1 times 3y+8.
-y-8=-4
Add -3y to 2y.
-y=4
Add 8 to both sides of the equation.
y=-4
Divide both sides by -1.
x=3\left(-4\right)+8
Substitute -4 for y in x=3y+8. Because the resulting equation contains only one variable, you can solve for x directly.
x=-12+8
Multiply 3 times -4.
x=-4
Add 8 to -12.
x=-4,y=-4
The system is now solved.
2x-6y=16,-x+2y=-4
Put the equations in standard form and then use matrices to solve the system of equations.
\left(\begin{matrix}2&-6\\-1&2\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}16\\-4\end{matrix}\right)
Write the equations in matrix form.
inverse(\left(\begin{matrix}2&-6\\-1&2\end{matrix}\right))\left(\begin{matrix}2&-6\\-1&2\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}2&-6\\-1&2\end{matrix}\right))\left(\begin{matrix}16\\-4\end{matrix}\right)
Left multiply the equation by the inverse matrix of \left(\begin{matrix}2&-6\\-1&2\end{matrix}\right).
\left(\begin{matrix}1&0\\0&1\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}2&-6\\-1&2\end{matrix}\right))\left(\begin{matrix}16\\-4\end{matrix}\right)
The product of a matrix and its inverse is the identity matrix.
\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}2&-6\\-1&2\end{matrix}\right))\left(\begin{matrix}16\\-4\end{matrix}\right)
Multiply the matrices on the left hand side of the equal sign.
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}\frac{2}{2\times 2-\left(-6\left(-1\right)\right)}&-\frac{-6}{2\times 2-\left(-6\left(-1\right)\right)}\\-\frac{-1}{2\times 2-\left(-6\left(-1\right)\right)}&\frac{2}{2\times 2-\left(-6\left(-1\right)\right)}\end{matrix}\right)\left(\begin{matrix}16\\-4\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\\y\end{matrix}\right)=\left(\begin{matrix}-1&-3\\-\frac{1}{2}&-1\end{matrix}\right)\left(\begin{matrix}16\\-4\end{matrix}\right)
Do the arithmetic.
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-16-3\left(-4\right)\\-\frac{1}{2}\times 16-\left(-4\right)\end{matrix}\right)
Multiply the matrices.
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-4\\-4\end{matrix}\right)
Do the arithmetic.
x=-4,y=-4
Extract the matrix elements x and y.
2x-6y=16,-x+2y=-4
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.
-2x-\left(-6y\right)=-16,2\left(-1\right)x+2\times 2y=2\left(-4\right)
To make 2x and -x equal, multiply all terms on each side of the first equation by -1 and all terms on each side of the second by 2.
-2x+6y=-16,-2x+4y=-8
Simplify.
-2x+2x+6y-4y=-16+8
Subtract -2x+4y=-8 from -2x+6y=-16 by subtracting like terms on each side of the equal sign.
6y-4y=-16+8
Add -2x to 2x. Terms -2x and 2x cancel out, leaving an equation with only one variable that can be solved.
2y=-16+8
Add 6y to -4y.
2y=-8
Add -16 to 8.
y=-4
Divide both sides by 2.
-x+2\left(-4\right)=-4
Substitute -4 for y in -x+2y=-4. Because the resulting equation contains only one variable, you can solve for x directly.
-x-8=-4
Multiply 2 times -4.
-x=4
Add 8 to both sides of the equation.
x=-4
Divide both sides by -1.
x=-4,y=-4
The system is now solved.