The product of 2 positive integers is 1000. What is the smallest possible sum of these 2 integers?
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.
or you could just factor tree the thing out and note all possible factors. Then experiment with each type.
If we are interested in x y = 1 0 0 0 = 2 3 5 3 , then we have the following divisor pairs in positive integers:
( x , y ) = ( 1 , 1 0 0 0 ) ; ( 2 , 5 0 0 ) ; ( 4 , 2 5 0 ) ; ( 5 , 2 0 0 ) ; ( 8 , 1 2 5 ) ; ( 1 0 , 1 0 0 ) ; ( 2 0 , 5 0 ) ; ( 2 5 , 4 0 )
The minimum sum of x + y occurs at ( x , y ) = ( 2 5 , 4 0 ) ), or 6 5 .
lmao taking 10×10×10 gives us a 30 and 10 is a positive integer
Problem Loading...
Note Loading...
Set Loading...
Assuming that we have integers such that a b = 1 0 0 0 , then since ( a − b ) 2 + 4 a b = ( a + b ) 2 , so ( a − b ) 2 = ( a + b ) 2 − 4 0 0 0 . It follows that finding the smallest possible sum ( a + b ) is equivalent to finding the smallest possible difference ∣ a − b ∣ of these integers.
We have 1 0 0 0 = 2 3 × 5 3 , and 1 0 0 0 ≈ 3 2 . By listing out the divisors, we can see that the closest divisors of 1000 to 32 are 25 and 40. Thus, the 2 integers with product 1000 and smallest possible difference will be 25 and 40. Hence the sum is 2 5 + 4 0 = 6 5 .