We can pack the operations we want to apply to each price value in a function like halve(), and use it as an expression.
price
halve()
Make sure to pick halve followed by ( and then price, ).
halve
(
)