A bookkeeper is trying to determine the prices that a manufacturer was charging by examining old sales slips, which show the number of various items shipped and the total price. He finds that $20$ armchairs, $16$ sofa beds, and $12$ double beds cost $19,600$; that $15$ armchairs, $12$ sofa beds, and $9$ double beds cost $15,700$; and that $12$ armchairs, $10$ sofa beds, and $6$ double beds cost $11,600$.
Could anyone help me start off with creating the system of linear equations for this question? I am little confused as to how to start that, thanks!
we can set the costs of armchair by $x$ the sofa bed by $y$ and the double beds by $z$ so we get the system
$20x+16y+12z=19600$
$15x+12y+9z=15700$
$12x+10y+6z=11600$