kevincan
The sum of the digits of an odd integer n is 35, and the product of tens and units digits of n is 36.
What is the remainder when n is divided by 12?
A. 1
B. 5
C. 7
D. 9
E. 11
We don’t know the number of digits of the number, but their sum is 35.
If the number is a five digit one, say abcde.
Then, sum = a+b+c+d+e = 35
Given that the digit is a ODD number.
The product of tens and units digit is 36.
d*e = 36
12*3 OR 4*9 OR 6*6 are the possibilities.
Digits should be within (0-9), so (12*3) cannot qualify.
(6*6) not suitable, as it’s even digits.
Only case is (49) and not (94) , as the latter is an even number.
So, the number is abc49.
a+b+c+4+9 = 35
Thus, a+b+c = 22
What’s the remainder when the number is divided by 12 ?
Divisibility rule of 12 should satisfy both the divisibility rule of 4 and 3.
For 3, the sum of digits is divisible by 3.
For 4, the last two digits should be divisible by 4.
35 when divided by 3, leaves a remainder 2. Therefore , number = 3p+2
49 when divided by 4, leaves a remainder 1. Therefore, number = 4K+1
4K+1 = 3p+2
4K = 3p+1
At k = 1, and p=1 , both give the same value of 5.
K increments in the coefficients of p =3, and p increments in the coefficients of k =4.
At K=1+3 = 4 and at p= 1+4=5 , the values coincide again. The number is 17.
At k = 4+3 =7 and at p = 5+4 = 9, the values coincide again. The number is 29.
The pattern here is
FIRST NUMBER WHICH MATCHES + LCM (divisors)z= 5 + LCM (3,4)z
= 5+12z
At z=0, we get 5,
At z=1 , we get 17
So, the remainder when divided by 12 is
5. Option B