asked 133k views
5 votes
Which function represents the cost of a pizza with n Toppings

Which function represents the cost of a pizza with n Toppings-example-1
asked
User JDH
by
8.1k points

2 Answers

4 votes
B

c(n) = 12 + 1.5(n - 1)
answered
User Ankur Verma
by
8.3k points
4 votes
The answer is B. 12+1.5( n-1). let's say n is 2. it would be 12+1.5(2-1) which is 12+1.5 which is 13.50... which is the cost of 2 toppings
answered
User Zuul
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.