Is This Piecewise Function for Sales Commission Correct?

939
Messages
110
Reaction score
2

Homework Statement



Make a piecewise function. If possible, please check my work.

- Salesperson has salary of $500.
- On first 10 000 of sales, earns 10% commission.
- On next 10 000 of sales, earns 20% commission.
- Earns 25% commission on any additional sales.

(note: didn't simplify to show where I got the numbers)

2. The attempt at a solution

500 + 0.10(x), x ≤ 10 000

500 + 0.10(10 000) + 0.20(x - 10 000), 10 000 < x ≤ 20 000

500 + 0.10(10 000) + 0.20(20 000) + 0.25(x), x > 20 000
 
Physics news on Phys.org
939 said:

Homework Statement



Make a piecewise function. If possible, please check my work.

- Salesperson has salary of $500.
- On first 10 000 of sales, earns 10% commission.
- On next 10 000 of sales, earns 20% commission.
- Earns 25% commission on any additional sales.

(note: didn't simplify to show where I got the numbers)

2. The attempt at a solution

500 + 0.10(x), x ≤ 10 000

500 + 0.10(10 000) + 0.20(x - 10 000), 10 000 < x ≤ 20 000

500 + 0.10(10 000) + 0.20(20 000) + 0.25(x), x > 20 000
The last line has an error. The saleman earns a 25% commission on "any additional sales." That means any sales over $20,000.
 
  • Like
Likes 1 person
Mark44 said:
The last line has an error. The saleman earns a 25% commission on "any additional sales." That means any sales over $20,000.

Thanks! But doesn't x > 20 000 show that sales must be over 20 000? (i.e. in the function, you would only multiply x by 0.25 if sales, x, were over 20 000)
 
939 said:
Thanks! But doesn't x > 20 000 show that sales must be over 20 000? (i.e. in the function, you would only multiply x by 0.25 if sales, x, were over 20 000)
Yes, the sales are over 20,000, but the 25% commission is only on the excess over 20,000.
You did it correctly in the middle line: ..., 0.20(x - 10 000), ...
 
  • Like
Likes 1 person
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top