This is a 6-digit number in base 7:
a a b c c b 7
If a , b , and c represent 3 distinct digits (from 0 to 6), is a a b c c b 7 odd or even?
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.
In base 7, even-ness is determined by adding up the digits. Since each digit is in there twice, the sum is clearly even, so the number is even as well.
Does this work for all odd bases? I think it does, but I'm not quite sure.
Log in to reply
Yes, it does.
Every digit represents a multiple of a power of 7 , this power is always odd and therefore the digit represents a numbet of the same parity as this digit itself, so adding up all digits gives the same parity as adding up the numbers they represent.
n 2 k + 1 = i = 0 ∑ ∞ d i ⋅ ( 2 k + 1 ) i ≡ i = 0 ∑ ∞ d i ( m o d 2 )
Problem Loading...
Note Loading...
Set Loading...
a a b c c b 7 is equal to 7 5 a + 7 4 a + 7 3 b + 7 2 c + 7 c + b or ( 7 5 + 7 4 ) a + ( 7 3 + 1 ) b + ( 7 2 + 7 ) c in base 1 0 .
Since 7 m is odd (for all integers m ≥ 0 ), 7 m + 7 n is even (for all integers m ≥ 0 and n ≥ 0 ). This makes each coefficient of a , b , and c even, which makes the whole expression always even .