by laiusergiu Fri Aug 19, 2011 3:31 pm
Let the lowest possible integer, which satisfies these conditions, be denoted by n:
Let's translate the statements into mathematical relations (where a,b,c are integers)
n = 11a + 10 = 11a+11-1 = 11(a+1) - 1
n = 13b + 12 = 13b+13-1 = 13(b+1) - 1
n = 17c + 16 = 17c+17-1 = 17(c+1) - 1
Since n = 11(a+1) - 1 --> n+1 = 11(a+1) i.e (n+1) is a multiple of 11
Since n = 13(b+1) - 1 --> n+1 = 13(b+1) i.e (n+1) is a multiple of 13
Since n = 17(c+1) - 1 --> n+1 = 17(a+1) i.e (n+1) is a multiple of 17
The smallest positive number that is a multiple of 11, 13, and 17 is 11*13*17=2431 --> n+1=2431 -->n=2430
Last edited by
laiusergiu on Mon Aug 22, 2011 9:00 am, edited 1 time in total.