VMP
- 25
- 3
Hello everyone, I have an issue solving the following problem:
You're on a mathematical Olympiad, there are m medals and it lasts for n days.
First day committee gives U_{1}=1+\frac{1}{7}(m-1) medals.
On the second day U_{2}=2+\frac{1}{7}(m-2-U_{1}) medals, and so on...
On the last day U_{n}=n.
Attempt at the solution:
My assumption is: U_{i}=i+\frac{1}{7}(m-i-\sum_{j=1}^{i}U_{j}+U_{i})
If i take the difference of U_{i}-U_{(i-1)},
I find this way to write the recursion:U_{i}=\frac{6}{7}(1+U_{(i-1)}),\;(i=2,3,...,n)
If I set i=n and do some algebra, then I get the following:13n=6+6m\;\; (1)
...and this is where I'm not sure what to do, number of medals must be discrete...
Every U_{i} must be discrete.
I tried from equation (1) to derive what m and n must be:n=6k \\ m=-1+13k,\;k\epsilon \mathbb{N} However I am not sure how to capture this notion that every U_{i} must be discrete.
Thank you for reading. :)
You're on a mathematical Olympiad, there are m medals and it lasts for n days.
First day committee gives U_{1}=1+\frac{1}{7}(m-1) medals.
On the second day U_{2}=2+\frac{1}{7}(m-2-U_{1}) medals, and so on...
On the last day U_{n}=n.
Attempt at the solution:
My assumption is: U_{i}=i+\frac{1}{7}(m-i-\sum_{j=1}^{i}U_{j}+U_{i})
If i take the difference of U_{i}-U_{(i-1)},
I find this way to write the recursion:U_{i}=\frac{6}{7}(1+U_{(i-1)}),\;(i=2,3,...,n)
If I set i=n and do some algebra, then I get the following:13n=6+6m\;\; (1)
...and this is where I'm not sure what to do, number of medals must be discrete...
Every U_{i} must be discrete.
I tried from equation (1) to derive what m and n must be:n=6k \\ m=-1+13k,\;k\epsilon \mathbb{N} However I am not sure how to capture this notion that every U_{i} must be discrete.
Thank you for reading. :)