siddharthkapoor
The number x is two-digit positive integer, \(x^2\) is a four-digit integer, and the thousands digit of \(x^2\) is 9. Which of the following must be true?
I. The tens digit of x is 9.
II. The sum of all digits of x is smaller than the sum of all digits of \(x^2\).
III. The units digit of x is at least 5.
(A) II only
(B) III only
(C) I and II
(D) I and III
(E) II and III
x is a two digit number and x^2 is a 4 digit number something like 9abc i.e. x^2 is 9000 something.
Now note that 100^2 = 10,000 and 90^2 = 8100. So x will lie between 90 and 100.
Let's narrow down the range further. We can easily calculate the squares of numbers ending in 5.
95^2 = 9025 (We write 25 at the end and multiply the previous leftover number with its successor i.e. 9*10 = 90. So we get 9025)
Certainly, this would be the smallest perfect square greater than 9000. So x has 5 possible values from 95 to 99.
So we see that statements I and III are certainly true.
Answer (D)
Statement II is a bit unwieldy.
It is possible that the sum of digits of the square may not be greater than the sum of digits of x. We will need to check the squares of all numbers from 95 to 99. But since the options do not have I, II and III as one of the options, we don't need to do this extra work.
Though there are some tips that we can use to make it easier if we were required to check that too.
96^2 would have 9 in the beginning and 6 at the end. In the middle it can't be two 0s (because 9006 will not be the square of 96 since 95^2 is 9025) so sum of digits of the square will be greater.
97^2 will have 9 in the beginning and 9 at the end (because 7^2 is 49) so sum of square will certainly be greater.
98^2 will have 9 in the beginning and 4 at the end but will be above 9500 so it will have at least another 5 in the middle so sum of digits of the square will be greater.
99^2 will have 9 in the beginning and 1 at the end. It will need to be found out but we can use (100 - 1)^2 = 10,000 + 1 - 200 = 9801 to get its value.