Multiple choice technology

The result of the following polish notation *-567

  1. 23

  2. -7

  3. 5

  4. 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.