Given a system of linear equations in three variables \Biggl \lbrace \begin{matrix} 4x+3y+2z=12 \\ x+y+z=9 \\ 2x+4y+3z=20 \end{matrix}
You are going to solve the system by performing the following steps.
(5pts) Eliminate y from \biggl \lbrace \begin{matrix} 4x+3y+2z=12 \\ 2x+4y+3z=20 \end{matrix}
(5pts) Eliminate y from \biggl \lbrace \begin{matrix} x+y+z=9 \\ 2x+4y+3z=20 \end{matrix}
(5pts) Eliminate x from the two equations you got from part (1) and part (2).
(2pts) Find the solution for the given system.
(3pts) Check your solution for the given system.