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.
The problem gives you a geometric progression of 1/2 ratio, so the first term is 11, and then 11/2, 11/4...
The number you want is smaller than 0.001, therefore it's smaller than 11/(11000). The first 2 power that is bigger than 11000 is approximately 16000, which is 2^14, as the first term is considering 2^0, you have to sum 1 to the power. So it will be n=14+1=15.