You have three different positive integers, a , b , and c .
None of them are square numbers.
However, if you multiply any two together you get a square number.
What is the smallest possible value for a + b + c ?
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.
We consider the smallest squares such as 1,4 and 9.To satisfy the condition, we form the numbers 2(1), 2(4) and 2(9). Thus, the smallest numbers are 2,8 and 18. Hence we get 2+8+18=28.
If we enumerate all the pairs of positive integers < 25 whose product is a square and eliminate squares themselves we get:
You can see that 2, 8, and 18 are the only ones that lead to a triad of three numbers with the condition described above.
Therefore, the smallest values that a, b and c can be are 2, 8, and 18.
2 + 8 + 1 8 = 2 8
The second smallest is a tie between a + b + c = 3 + 1 2 + 2 7 = 4 2 and a + b + c = 2 + 8 + 3 2 = 4 2 . The next smallest are a + b + c = 2 + 8 + 5 0 = 6 0 and then 5 + 2 0 + 4 5 = 7 0 .
The numbers have to be as small as possible. Their primefactors can not all have even powers. They have to have some prime factors in common with uneven powers. So for the even powers we have to choose 2, for the uneven powers we choose 1 (small numbers). One of the numbers can in itself be prime en must then reoccur in the other numbers. This adds up to:
a = p, b = pq², c = pr², with p, q, r all prime. Keeping the numbers small we can choose p = 2 (considering p = 1 would yield to a square value for a). choosing as small as possible numbers for q and r and they can not be equal to 1 or to each other gives q = 2 and r = 3. Therefore (a, b, c) = (2, 8, 18). Choosing other primes will give other larger solutions.
Got a proof?
Problem Loading...
Note Loading...
Set Loading...
We can get many such integers like this:
Let p , q are both distinct primes. then
a = p 2 q , b = q , c = q 3
To get minimum value put p = 3 , q = 2 .it will give a = 1 8 , b = 2 , c = 8