Question

Draw the binary tree representation of the following arithmetic expression

(((5+2) * (2-1)) / ((2+9) + ((7−2) − 1)) * 8)

Write this expression to its postfix equivalent.