- #316
- 19,763
- 25,775
No, we look for any three consecutive primes among ##\{\,a_0,\ldots,a_4\,\}##, and odd ones. I thought the sequence is easy.
Btw., is DESY still in operation?
Btw., is DESY still in operation?
Okay, let's look further.fresh_42 said:No, we look for any three consecutive primes among ##\{\,a_0,\ldots,a_4\,\}##, and odd ones. I thought the sequence is easy.
Huh?Btw., is DESY still in operation?
In which sense? They are the first primes with the required property in the first sequence. ##a_0 \in \{\,0,1,\ldots,9\,\}## do not work, ##a_0=10## does. Now one of it has ##\left( \dfrac{3}{p} \right) = -1##.mfb said:The next sequence is 19,37,73, but these products don't work either.
I thought I could as well ask you instead of searching the web. The DESY site didn't answer the question at once, so I would have had to start to read it.Huh?
You still didn't help with that notation.fresh_42 said:Now one of it has ##\left( \dfrac{3}{p} \right) = -1##.
Quite off-topic here. DESY still runs, mainly as preaccelerator for PETRA which is used for photon science.I thought I could as well ask you instead of searching the web. The DESY site didn't answer the question at once, so I would have had to start to read it.
If we can define the notation then every number can be written like this.fresh_42 said:'Can be written as' does not mean 'can be factorized with'. Given the sequence formula, the presentation with ##1,2,3## drops almost automatically into place. Finding the sequence is the only really hard part.
fresh_42 said:The teacher is surprised and looks again in her documents: both have the same birthday and the same parents.
There is a simpler explanation.jbriggs444 said:Skipping the possibility that the students are adopted, let us go for the idea that they are similar looking siblings born one year apart.
Possibly born close to the cutoff for a year's batch of children to enter the first year of school, straddling a year when the eligibility dates where shifted. Possibly one child held back or skipping a grade. Or possibly in college, one in first year and one in second year, both attending the same class.
Possibly born to a lesbian couple.
Adoption doesn't make them look alike.mfb said:What is complicated about the adoption?
Yes.Is the year the same?
No.A mistake in the sheet the teacher got?
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?