Looking for trustworthy answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Join our Q&A platform to connect with experts dedicated to providing precise answers to your questions in different areas. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

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

Sagot :

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)