Doubt with calculation

I want to make the following calculation using information entered by the user through the Slider Input.

Example:
(6.000)/Seletor value * 365
Example:
(X)/Y*Z

There are no parenthesis is vanilla bubble. Hence, no order of operations. It is evaluated left to right.

You can use math.js plugin or reorder the expression to distribute the operations properly.