namrata88
Can someone please explain me the answer ?how is the range calculated?
Thanks
Namrata
Also, in terms of the range, you can try to use smaller numbers for the statements to understand what they mean.
For e.g.
Statement 1 - Ten's digit is 0 when N is subtracted by 9.
The maximum value of N can be 18, but since N is odd, the maximum value it can take is 17.
As 17 - 9 = 08
Here the ten's digit after subtraction is 0.
Minimum Value of N = 9
As 9 - 9 = 0 => Ten's digit will also be 0.
If we take N = 19, then N - 9 = 10
Here the ten's digit after subtraction is 1, and it breaks the statement. The statement is a fact, so this value is OUT of range.
Statement 2 - Ten's digit is 2 when 9 is added to N.
We cannot say N = 20, as N is odd.
So the maximum value of N = 19
And 19 + 9 = 28
The minimum value of N can be 11, as we need the ten's digit to be 2 when we add 9 to it.
Now try using this concept in a 4 digit odd number, and you'll figure it out.
Hope this helps.