Answer:
The answer is below
Step-by-step explanation:
The minimum payment on a credit card is based on the total amount owed. A credit card company uses the following rules: For a bill less than $20 the entire amount is due, for a bill of at least $20 but less than $500, the minimum due is $20. For a bill of at least $500 but less than $1000 the minimum due is $40 and for a bill of at least $1000 but less than $1500 the minimum due is $80 dollars. For a bill of $1500 or more the minimum due is 1/10th of the bill.
a. Write a function to describe the minimum payment due.
b. What is the minimum payment due if the bill is $345?
c. What is the minimum payment due if the bill is $1410?
d. What is the minimum payment due if the bill is $1700?
Solution:
Let B represent the minimum due payment for a bill in dollars and let x represent the bill in dollars. Therefore:
For x < 20, B = x
For 20 ≤ x < 500, B = 20
For 500 ≤ x < 1000, B = 40
For 1000 ≤ x < 1500, B = 80
For x ≥ 1500, B = (1/10)x
a)
![B(x)=\left \{ {{x\ \ \ x](https://tex.z-dn.net/?f=B%28x%29%3D%5Cleft%20%5C%7B%20%7B%7Bx%5C%20%5C%20%5C%20x%3C20%7D%20%5Catop%20%7B20%5C%20%5C%2020%5Cleq%20x%3C500%5C%5C%5Catop%20%7B40%5C%20%5C%20%5C%20500%5Cleq%20x%3C1000%5C%5C%5Catop%20%7B80%5C%20%5C%20%5C%201000%5Cleq%20x%3C1500%5C%5C%5Catop%20%7B%5Cfrac%7B1%7D%7B10%7Dx%20%5C%20%5C%20%5C%20%20x%3E1500%7D%7D%7D%20%7D%7D%20%5Cright.)
b) For 20 ≤ x < 500, B = 20
Therefore if the bill is $345 (x = 345), the minimum payment due would be $20
c) For 1000 ≤ x < 1500, B = 80
Therefore if the bill is $1410 (x = 1410), the minimum payment due would be $80
d) For x ≥ 1500, B = (1/10)x
Therefore if the bill is $1700 (x = 1700), the minimum payment due would be $170 (1/10 * 1700)