
Evan H. answered 04/07/22
Recent UC Berkeley Math Grad
If I understand this correctly you are filling in the underscores with digits and the * you use is to denote an exponent such as x2 = x*2 (as your write it).
So we have __x2 + __x3 + __x2 - __x3 = __x2 + __x3 - __x2
To make this always true we need to make the coefficients of __x2 and __x3 equal on both sides of the equation.
We have (__ + __)x2 + (__ - __)x3 = (__ - __)x2 + __ x3
We now have two equations (replacing __ with letters we get)
a + b = c - d and...
e - f = g where no two a, b, c, d, e, f, g are the same digit
now we can plug in
a = 4, b = 3 , c = 8, d = 1 and...
e = 7, f = 5, g = 2
So we have ax2 + ex3 + bx2 - fx3 = cx2 + gx3 - dx2
where 4x2 + 7x3 + 3x2 - 5x3 = 8x2 + 2x3 - 1x2
==> So we have 7x2 + 2x3 = 7x2 + 2x3
which is always equal