We have an 8 by 3 matrix.
Column-X are integers. Column-Y is the 1st eight prime numbers. Column-Z is the sum of X + Y.
I know the order and the values of Column-2.
X1 2 Z1
X2 3 Z2
X3 5 Z3
X4 7 Z4
X5 11 Z5
X6 13 Z6
X7 17 Z7
X8 19 Z8
Sum: X=175, Y=77, Z=252
How can we find 1-8 values of Z?