I have got an exercise. 7 men are in a room, sitting at a table. In front of each people is a cup. In some cups are juice. The cups altogether have got 3 liters juice in them. Now the first man pour the juice in his cup equally in the other 6 cups. The second man will pour the juice, which is now in his cup, equally in the other 6 cups. And the third man will pour it in the other 6 and so on. When the last man (the $7^{th}$) did it already the man are surprised. The amount of juice they have all now in the cup is exactly as much as before they started this decant. Every men did the decant only once. Now i have to find out how much juice was in every cup before they started the decant.
Obviously the last man has got 0 liter juice because he is the last man who did the decant, so if the procedure ends he will have no juice in his cup, so when they began he had no juice.
My Problem is I don't know how I have to solve this problem. Hope you can help me. I have got after the procedure of decant.
$(1) = \frac{7^6 * (1) + 7^5 * 6 * (2) + 7^4 *6^2*(3) + 7^3 * 6^3*(4) + 7^2*6^4*(5) + 7*6^5(6)}{6^7}$
$(2) = \frac{9031*7*(1) + 9031*6*(2) + 7^4*6^2*(3) + 7^3*6^3*(4) + 7^2*6^4*(5) + 7*6^5*(6)}{6^7}$
$(3) = \frac{1105*7^2*(1) + 1105*7*6*(2) + 1105*6^2*(3) + 7^3*6^3*(4) + 7^2*6^4*(5) + 7*6^5*(6)}{6^7}$
$(4) = \frac{127*7^3*(1) + 127*7^2*6*(2) + 127*7*6^2*(3) + 127*6^3*(4) + 7^2*6^4(5) + 7*6^5*(6)}{6^7}$
$(5) = \frac{13*7^4*(1) + 13*7^3*6*(2) + 13*7^2*6^2*(3) + 13*7*6^3*(4) + 13*6^4*(5) + 7*6^5*(6)}{6^7}$
$(6) = \frac{7^5*(1) + 7^4*6*(2) + 7^3*6^2*(3) + 7^2*6^3*(4) + 7*6^4*(5) + 6^5*(6)}{6^7}$
$(7) = 0$
This is what I have got. My main problem is to show why $\frac{6}{7}, \frac{5}{7}, \frac{4}{7}, \frac{3}{7}, \frac{2}{7}, \frac{1}{7}$ and $0$ is the single solution for my problem. Thanks for your help.