Multiple choice Reverse polish notation for the expression (4 + 2 * 5) / (1 + 3 * 2) will be () + - / 425123 (425132) / + - 4 2 5 * + 1 3 2 * + / 425 + - / 132 None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation Reverse polish notation is a mathematical notation in which every operator follows all of its operands.