Emaan charges a fixed amount for a bracelet, with an additional charge for each charm a customer adds to the bracelet. Write a liner function that Emaan can use to find the price of a bracelet

Respuesta :

Answer:

f(x) = y + (x*p)

Step-by-step explanation:

Since we are not given actual values we will need to make the function with only variables. Each variable will represent the following...

Fixed Cost: y

Cost per charm: p

Number of charms: x

Therefore, using the variables mentioned above we can combine them into the following linear function using the number of charms as our main input for our function...

f(x) = y + (x*p)