J
joel
Hi all,
I tried a clever way to solve my problem but I couldn't...
Here my problem
I have 3 types of populations with different weights
col A = 4, col B = 2, col C = 1
So one A is equal to 2B or is equal to 4C
So one B is equal to 2C or is equal to 1/2 A
I would like to compute all possible ABC combinations to
reach a target (40 for example)
Example: 10A = 40 but also 5A + 10B or 40C . . .
How can I build a table showing all possible combinations ?
Do somebody has a bright subtle idea ?
Thanks in advance !!!
Joël
I tried a clever way to solve my problem but I couldn't...
Here my problem
I have 3 types of populations with different weights
col A = 4, col B = 2, col C = 1
So one A is equal to 2B or is equal to 4C
So one B is equal to 2C or is equal to 1/2 A
I would like to compute all possible ABC combinations to
reach a target (40 for example)
Example: 10A = 40 but also 5A + 10B or 40C . . .
How can I build a table showing all possible combinations ?
Do somebody has a bright subtle idea ?
Thanks in advance !!!
Joël