0

Does there exist any generalised method for devising a test of divisibility for any number.

I have found a method and am interested in doing further research in this area.

I want confirm whether any such method already exists.

  • 3
    Yes: divide the number in question by the possible divisor, and see whether there is any remainder. – Carl Mummert Nov 14 '13 at 22:30
  • @Darshan : I don't really understand your question - just do what Carl suggests. Do you want a primality test? – Stefan Smith Nov 14 '13 at 22:51
  • @Darshan : testing whether one number is a multiple of one other number is extremely easy. The problem requires "research" only if someone is doing something more general, such as testing whether any number in a large set is divisible by a number in some other set (?) – Stefan Smith Nov 15 '13 at 02:22

1 Answers1

1

There are many special divisibility rules for testing for divisibility by relatively small integers, and there is a generalised divisibility rule of much wider applicability.

Have you found anything which is a significant improvement on the rule given in the Wikipedia article?

Old John
  • 19,569
  • 3
  • 59
  • 113