Question 174390
Find a five-digit number in which the first digit is half the second, the third digit is half the fourth and the last digit is one more than the fourth and equals the sum of the first and third digits. The sum of all the digits is 20.
------------
let the digit pattern be abcde.
-------------------------------------
Equations:
a - (1/2)b = 0
c - (1/2)d = 0
e = d + 1
e = a + c
a + b + c + d + e = 20
---------------------------
Rearrange the equations:
a  -  (1/2)b  +  0  +    0    +  0   =  0
0  +    0     +  c  - (1/2)d) +  0   =  0
0  +    0     +  0  +    d    -  e   =  -1
a  +    0     +  c  +    0    -  e   =  0
a  +    b     +  c  +    d    +  e   =  20
-----------------------------------------------
Use any method you know to get:
a = 3
b = 6
c = 2
d = 4
e = 5
----------
Number is 36,245
=====================
Cheers,
Stan H.