Whenever there is a problem like this that doesn't directly ask for the solution set, it is sometimes beneficial to try to find the answer to their question without finding the solution set--in other words to solve for an expression, rather than for individual variables. If I were to guess the source of this question, I would guess a test like ACT, SAT, or GRE. They really love these oh-so-clever questions that have simple, elegant solutions that eliminate the need for down-and-dirty algebra.
With a little outside-the-box thinking, we find that there actually is a quick, clever, and elegant way to find a + b + c, without needing to find a, b, or c individually. I suggest rewriting the system of equations this way:
3a + b = 17
5b + c = 14
3a + 5c = 41
After a little bit of observation, you may notice that the sums of the a coefficients, the b coefficients, and the c coefficients are all equal to 6. That is a rather curious thing. So what would happen if we added all three equations together?
We would get the following equation:
6a + 6b + 6c = 72
This is eerily close to what we're trying to find. Since all the coefficients are equal to 6, we can divide both sides by 6, to get
a + b + c = 12.
Note: By this method, I still don't have values for a, b, or c. But that's ok. That's not what I was after.