Skip to main content
Solve for a, b
Tick mark Image

Similar Problems from Web Search

Share

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