Is the above number divisible by (No calculators should be necessary!)
Clarification:
The subscript 12 indicates we are working in base 12.
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 order to be divisible by 1 4 3 1 0 , the number must divide 1 1 1 0 and 1 3 1 0 , since, in decimal, 1 4 3 = 1 1 ∗ 1 3 .
Now, let e = ∑ ( even digits ) and let o = ∑ ( odd digits ) and let s = e + o .
A number is divisible by 1 3 in base 1 2 if ( e − o ) divides 1 3 .
And a number is divisible by 1 1 in base 1 2 if the sum of the digits is divisible by 1 1 .
In this case e = 1 1 and o = 1 1 , so e − o = 0 , which divides 1 3 , so the number divides 1 3 .
Also, s = e + o = 2 2 which divides 1 1 , so the number divides 1 1 .
Since the number divides both 1 1 and 1 3 , the answer is... Y e s , the number is divisible by 1 4 3 .