daretodream wrote:If n is a positive integer and r is the remainder when (n-1)(n+1) is divided by 24, what is the value of r?
1) n is not divisible by 2.
2) n is not divisible by 3.
IMO it should be C,
1. Is not suff because it only tells us that the N is odd and we can diff possibilities for it for e.g n= 9 which means (n-1)(n+1)=8x10=80 which is gives a remainder of 8 and we can also have N= 5 where (n-1)(n+1)= 4x6=24 remainder =0
2. Similarly this is not suff; and we can have diff values like n=8 , (n-1)(n+1)=7x9 = 63, hence r= 15 and we have n=5 as well where r =0.
But we combine both these 2 we would get values with the pattern as N=5, 7, 11, 13, 17, 19, 23, .... and in all these cases (n-1)(n+1) will give us the remainder as 0 only ((n-1)(n+1) will have multiples of 2, and 3).