- 20,782
- 28,288
Right. The real reason is completely natural and the easiest possible.mfb said:"They lied" is a very simple possible answer, but I guess that is not the intended answer.
Right. The real reason is completely natural and the easiest possible.mfb said:"They lied" is a very simple possible answer, but I guess that is not the intended answer.
fresh_42 said:72. Summer is over and there are two new students in the class who are hard to tell apart. "You are certainly twins?", asks the teacher.
"No," answer the two boys.
The teacher is surprised and looks again in her documents: both have the same birthday and the same parents. How can that be?D88
Triplets (or more) then.fresh_42 said:So is the constant function exactly twice differentiable?
The center is part of the sum for all triangles, we can fill it last with whatever number is remaining and ignore it from now on. For every pair of triangles there are two numbers that are shared between these triangles, and one number that is exclusive to the other triangle. We can find a solution if we can find three mutually exclusive triples that satisfy a+b=c where a+b are put in the shared numbers and c is put on the opposite side. That way the sum in every triangle will be the sum of all numbers apart from the three outer numbers.fresh_42 said:74. Enter the numbers ##1,2,\ldots,10## into the circles, such that the sums of all numbers along the three inner triangles are equal.
Very interesting. I have a solution with 38 instead of 30:mfb said:
Have you calculated the possible sums in every solution?lpetrich said:For #74, I wrote a short program that does a brute-force search. The number of permutations searched was 10! = 3628800, and I found 6528 solutions. Because none of the solutions have any symmetries, the total number of inequivalent solutions is the total number divided by the size of the triangle symmetry group (6): 1088.
I wrote it in C++, and I used STL <algorithm> function next_permutation() to iterate through the possibilities. The Standard Template Library is *great*.
I have just done so. The number of solutions for each sum value is;fresh_42 said:Have you calculated the possible sums in every solution?
How does that symmetry work? I find it difficult to picture.mfb said:There is more symmetry. There is the factor 6 for the arrangement of the three triangles, but there is also a factor 8 from swapping numbers on the diagonals - different pattern but effectively the same solution. This is the reason all your numbers are divisible by 8. Removing this symmetry we end up with 136 options.
Indeed there is.mfb said:Is there a solution that also has the same sum for the big outer triangle?
fresh_42 said:76. ##n^3+ n^2 u +n^2 v+n^2w+nuv+nuw+nvw+uvw = 27,673,509,091## with ##u<v<w##.
What is ##u\cdot n^2\,?## (All numbers are non negative integers and ##n## maximal among all solutions.)