The product of 11 integers is equal to 11.
What is the minimum number of times the integer "1" appears in these 11 numbers?
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.
Relevant wiki: Integers - Problem Solving
Probably one would think the answer should be 10 times.But notice that we are free to use numbers from the whole set of integers!
That includes − 1 !
So we can do like this:
ten times − 1 × − 1 × − 1 × − 1 × − 1 × − 1 × − 1 × − 1 × − 1 × − 1 × 1 1 = ( − 1 ) 1 0 × 1 1 = 1 × 1 1 = 1 1 ,
where no 1 appears.