Each of X1, X2 and X3 represents a nonzero digit of the 3-digit base M positive integer X1X2X3; where X1, X2 and X3 are not necessarily distinct.
Determine the respective minimum and maximum positive integer value of M, with M < 100, such that this equation has at least one valid solution.
X1X1 + X2X2 + X3X3 = X1X2X3 - 1
Note: X1X2X3 denotes the concatenation of the three digits.