A number consists of two digits and the digit in the ten's place exceeds that in the unit's place by 5. If 5 times the sum of the digits be subtracted from the number, the digits of the number are reversed. Then the sum of digits of the number.
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.
Let t and u be the ten's digit and unit's digit respectively. Then
1 0 t + u ⟹ the number
1 0 u + t ⟹ the reversed number
From the first statement, we have
t = u + 5 ( 1 )
From the second statement, we have
1 0 u + t = 1 0 t + u − 5 ( t + u ) = 1 0 t + u − 5 t − 5 u = 5 t − 4 u
or
1 4 u − 4 t = 0 ( 2 )
Substitute ( 1 ) in ( 2 ) .
1 4 u − 4 ( u + 5 ) = 0
1 4 u − 4 u − 2 0 = 0
1 0 u = 2 0
u = 2
It follows that
t = u + 5 = 2 + 5 = 7
The sum of the digits is 2 + 7 = 1 1