Find the Variables [[6,0],[0,2]][[a,b],[c,d]]=[[6,2],[4,2]]
Problem
Solution
Perform matrix multiplication on the left side by multiplying the rows of the first matrix by the columns of the second matrix.
Set up a system of equations by equating the corresponding entries of the resulting matrix to the matrix on the right side.
Solve for a by dividing both sides of the first equation by
6
Solve for b by dividing both sides of the second equation by
6 and simplifying the fraction.
Solve for c by dividing both sides of the third equation by
2
Solve for d by dividing both sides of the fourth equation by
2
Final Answer
Want more problems? Check here!