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`.

The function rule for the total price of a pizza with `x` toppings can be written as:

f(x) = 7.99 + 1.35x