Final answer:
In reverse polish notation, the expression a*b c*d is written as: ab*cd*
Step-by-step explanation:
In reverse polish notation, the expression a*b c*d is written as: 2) ab*cd*
In reverse polish notation, also known as postfix notation, operators are written after their operands. To convert the given expression to reverse polish notation, we write the multiplication operators after each pair of operands:
a*b c*d = ab* cd*