xiaxyl
It works for option II and III but in I if we take 6k-1 then how do we get the result?
dhruvilsang
If n is a prime number greater than 65, then which of the following statements must be true?
I. 2n + 1 leaves a remainder of 3 when divided by 4
II. (n-1)(n+7) is divisible by 12
III. (n^2-1)^2 is divisible by 72
A. I and II only
B. I and III only
C. II and III only
D. I, II and III
E. None out of I, II and III
Every prime number greater than 3 is of the form 6k + 1 or 6k - 1.
just assume the above two cases for n for each option and you will get the answer.
If the prime is of the form 6k - 1, then 2n + 1 = 2(6k - 1) + 1 = 12k - 1. The first term, 12k, is divisible by 4, and -1 divided by 4 leaves a remainder of 3.
If the prime is of the form 6k + 1, then 2n + 1 = 2(6k + 1) + 1 = 12k + 3. The first term, 12k, is divisible by 4, and 3 divided by 4 leaves a remainder of 3.
Thus, option I must be true.
P.S. The process for finding the remainder when dividing a negative integer by a positive integer follows the same principles as when dividing a positive integer by a positive integer.
For example:
- What is the remainder when dividing 21 by 6? We find the closest multiple of 6 that is less than 21, which is 18. Then, we calculate (dividend) - (closest multiple less than the dividend) = 21 - 18, yielding a remainder of 3.
- What is the remainder when dividing -23 by 7? Here, we find the closest multiple of 7 that is less than -23, which is -28. Then, we calculate (dividend) - (closest multiple less than the dividend) = -23 - (-28), resulting in a remainder of 5.
What about dividing -100 by 30? The closest multiple of 30
less than -100 is -120. So, the remainder is (dividend) - (closest multiple
less than the dividend) = -100 - (-120) = 20.
Alternatively, consider this method:
- What is the remainder when dividing -23 by 7? Dividing 23 by 7 gives a remainder of 2. To find the remainder for -23 divided by 7, subtract this 2 from the divisor. Thus, the remainder when dividing -23 by 7 is 7 - 2 = 5.
Similarly, what is the remainder when dividing -100 by 30? Dividing 100 by 30 gives a remainder of 10. Therefore, the remainder when dividing -100 by 30 is 30 - 10 = 20.