For this case we have an expression of the form:

We then define the following variables:
a: represents the base salary
b: is the percentage of sales commissions
c: It is a cutoff point to obtain or not commission.
If x> c: you get commission
If x ≤ c: you do not get commission
Thus, x represents the amount of sales made above $ 300.
Answer:
option 1