My solution, like http://www.mathhelpboards.com/members/kaliprasad/'s, involved a bit of guesswork. Add the first and second equations to get $$-2(a-b)^2c = -48.$$ Add the second and third equations to get $$-2(c-a)^2b = -18.$$ Add the first and third equations to get $$-2(b-c)^2a = -150.$$ You can write those equations as $$(a-b)^2c = 24 = 2^2*6,$$ $$(c-a)^2b = 9 = 3^2*1,$$ $$(b-c)^2a = 75 = 5^2*3.$$ If you then make the assumption that the squared terms on the left side of those equations correspond to the squared terms on the right side, and the nonsquared terms likewise correspond, then you read off the solution $a=3,\,b=1,\,c=6,$ which turns out to be correct.