Each of X1 and X2 represents a nonzero digit of the 2-digit base M positive integer X1X2; where X1 and X2 are not necessarily distinct.
Determine the possible positive integer values of M, with 2 ≤ M ≤ 101, such that this equation has at least one valid solution.
X12 + X22 = X1X2
Note: X1X2 denotes the concatenation of the two digits.