0
$\begingroup$

I have a Six numbers which are like points that satisfy certain condition.

If the condition is satisfied that point will be given or else 0 will be assigned as points.

I am Storing the points in Six columns as below in table

 PointA   PointB    PointC     PointD     PointE      PointF           Sum      X       Y         Z          M          N           L         (X+Y+Z+M+N+L)      X       0         Z          M          N           0         (X+Y+0+Z+M+0)      0       Y         Z          0          N           0         (0+Y+Z+0+N+0)      .    .    .    . 

In the above case X, Y, Z, M, N, L are unique numbers.

Their sum should be unique column wise

The Point A column can either have X points or Zero, Similarly Point D column can have M points or Zero at its column.Like that every column will have its respective point or zero.

The Sum of X+Y+Z+M+N+L should be unique

In total there are 720 combinations.

How to find numbers at X, Y, Z, M, N, L

  • 0
    If your six numbers are 1, 2, 4, 8, 16, and 32, all the sums will be distinct. But where do you get 720 combinations? I see only 64.2012-11-07
  • 0
    What do you mean by "The Sum of X+Y+Z+M+N+L should be unique"?2012-11-07
  • 0
    No two sum in that sum column should have same value2012-11-07
  • 0
    Are you talking to me? You have to put @Gerry if you want to be sure I see something directed to me.2012-11-07

1 Answers 1