Problem:
Question 1: Convert the following formula from postfix (Reverse Polish Notation) to infix:
AB*CD/+
Question 2: Convert the following formula from infix to postfix (Reverse Polish Notation):
A + B * C + D / E * F
Please show your work step by step.