help!
solve the simultaneous equations for x and y. I'd plunk it into the calc but i have to show working...
-(b+c)y - ax = ab
(a+b)x + cy = bc
thanks 
y - ax = ab)
x + cy = bc)
y - ax = ab\:\:\:\: (\times \: (a + b)))
x = bc\:\:\:\:\:\:\: (\times \: a))
(b + c) - a(a + b)x = ab(a + b))
(+) x = abc)
(b + c)y + acy = ab(a + b) + abc)
(b + c) + ac)y = ab((a + b) + c))
 + c)}{(-(a + b)(b + c) + ac)})
You can probably simplify some things in there but I'm just showing you how to go about it.
Do the same for x i.e. multiply each equation such that you will be able to eliminate y from the equation.
edit: replaced ab(a + b) with ac as the coefficient for y in the second last line and hence answer
Things are never that complicated with problems you likely to get asked.
They normally involve some sort of trick, which is not always obvious to see.
I this instance, I first expanded the 2 equations :
-by -cy -ax= ab
ax + bx + cy = bc
Adding those 2 expanded equations gives you:
b(x - y) = b(a + c)
x - y = a + c (1)
Now you are getting somewhere. I cant think of anything overly clever now, so I just solve equation (1) for x,
x = y + a + c
and substitute x in the original equation (-by-cy-ax=ab),
-by -cy - a(y + a + c) = ab
Solving for y,
y = -a
x = c .... from (1)