Problem 866
Posted: Wed Dec 06, 2023 2:19 pm
To handle what the father does with the pieces, I tried to manually run the case N=4.
However, I could not retrieve the number 994 in the end, and I found a different result depending on the order I placed the pieces.
For instance, if I put 1 then 2 then 3 then 4, the segments' lengths are 1, 2, 3, and 4, so the corresponding result would be $H_1\times H_2\times H_3\times H_4=1\times6\times15\times28 = 2520$.
On the other hand, if I put 2, then 4, then 1, then 3, I create segments of length 1, 1, 2, and 4 so the resulting number would be $1\times1\times6\times28=168$.
How am I supposed to get the expected value 994 ?
Is there something I missed ?
However, I could not retrieve the number 994 in the end, and I found a different result depending on the order I placed the pieces.
For instance, if I put 1 then 2 then 3 then 4, the segments' lengths are 1, 2, 3, and 4, so the corresponding result would be $H_1\times H_2\times H_3\times H_4=1\times6\times15\times28 = 2520$.
On the other hand, if I put 2, then 4, then 1, then 3, I create segments of length 1, 1, 2, and 4 so the resulting number would be $1\times1\times6\times28=168$.
How am I supposed to get the expected value 994 ?
Is there something I missed ?