Find the minimum and maximum value of $\sum_{i,j,k} ({x_{ij} + x_{ik} + x_{jk}})$ given that $\sum_{i,j} {x_{ij}} = 225$ and $1\leq i<j<k \leq50$
My approach : i tried fixing k and getting the sum of ij term but that is not forming any pattern anyhow , next i tried making all possible combinations so that in that i can use the sum contraint given but that is not easy as we would need to plot in 3D , so is there a elegant approach for this ?