contestada

Jim is a furniture salesman. his weekly pay is $300 plus3.5% of his total sales for the week.jim sell x dollar's worth of furniture during the week. write a function,p(x), which can be used to determine his pay for the week.

Respuesta :

For this case, the first thing we must do is define a variable.
 We have then:
 x: total sales for the week
 We now write the equation that models the problem.
 We have then:
 p (x) = 0.035x + 300
 Answer:
 a function, p (x), which can be used to determine his pay for the week is:
 p (x) = 0.035x + 300