Hello I'm not a mathematician so forgive me if I'm being unclear. I would like to know if there is a way to apply inverse 'carry' operations on the product, A, of two unknown numbers, written in any base, to find the 'number', B, (or rather the polynomial in p which is the same number when evaluated at $p=base$, see 1) which would be the result of the product without applying the carry operations.
$(1) \sum_{k=0}^n a_kp^k = \sum_{k=0}^m b_kp^k = number, n \ge m$
Example in base two: $1001 \to 121$ since without carry $ 11*11=121 $.

