The digits of a positive number of three digits are in arithmetic progression , their sum is 15 and no. Obtained by reversing the digits is 594 less than the origibal number. Find 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.
Now, we let the 3-digit number be a b c = 1 0 0 a + 1 0 b + c
The digits are in an AP, which would be a , b , c , …
This gives us d = c − b = b − a ⟹ 2 b = a + c ⟹ Eq.(1)
The sum of the digits: a + b + c = 1 5 ⟹ Eq.(2)
Substitute Eq.(1) into Eq.(2):
2 b + b = 1 5 ⟹ b = 5
Substitute the value of b into Eq.(1):
a + c = 1 0 ⟹ Eq.(3)
The reverse of the number = c b a = 1 0 0 c + 1 0 b + a
Now, we know that the reversed number is 5 9 4 less than the original number
1 0 0 a + 1 0 b + c − ( 1 0 0 c + 1 0 b + a ) = 5 9 4 9 9 a − 9 9 c = 5 9 4 9 9 ( a − c ) = 5 9 4
a − c = 6 ⟹ Eq.(4)
Eq.(3) + Eq.(4):
a + c + ( a − c ) = 1 0 + 6 2 a = 1 6 ⟹ a = 8 8 + c = 1 0 ⟹ c = 2
The original number a b c = 8 5 2