I am new to linear programming, so please don't blast me if this question is too trivial for you. I was trying to solve the following equation,
$\max p = 0.00085671xz + 0.00288211xy + 0.00115083yz + 0.00174047xz + 0.00415733zy + 0.00070583zz $ subject to
$x + y + z = 98616$
$x > 0$
$y > 0$
$z > 0$
But I am getting the output to be non-determinate. Can anyone please tell me what is the problem?