Multiple choice technology The result of the following polish notation *-567 23 -7 5 37 Reveal answer Fill a bubble to check yourself B Correct answer Explanation Polish notation (prefix) *-567 is evaluated as: (5-6) * 7. First, the subtraction 5-6 = -1. Then, -1 * 7 = -7. The operators precede their operands in this notation.