Question 273272
let x = the 1st digit (and 4th)
let y = the 2nd digit (and 3rd)
let z = the last digit
:
A number where the first two digits are the reverse of 3rd & 4th digits
x, y, y, x, z
:
and the last digit is one-half of the first & double of the 2nd..??
z = .5x + 2y
:
For z to be a single digit; y =< 4; x has to be an even number
lets say y = 3, x = 4, then z = 8
:
How about 43348?