Bunuel
If the positive integer n leaves a remainder of 3 when divided by 7, which of the following statements would be true?
I. 4n + 2 is divisible by 14
II. n^2 - 2 is divisible by 7
III. (n + 3)(n + 4) is divisible by 7
A. Only I
B. Only II
C. Only III
D. I and II
E. I, II, and III
Reading the question the number which came into my mind is 10.
Substituting 10 in the options,
I. 4n + 2 is divisible by 14
4*10+2 =42 , which is divisible by 14.
II. n^2 - 2 is divisible by 7
10^2 -2 = 98 , which is divisible by 7 .
III. (n + 3)(n + 4) is divisible by 7
(10+3)*(10+4) = 13*14 , which is divisible by 7. Hence
Option E. But orthodox fool proof approach is : let the number n = 7k +3
substitute n in the options
I. 4n + 2 is divisible by 14
4*(7k+3) +2 = 28k+12+2 = 28k+14 =
14 *(2k+1) ———> which is of the format 14a. Hence divisible by 14.
II. n^2 - 2 is divisible by 7
(7k+3)^2 -2 = 49k^2+ 9+ 42k -2 = 49k^2 + 42k +7 =
7 *(7k^2+6k+1) . Divisible by 7.
III. (n + 3)(n + 4) is divisible by 7
(7k+6) (7k+7) =
7*(k+1)*(7k+6) . Divisible by 7.
Hence,
Option E.