Loading...

Write as a Vector Equality x+2y=1 , 4x+5y=13

Problem

{[x+2*y=1],[4*x+5*y=13])

Solution

  1. Identify the coefficients of the variables x and y in each equation of the system.

  2. Separate the system into a linear combination of vectors by using the variables as scalars.

  3. Group the coefficients of x into one vector and the coefficients of y into another vector.

  4. Equate the sum of these scaled vectors to the vector containing the constants from the right side of the equations.

Final Answer

x*[[1],[4]]+y*[[2],[5]]=[[1],[13]]


Want more problems? Check here!