Convert the following numerical arithmetic expression into reverse Polish notation and show the stack operations for evaluating the numerical result. Add comments that clarify your mental process and how you came up with your solution.
(2 + 5)[8(5 + 3) + 10]