Find the number of unique sets of primitive Pythagorean triples where one leg is equal to 1 0 0 !
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Copied from Mark Hennings solution: A primitive Pythagorean triple is one of the form where are coprime positive integers of opposite parities. The factorization of 100! is {{2,97},{3,48},{5,24},{7,16},{11,9},{13,7},{17,5},{19,5},{23,4},{29,3},{31,3},{37,2},{41,2},{43,2},{47,2},{53,1},{59,1},{61,1},{67,1},{71,1},{73,1},{79,1},{83,1},{89,1},{97,1}} where the left member of each pair is the prime and the right member is the power. The factorization list has 25 elements. The only even prime is 2. Each prime must be represented in only one variable; otherwise a non-primitive triple would be created. 2 and any subset of the others goes into one variable; the remainder of the others gives into the other variable. Therefore, the problem is how many subsets of 24 things are there. That number is 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 ⇒ 1 0 0 0 0 0 0 0 0 8 ⇒ 1 0 0 0 0 0 0 1 6 ⇒ 1 6 7 7 7 2 1 6 1 0 .
Great question... Just one clarification might be whether one side equals 100 or 100! (100 factorial)
This in not my problem. n ! is usually understood to mean factorial(n). That is the way that the solvers have been interpreting the notation.
Agreed. And that's how I would interpret it. But one might think, that the "!" at the end of the question is simply a measure of David's extreme excitement in posing the problem... ;)
And, yes, the solvers interpreted it this way, but what about the non-solvers... :-/
I understood the question. I tried to answer your question in a way that clarified the original problem. On this site, I have discovered that I must use World English and specifically avoid American idioms. When it becomes difficult is when someone wants a calculus problem solved without calculus and sometimes without algebra even.
Problem Loading...
Note Loading...
Set Loading...
A primitive Pythagorean triple is one of the form ( u 2 − v 2 , 2 u v , u 2 + v 2 ) where u , v are coprime positive integers of opposite parities, with u > v . Moreover this formula enumerates all primitive Pythagorean triples uniquely. Now 1 0 0 ! is even, and hence can only appear as a leg of a primitive Pythagorean triple if we can find coprime integers with opposite parities such that 1 0 0 ! = 2 u v . Thus we want to know the number of ways in which 2 1 1 0 0 ! can be written as a product of two coprime positive integers of opposite parities.
There are 2 5 distinct prime factors in 2 1 1 0 0 ! , and the index of 2 in 1 0 0 ! is 9 7 . Let us write 2 1 1 0 0 ! = 2 9 6 j = 1 ∏ 2 4 p j a j where p 1 , p 2 , . . . , p 2 4 are the 2 4 odd primes less than 1 0 0 , and a 1 , a 2 , . . , a 2 4 are positive integers. For any subset A of { 1 , 2 , 3 , . . . , 2 4 } , we define two numbers 2 9 6 j ∈ A ∏ p j a j j ∈ A ∏ p j a j and let u A be the larger of the two, and v A the smaller. Then u A , v A are coprime and of opposite parities, u A > v A , and 2 u A v A = 1 0 0 ! . Moreover, any decomposition of 1 0 0 ! = 2 u v where u , v are coprime and of opposite parities must be achieved in this manner. Thus there are as many primitive Pythagorean triples with 1 0 0 ! as one leg as there are subsets of { 1 , 2 , 3 , . . . , 2 4 } , namely 2 2 4 = 1 6 7 7 7 2 1 6 .