I have two integers whose product is 100.
If each of these two numbers is increased by then their product is still 100.
What is the smallest possible 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.
Consider any factorisation 1 0 0 = ( − a ) ( − b ) , where a ≥ b are positive integers; a can be 100, 50, 25, 20, or 10. If we add S = a + b to each factors, the product will be b × a = 1 0 0 once again. Now S is smallest when a = b = 1 0 , namely, S = 2 0 .