Hello,

For a schoolwork I need to figure out some scenario's.
For each scenario I have to make a list of all possible scenario's for the following 6 kolomns. I'll try to explain it with an example:

scenario 1:
indexRP=5
indexRQ=5
indexRP=5
indexRQ=5
indexRP=7
indexRQ=5

scenario 2 :
indexRP=4
indexRQ=5
indexRP=5
indexRQ=5
indexRP=7
indexRQ=5

scenario 3 :
indexRP=4
indexRQ=4
indexRP=5
indexRQ=5
indexRP=7
indexRQ=5
And following.
But the 7 needs to stay the same. The other values need to fluctuate between 5 and 3

I would greatly appreciate some help