Given the system of equations:
$a^2 = 9b+10c+11d$
$b^2 = 9c+10d+11a$
$c^2 = 9d+10a+11b$
$d^2 = 9a+10b+11c$
How do I prove that the only positive real solution is {30, 30, 30, 30}?
So far, I've tried adding all of the equations up and then manipulating them but that didn't end up helping me disprove the existence of other positive real solutions. I've also tried subtracting the equations from each other and even using the quadratic formula to try to get a relation between the variables independently.