The thousand digit of a number is half the units digit & hundreds digit is 1 less than ten's digit. If sum of all the digit of the number is 27, then the number will be
According to given condition, if units digit is x, then thousand digit will be x/2, Similarly ten's digit & hundred digit will be y & y-1
Number will be 1000(x/2) + 100(y-1) + 10y + x;
besides it x/2 + y -1 + y + x = 27
3x + 4y = 56
for x/2 to be an integer, x will be even positive single digit number & y will be any digit from 1 to 9;
for x = 0, 2 & 4; y can not exist.
for x = 6; y = 38/4 non integer
x = 8 & y = 8
Number will be
1000(8/2) + 100(8-1) + 10(8) + 8
= 4788
Option 2)