Re: Hint
Alex Y
You have made one assumption, which is valid: The four digits represent 4 numbers (i.e., 33, etc., are not part of the solution.)
The minus sign can be used only for subtraction, not for negation.
I don't follow your conventionfor showing reverse polish calculation. But since you mentioned RPN, I will tell you that on my HP calculator, I get the stack four deep. I.e., I press enter after putting in each of the first three numbers, and after keying in the fourth number, hit three operators to get the answer. I haven't thought through whether this is giving away too much or not much at all. It certainly makes brute force a better option -- only 384 possibilities to check out, if I am correct.
Remember the first hint-- the one pair of parentheses is REQUIRED (when using "regular" infix notation) to make sure the calculation is done in the correct order. That is not the case with the example partial attempts you showed.