Loading...

Write as a Vector Equality

Problem

{[11*x+7*y+2*z=1780],[14*x+8*y+3*z=2220],[x+y+z=300])

Solution

  1. Identify the coefficients of the variables x y and z for each equation to form the column vectors.

  2. Express the system as a linear combination of these column vectors by multiplying each vector by its corresponding variable.

  3. Set the sum of these weighted vectors equal to the vector containing the constants from the right-hand side of the equations.

Final Answer

x*[[11],[14],[1]]+y*[[7],[8],[1]]+z*[[2],[3],[1]]=[[1780],[2220],[300]]


Want more problems? Check here!