![]() |
|
|
#1 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3·5·137 Posts |
What is the fastest way of calculating the following base 19 formula?
10:2:2:14:15:3:9:0:12:0:0:11:5:11:819 mod 1819 Hint:Should be able to do it without calculators, pen or pencil. |
|
|
|
|
|
#2 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Same as mod 9 for decimals. (Sum of digits, then repeat again if needed.)
Now, what is the same number mod 20? |
|
|
|
|
|
#3 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3·5·137 Posts |
|
|
|
|
|
|
#4 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
what is b mod b+1 if not b ? what is that value to an even power ? what is that value to an odd power ? Last fiddled with by science_man_88 on 2016-03-20 at 22:05 |
|
|
|
|
|
|
#5 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Guess I will leave that to others to solve.
But I will comment: Write numbers in base 31, and easily calculate reminders to 2, 3, 5, 6, 10, 15 and 30.
|
|
|
|
|
|
#6 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
1075310 Posts |
|
|
|
|
|
|
#7 | |
|
May 2004
New York City
2·29·73 Posts |
Quote:
divisibility by 11 in base 10: add the digits, but with alternating signs for adjacent place values, then see whether that result is divisible by 20. For example, 19^2 + 3*19 + 2 is divisible by 20 because 1 - 3 + 2 = 0 is divisible by 20. |
|
|
|
|
|
|
#8 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
205510 Posts |
Quote:
Thank you. |
|
|
|
|
|
|
#9 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
* Could writing an arbitrary number in a base higher than 10 in the format dd:dd:.. ,result in a representation with more decimal digits than if written in base 10? (the separators ":" not to be counted)
Example: 1:0:019=361 Equal decimal digits (3) Could the left side have more decimal digits for other numbers/higher-bases? Thank you in advance. |
|
|
|
|
|
#10 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22·1,549 Posts |
|
|
|
|
|
|
#11 | |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
Quote:
akin to asking can a low decimal number ever be represented as a sum with a higher power of another base. or if logint in pari allows itself to be higher for higher bases given the same decimal number: the real problem then is you can represent more numbers under any given power of a higher number: 19^n = 1.9^n*10^n so if n>3.58 it exceeds the next power of 10 for example so if the first base 19 digit is more than 3 it's actually able to represent a higher number in less "digits". |
|
|
|
|