PareshGmat
anupamadw
Bunuel
How many two-digit whole numbers yield a remainder of 1 when divided by 10 and also yield a remainder of 1 when divided by 6?
A. None
B. One
C. Two
D. Three
E. Four
Kudos for a correct solution.
n=10p+1 --> Number could be 11 21 31 41 51
n=6q+1 --> Number could be 7 13 19 25 31
n= 30q+31so n could be 31,61,91
IMO D
Can you explain the highlighted calculation? How is that obtained?
Positive integer n is divided by 10, the remainder is 1 --> \(n=10q+1\), where \(q\) is the quotient -->
1, 11, 21, 31, 41, ...
Positive integer n is divided by 6, the remainder is 1 --> \(n=6p+1\), where \(p\) is the quotient -->
1, 7, 13, 19, ...
There is a way to derive general formula for \(n\) (of a type \(n=mx+r\), where \(x\) is divisor and \(r\) is a remainder) based on above two statements:Divisor \(x\) would be the least common multiple of above two divisors 10 and 6, hence \(x=30\).
Remainder \(r\) would be the first common integer in above two patterns, hence \(r=1\).
Therefore general formula based on both statements is \(n=30m+1\). Thus n could be 1, 31, 61, 91, ... Since n is a two-digit integer, then n could only be 31, 61, or 91.
Check for more here:
positive-integer-n-leaves-a-remainder-of-4-after-division-by-93752.html#p721341Hope it helps.