ssr174 Wrote:What is the value of the two-digit positive integer n?
(1) When n is divided by 5, the remainder is equal to the tens digit of n.
(2) When n is divided by 9, the remainder is equal to the tens digit of n.
I read the explanation to this question and I'm not sure I understand how the two lists for each statement are generated. Why is 49 the overlap? Is there an alternate way to approaching this problem?
***I don't have the explanation but i can try.Hope it helps***
Case 1 : According to the first statement, the remainder on dividing by 5 is equal to the tens digit of n.
So, let the 2-digit number be xy which is nothing but 10x+y.
10x is divisible by 5 and thus the remainder will come from y.
In order for y to give x as remainder, y should be either equal to x(and less than 5) or equal to x+5(and x should be less than 5).
For the case,where y is equal to x(and less than 5), we have the following numbers 11,22,33,44.
For the case, where y is equal to x+5(and x is less than 5), we have the following cases 16,27,38,49.
Case 2 : When n is divided by 9, the remainder is tens digit of n.
Any 2 digit number say xy can be written as 9x+x+y. Since 9x is divisible by 9, the remainder shall come from x+y.
For x+y to give remainder as x(x should be less than 9) and y has to be 9 so that the
remainder shall come solely from x or
e.g. of such numbers are 19,29,39,49,59,69,79,89
or
y has to be 0 and x can be any digit less than 9.
e.g of such numbers are 10,20,30,40,50,60,70,80.
The only number that satisfies both the statements is 49.
This is how i approached the question. I am sure there's a better approach to this.
Regards