Component X costs 5, Component Y costs 10, and Component Z costs 15 dollars respectively. 1200 components were sold amassing 10000 dollars. Component Y sold the sum of Components X and Z sold.
Ok, so I need to form 3 equations for the linear system. I could see
$ x + y + z = 1200$
$ 5x + 10y + 15z = 10000$
$ x + z = y$
I don't think that is correct, but I can't see any more detail in the question to provide an alternative.