Tell-Tail

We know the following:

  • A positive integer that ends in 1 is always divisible by 1.
  • A positive integer that ends in 2 is always divisible by 2.
  • A positive integer that ends in 5 is always divisible by 5.

Similarly, how many integers n ( 10 n < 100 ) n\, (10 \leq n < 100) are there such that any positive integer ending in n n is always divisible by n ? n?


Bonus: In general, for a positive integer p , p, how many integers n ( 1 0 p n < 1 0 p + 1 ) n\, \big(10^p \leq n < 10^{p+1}\big) are there such that any positive integer ending in n n is always divisible by n ? n?

4 5 6 7

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.

1 solution

Stephen Brown
Dec 28, 2017

All n n being considered are two digits, so another way to frame the problem is to find all n such that, for all integers k k :

n + 100 k 0 m o d n 100 k 0 m o d n n 100 n+100k \equiv 0\bmod{n} \Rightarrow 100k \equiv 0 \bmod{n} \Rightarrow n|100

Thus the only possible n n are 10 , 20 , 25 , 50 10, 20, 25, 50 , a total of 4 \boxed{4} options.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...