![]() |
|
|
#1 |
|
Dec 2003
Belgium
5×13 Posts |
Can you figure out the next number in this 'trivial' sequence?
10, 11, 12, 13, 14, 15, 16, 17, 20, 22, 24, 31, 100, 121, ? -michael |
|
|
|
|
|
#2 |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
10000
|
|
|
|
|
|
#3 |
|
Apr 2003
2×5 Posts |
base 16, base 15, base 14, ... next in sequence is base 2
|
|
|
|
|
|
#4 |
|
Sep 2003
50318 Posts |
|
|
|
|
|
|
#5 | |
|
Bronze Medalist
Jan 2004
Mumbai,India
22×33×19 Posts |
Quote:
please explain Dweiks solution. Mally
|
|
|
|
|
|
|
#6 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
10,753 Posts |
Quote:
the value (1+1+1) and you have to express the final value in the radix (1+1). How about that for a radix-independent answer? Paul |
|
|
|
|
|
|
#7 |
|
Dec 2003
Belgium
5×13 Posts |
(10)hexadecimal=(11)15=(12)14=(13)13=(14)12=(15)11=16decimal=(17)9=(20)octal=(22)7=(24)6=(31)5=(100)4=(121)3=(10000)binary
General: (abcde)n=(a*n4+b*n3+c*n2+d*n1+e*n0)decimal Hope this answers your question Mally, -michael |
|
|
|
|
|
#8 | |
|
Bronze Medalist
Jan 2004
Mumbai,India
22×33×19 Posts |
Quote:
Thanks Paul. I still will have to put pen to paper and fathom it out.Mally. |
|
|
|
|
|
|
#9 | |
|
Bronze Medalist
Jan 2004
Mumbai,India
22·33·19 Posts |
Quote:
|
|
|
|
|
|
|
#10 |
|
Bronze Medalist
Jan 2004
Mumbai,India
80416 Posts |
Thanks Michael.Still I need a more elementary clarfication.
Mally |
|
|
|
|
|
#11 |
|
Dec 2003
Belgium
1018 Posts |
Take for instance (14)12=(1*121+4*120)decimal=12+4=16
or (121)3=(1*32+2*31+1*30)decimal=9+6+1=16 other way round: 16=1*24+0*23+0*22+0*21+0*20 so 16=(10000)2 or binary -michael |
|
|
|