Attempt at restating the problem
for 4 digits, you are allowed to insert any math operators between the digits and assume there is an "= 10" at the end of the sequence.
so
9339, could be arranged as (93 - 3) / 9 = 10
8952 could be arranged as 8 + 9 + 5 - 2 = 10
The question is "is there a method, algorithm .... that will allow me to identify all the 4 digit sequences that fit this criteria?"
BTW, use of exponentials could create some interesting options.