Loading...

Write as a Vector Equality y=-3x-3 , 6x+2y=-2

Problem

{[y=−3*x−3],[6*x+2*y=−2])

Solution

  1. Rearrange the first equation into standard form A*x+B*y=C by adding 3*x to both sides.

3*x+y=−3

  1. Identify the coefficients of x and y from both equations to form the coefficient matrix.

([3,1],[6,2])

  1. Define the variable vector and the constant vector from the right-hand sides of the equations.

x=([x],[y])

b=([−3],[−2])

  1. Construct the vector equality by expressing the system as a linear combination of the column vectors.

x*([3],[6])+y*([1],[2])=([−3],[−2])

Final Answer

x*([3],[6])+y*([1],[2])=([−3],[−2])


Want more problems? Check here!