{{ extends 'global/Page.html' }} {{ block title }}Product 7 New Order{{ endblock }} {{ block content }}

You decided to update your order for product 7 from {{player.Q1_7}}. The new demand distribution is N~({{C.MEANPROD7}},{{C.SDPROD7}}) and shown in the graph below. Please enter your new order quantity.

Original Parameters Updated Parameters
Retail Price ${{C.RETAIL}} ${{C.RETAILPROD1}}
Purchase Price ${{C.WHOLESALE}} $1.30
Demand Distribution N~(500,200) N~({{C.MEANPROD7}},{{C.SDPROD7}})
Change Fee ${{player.change_fee}}
Original Order {{player.Q1_7}}
{{ formfields }} {{ next_button }} {{ endblock }}