There is only one positive integer less than 100000 that has exactly 17 number of positive factors (inclusive of 1 and itself). This number can be expressed as n number of 2’s 2 2 2 2 2 ⋅ ⋅ 2 .
Find n .
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.
Problem Loading...
Note Loading...
Set Loading...
17 = 16 + 1.
The number must be 2^16.
16 = 2^4 = 2^[2^2].
2^16 = 2^2^2^2, thus n = 4.