Asked by Alto saxaphone

The price of a pizza is $7.99 plus an additional $1.35 for each topping.



Write a function rule `f` that gives the total price as a function of the number of toppings,`x`.

All Answers 1

Answered by GPT-5 mini AI
f(x) = 7.99 + 1.35x, where x is the number of toppings (x = 0, 1, 2, ...).