Let where with (its prime factorization only contain primes from 2 to 7).
What is the minimun length of A ( ) to guarantee that at least the product of 2 of them is a perfect square , mathematically,
such as
Enter the value of .
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.
If the product of 2 elements of the set is a perfect square, means that we can express this product as 2 2 a × 3 2 b × 5 2 c × 7 2 d = ( 2 a × 3 b × 5 c × 7 d ) 2 . That implies that all a 1 + a 2 , b 1 + b 2 , c 1 + c 2 , d 1 + d 2 are even (given the product ( 2 a 1 × 3 b 1 × 5 c 1 × 7 d 1 ) × ( 2 a 2 × 3 b 2 × 5 c 2 × 7 d 2 ) ). To simplify things, we'll use values for a , b , c , d equal to 0 or 1 . Thus, if the sum of exponents for the same prime is 0 or 2 for all primes, the product will be a perfect square, since 0 and 2 are even.
We can write all combinations of ( a , b , c , d ) like binary numbers a b c d , and if a number repeats, the product is a perfect square. Then, between 0 and ( 1 1 1 1 ) 2 = ( 1 5 ) 1 0 we have 16 distinct numbers. Therefore, using the pigeonhole principle, if we have one more element in the set, there must be at least 2 that their product is a perfect square. So 1 7 is the solution.