Bunuel
ronr34
Bunuel
Bunuel,
I tried counting it differently.
Instead of chopping it up according to degree of the number, I went by the numbers themselves:
2 : n can be - 1,2,3,5,6,7 . 3 : n can be - 1,2,3,5 . 5 : n can be - 1,2,3 . for the numbers 6,7,10,11,12,13,14,15,16,17 n can be 2.
so we have 5+4+3+10*2 = 31 and not 24 like you got.
Why am I getting a different result?
Can you see what I'm counting twice?
Dear ronr34, it's hard for me to understand what have you written there. Below are 24 numbers which satisfy the requirement:
1 = 1^(n > 1)
4 = 2^2
8 = 2^3
9 = 3^2
16 = 2^4 = 4^2
25 = 5^2
27 = 3^3
32 = 2^5
36 = 6^2
49 = 7^2
64 = 2^6 = 4^3 = 8^2
81 = 3^4 = 9^2
100 = 10^2
121 = 11^2
125 = 5^3
128 = 2^7
144 = 12^2
169 = 13^2
196 = 14^2
216 = 6^3
225 = 15^2
243 = 3^5
256 = 2^8 = 4^4 = 16^2
289 = 17^2
Hi Bunuel,
What I meant is that instead of counting the degrees and listing out the numbers that are the options, I listing each number and looked to what degree we can multiply it.
Looking at 2 - the degrees that are possible are : 1,2,3,5,6,7
Looking at 3 - the degrees that are possible are: 1,2,3,5
Looking at 5 - the degrees that are possible are: 1,2,3
Looking at 6 - the degrees that are possible are: 1,2,3
Looking at 7 - the degrees that are possible are: 1,2,3
Looking at 10 - the degrees that are possible are: 1,2
Looking at 11 - the degrees that are possible are: 1,2
Looking at 12 - the degrees that are possible are: 1,2
Looking at 13 - the degrees that are possible are: 1,2
Looking at 14 - the degrees that are possible are: 1,2
Looking at 15 - the degrees that are possible are: 1,2
Looking at 17 - the degrees that are possible are: 1,2
Summing up all the degrees: 6+4+3+3+3+2+2+2+2+2+2+2 = 33 -> 33 number.
What's wrong with that?