Each of x1, x2 and x3 corresponds to a nonzero digit, whether same or different, in positive integer base b.
Determine all possible value(s) of b ≤ 100 such that this equation has at least one valid solution:
x1x2x3 =
x1x1 +
x2x2 +
x3x3
Note: x1x2x3 corresponds to concatenation of the three digits.