From 1 to 100!

There is only one positive integer from 1 to 100 that has exactly 7 factors.

Find this positive integer.


The answer is 64.

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.

3 solutions

Kobe Mercado
Nov 29, 2018

Let n n be the unknown number.

Since n n has 7 factors \Rightarrow n = k 7 1 = k 6 n = k^{7-1} = k^6 for some integer k 1 k \geq 1 .

Since 1 n 100 1 k 2 1 \leq n \leq 100 \Rightarrow 1 \leq k \leq 2 because 3 6 = 729 > 100 3^6 = 729 >100 .

Case 1: If k = 1 n = 1 6 = 1 k = 1 \Rightarrow n = 1^6 = 1 , but 1 has only 1 factor, just 1.

Case 2: If k = 2 n = 2 6 = 64 k = 2 \Rightarrow n = 2^6 = 64 .

Since 64 has factors 2 0 , 2 1 , 2 2 , , 2 6 n = 64 2^0, 2^1, 2^2, \ldots, 2^6 \Rightarrow n = \boxed{64} .

Krishna Karthik
Nov 30, 2018

Click here to see my code based solution to this question. On the bottom, you can see that the program searched and found the number 64 with 7 factors and printed it out with its factors.

Jesse Li
Nov 29, 2018

64 = 2 6 64=2^6

Therefore, the factors are 2 0 ( 1 ) , 2 1 ( 2 ) , 2 2 ( 4 ) . . . 2 6 ( 64 ) 2^0 (1) , 2^1 (2) , 2^2 (4) ... 2^6 (64)

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...