i see my own mistake i misread statement one its n is odd. if i use this statement now i do get that r should be zero and this statement is then sufficient.
With 2 we can say value of r can be 0 1 2 3 4 5 6 or 7
but with 1 we can say for sure it is 0
i.e.
n = 1 expr (1-1)/8 , r= 0
n = 3 expr (9-1)/8, r= 0
n = 5 expr (25-1)/8, r= 0
hence answer is A
















