Find the Variables
Problem
Solution
Perform matrix multiplication on the right side by multiplying the
2×2 matrix by the2×1 vector.
Multiply the resulting vector by the scalar vector
[[x],[y]] to set up the system of equations.
Set up the system of equations by equating corresponding components.
Substitute the value of
x*y from the first equation into the second equation.
Solve for y by isolating the variable.
Solve for x by substituting the values of
y back intox*y=21
Final Answer
Want more problems? Check here!