the table shows the cost of pizza based on the number of toppings .write a function to find the cost for pizza with x toppings
Question
Answer:
10 (the price of the pizza) + 2x (the amount of money the cost goes up by) The function would be
= 10 + 2x
So if you wanted 3 toppings let’s say, you would input 3 into the equation replacing the x.
10 + 2(3) [replacing the x with 3 because that’s the amount of toppings you want]
Then you time 2 by 3 which is 6 and add it to 10, to give you 16.
solved
general
11 months ago
6832