jlui4477
ps_dahiya
Only 786...
subtract 64, 66 and 67 (One by one) from each number and then divide the new number by 8... if the quotient is an integer then its in the sequence...
How did you know to do that?

a1 = 64
a2 = 66
a3 = 67
a4 = 8 + a1 = 72
a5 = 8 + a2 = 74
a6 = 8 + a3 = 75
a7 = 8 + a4 = 80
a8 = 8 + a5 = 82
a9 = 8 + a6 = 83
Now there are three sequences
1. a1, a4, a7 i.e 64, 72, 80....... First term is 64 and difference bw terms is 8
2. a2, a5, a6 i.e 66, 74, 82....... First term is 66 and difference bw terms is 8
3. a3, a6, a9 i.e 67, 75, 83....... First term is 67 and difference bw terms is 8
Nth term of the sequence is = a + (n-1)d
Now lets test the given numbers
105: If there then can only be in seq 3 because odd number will be in seq 3 only. So 105 = 67 + (n-1) * 8 solve this and n in not an integer. So this can not be in any sequence
786: This can only be in seq 1 and 2 because its even number. So 786 = 64 + (n-1) * 8. Solving this we get n as non-integer. So this is not in seq1. Now test for seq 2. 786 = 66 + (n-1) * 8 . Bingo, we get n = 91. So this will be in sequence
966: Can only be in seq1 and seq2. Test for seq1 and seq2 and we get n as non-integer in both seq
1025: Can only be in seq3. Test and we get n as non-integer.