Base conversion divisibility test

Base conversion divisibility test

The base conversion divisibility test is a process that can be used to determine whether or not a certain (positive) natural number "a" can be divided evenly into a larger natural number "b". It is the general case for the well-known test for divisibility by nine. For other divisors, applying this test is generally harder than figuring it out by normal division.

Example

Is 312 evenly divisible by 13?
*a=13
*b=312
*x=a+1=14
*y=b (base-14)=184
*z=1+8+4=13
*z/a=13/13=1=a natural number

312 is evenly divisible by 13.

Dividing by nine

The trick for determining if a number is divisible by nine is well-known: If the sum of the digits of a number is divisible by nine, then the number itself is as well. This is a special case of the general rule, made easy because no base conversion is necessary since 9 + 1 = 10, and we already use base 10.

Example:Is 2,340 evenly divisible by 9?
*a=9
*b=2,340
*x=a+1=10
*y=b (base-10)=2,340
*z=2+3+4+0=9
*z/a=9/9=1=a natural number

2,340 is evenly divisible by 9.

Proof

Any number can be expressed as

number_{(base)} = sum_{i=0}^n {digits_i imes base^i}

We know that under Modulo Arithmetic, base equiv_{(base - 1)} 1

Thus number equiv_{(base-1)} sum_{i=0}^n{digits_i} imes 1


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • List of mathematics articles (B) — NOTOC B B spline B* algebra B* search algorithm B,C,K,W system BA model Ba space Babuška Lax Milgram theorem Baby Monster group Baby step giant step Babylonian mathematics Babylonian numerals Bach tensor Bach s algorithm Bachmann–Howard ordinal… …   Wikipedia

  • Fibonacci number — A tiling with squares whose sides are successive Fibonacci numbers in length …   Wikipedia

  • Bernoulli number — In mathematics, the Bernoulli numbers Bn are a sequence of rational numbers with deep connections to number theory. They are closely related to the values of the Riemann zeta function at negative integers. There are several conventions for… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”