I recently stumbled upon some math questions and spent the next several hours fiddling with them. My favorite of the set was the following:
Suppose f(n) is the number of 1's in the binary representation of the integer n. Compute the f(1)/(1*2) + f(2)/(2*3) + f(3)/(3*4) + ....
While that question is pitched at advanced undergraduate math majors, here's another that's a bit easier:
Suppose five distinct points are placed on the surface of a sphere. Show that four of them lie on some hemisphere.
One more:
Suppose you are given an ordered sequence of n whole numbers. Show that some consecutive subsequence has sum divisible by n. (Eg. given 1, 4, 2, we see that 4+2 = 6 is divisible by 3.)
Now my question: does anyone else have any similarly interesting problems they'd like to share?


Reply With Quote
. I'm still not sure I understand you. What are the five possible groupings, or it that meant to be obvious?
. Of course I started with 1 there. Mine is neater if you start it at index 0 (as a 0 first term might suggest).
, If i make a graph + trial and error i can see Fx = -(1 / 72 * (x ^ 3)) - 1 is close, but i'm not going anywhere by doing this i think.
