I need to create an expression for the following situation:
I'm trying to determine the cost of a party. The cost is $200 for up to 20 people and then $5/person after 20. My expression to determine the cost is 200 + ((x-20)*5). This works as long as x is 20 or above. If x is less than 20, the expression should evaluate to $200, but I'm not sure how to show this.
Thanks for any suggestions.
JM
I'm trying to determine the cost of a party. The cost is $200 for up to 20 people and then $5/person after 20. My expression to determine the cost is 200 + ((x-20)*5). This works as long as x is 20 or above. If x is less than 20, the expression should evaluate to $200, but I'm not sure how to show this.
Thanks for any suggestions.
JM