Divisibilityhard
0:00.0

To test if an integer N=10a+bN = 10a + b (where bb is the units digit) is divisible by 19, we can check if the simpler expression a+kba + k b is divisible by 19. What is the smallest positive integer kk that makes this test valid?