proof again
OK, so i understand the first one, and got that and thanks for the
help, i got another one for ya.
Prove directly that for a positive integer written in base eight, say
n=(ak ak-1.....a2a1a0)8 = ak * 8K + a1*81 + a0* 80) (k k-1 2 1 0
and 8 should be sub scripts) we have that n is divisible by 7 if and
only if the sum of the digits ak + ak-1+....+a0 is divisible by 7.
Use this technique (rewrite in base 8 and sum the digits) to test
whether n=8981 is divisible by 7
any help on this one???
.
Relevant Pages
- every number has its own significance.....
... 18 is the only number that is twice the sum of its digits. ... 21 is the smallest number of distinct squares needed to tile a square. ... 26 is the only number to be directly between a square and a cube. ... 27 is the largest number that is the sum of the digits of its cube. ... (sci.crypt) - Re: six six seven
... It is also equal to the sum of its digits plus the cubes of its digits: ... 16661 is the first beastly palindromic prime, ... (Also, note that from the two powers, 47 and 51, we get ... (alt.sports.football.pro.ne-patriots) - [SUMMARY] Checking Credit Cards (#122)
... to see how people approached the Luhn algorithm implementation. ... # check specified conditions to determine the type of card ... # sum the resulting digits, mod with ten, check against 0 ... simple sum of the digits and the final modulo test to determine validity. ... (comp.lang.ruby) - Re: standard deviation, but without the mean
... Suppose Xsum is the sum of the the first n numbes and that X2 is ... Just keep track if X2 and Xsum as you go. ... Actually this is not a correct algorithm, ... the error in the least 9 digits.. ... (sci.stat.math) - Re: Is continuum completely filled up?
... This is difinition of the sum of Cauchy sequence. ... The "infinite sum" is not actually a sum. ... I can compare infinite decimals. ... which share those initial digits. ... (sci.math) |
|