you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago* (last edited 2 years ago) (2 children)

But what about 14, 21 and 28?

14 - 4*2 = 6, not divisible by 7

21 - 1*2 = 19, not divisible by 7

28 - 8*2 = 12, not divisible by 7

Or did I misunderstand the algorithm?

EDIT: I didn't realize that you remove the last digit when subtracting, got corrected in the replies.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 2 years ago* (1 child)

    It goes like this

    1. create 2 distinct numbers by isolating the last digit from the other. For example, 154 becomes 15 and 4.

    2. double the number derived from the last digit. So, the four becomes 8.

    3. subtract from the number derived from the preceeding digits. 15 - 8.

    4. the resulting number is 7. Seven is divisible by 7, so we know 154 is divisible by 7.

  • source
  • parent
  • hideshow 2 child comments