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

Similar Problems from Web Search

Share

7x+2y=24,8x+2y=30
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.
7x+2y=24
Choose one of the equations and solve it for x by isolating x on the left hand side of the equal sign.
7x=-2y+24
Subtract 2y from both sides of the equation.
x=\frac{1}{7}\left(-2y+24\right)
Divide both sides by 7.
x=-\frac{2}{7}y+\frac{24}{7}
Multiply \frac{1}{7} times -2y+24.
8\left(-\frac{2}{7}y+\frac{24}{7}\right)+2y=30
Substitute \frac{-2y+24}{7} for x in the other equation, 8x+2y=30.
-\frac{16}{7}y+\frac{192}{7}+2y=30
Multiply 8 times \frac{-2y+24}{7}.
-\frac{2}{7}y+\frac{192}{7}=30
Add -\frac{16y}{7} to 2y.
-\frac{2}{7}y=\frac{18}{7}
Subtract \frac{192}{7} from both sides of the equation.
y=-9
Divide both sides of the equation by -\frac{2}{7}, which is the same as multiplying both sides by the reciprocal of the fraction.
x=-\frac{2}{7}\left(-9\right)+\frac{24}{7}
Substitute -9 for y in x=-\frac{2}{7}y+\frac{24}{7}. Because the resulting equation contains only one variable, you can solve for x directly.
x=\frac{18+24}{7}
Multiply -\frac{2}{7} times -9.
x=6
Add \frac{24}{7} to \frac{18}{7} by finding a common denominator and adding the numerators. Then reduce the fraction to lowest terms if possible.
x=6,y=-9
The system is now solved.
7x+2y=24,8x+2y=30
Put the equations in standard form and then use matrices to solve the system of equations.
\left(\begin{matrix}7&2\\8&2\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}24\\30\end{matrix}\right)
Write the equations in matrix form.
inverse(\left(\begin{matrix}7&2\\8&2\end{matrix}\right))\left(\begin{matrix}7&2\\8&2\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}7&2\\8&2\end{matrix}\right))\left(\begin{matrix}24\\30\end{matrix}\right)
Left multiply the equation by the inverse matrix of \left(\begin{matrix}7&2\\8&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}7&2\\8&2\end{matrix}\right))\left(\begin{matrix}24\\30\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}7&2\\8&2\end{matrix}\right))\left(\begin{matrix}24\\30\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}{7\times 2-2\times 8}&-\frac{2}{7\times 2-2\times 8}\\-\frac{8}{7\times 2-2\times 8}&\frac{7}{7\times 2-2\times 8}\end{matrix}\right)\left(\begin{matrix}24\\30\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&1\\4&-\frac{7}{2}\end{matrix}\right)\left(\begin{matrix}24\\30\end{matrix}\right)
Do the arithmetic.
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-24+30\\4\times 24-\frac{7}{2}\times 30\end{matrix}\right)
Multiply the matrices.
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}6\\-9\end{matrix}\right)
Do the arithmetic.
x=6,y=-9
Extract the matrix elements x and y.
7x+2y=24,8x+2y=30
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.
7x-8x+2y-2y=24-30
Subtract 8x+2y=30 from 7x+2y=24 by subtracting like terms on each side of the equal sign.
7x-8x=24-30
Add 2y to -2y. Terms 2y and -2y cancel out, leaving an equation with only one variable that can be solved.
-x=24-30
Add 7x to -8x.
-x=-6
Add 24 to -30.
x=6
Divide both sides by -1.
8\times 6+2y=30
Substitute 6 for x in 8x+2y=30. Because the resulting equation contains only one variable, you can solve for y directly.
48+2y=30
Multiply 8 times 6.
2y=-18
Subtract 48 from both sides of the equation.
y=-9
Divide both sides by 2.
x=6,y=-9
The system is now solved.