A two-digit positive integer x exists such that when the expression ( 1 0 x − x ) is evaluated, the sum of the digits of the difference is 300. Determine the value of the exponent x .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
x is a two digit number, and the expression difference is equal to 300.
Now, keeping these things in mind, we will approach the solution of the question.
The expression 1 0 x − x will contain x − 2 number of 9's. For an explicit example, 1 0 1 3 − 1 3 will have e l e v e n 9's in it.
Now, 9 × 3 3 = 2 9 7 , lets check for the number x − 2 = 3 3 i.e. x = 3 5 .
1 0 3 5 − 3 5 = a result in which there are t h i r t y − t h r e e 9 ′ s and last two digits are 1 0 0 − 3 5 = 6 5 , so total sum of the digits= 3 3 × 9 + 6 + 5 = 3 0 6 , which is more than the required result.
Now check for x = 3 4 .
1 0 3 4 − 3 4 = a result in which there are t h i r t y − t w o 9 ′ s and last two digits are 1 0 0 − 3 4 = 6 6 , so total sum of the digits = 3 2 × 9 + ( 6 + 6 ) = 3 0 0 t a d a , .
Problem Loading...
Note Loading...
Set Loading...
Let a and b be the tenth and unit digits of x respectively so that x = 1 0 a + b .
We note that the difference is of the form:
\begin {equation} \begin{aligned} 10^x-x&=\overline{\underbrace {999...999}_{(×-2) \text{ of } 9}cd} \end{aligned} \end {equation}
There are x digits of which x − 2 are 9 , c = 9 − a and d = 1 0 − b .
Therefore, the sum of digits is given by:
\begin {equation} \begin{aligned} 9(x-2) + 9-a + 10 -b & = 300 \\ 9(10a+b-2) + 19 - a-b & = 300 \\ 89a+8b & = 299 \quad \quad \small \color{#3D99F6}{\text{We note that } a = \left \lfloor \frac{299}{89} \right \rfloor = 3} \\ 89(\color{#3D99F6}{3}) + 8b & = 299 \\ 8b & = 299 - 267 = 32 \\ \implies b & = 4 \\ \implies x & = \boxed{34} \end{aligned} \end {equation}