asked 60.2k views
4 votes
Zack’s Italian Pizza Bar baked 2,000 pizzas in the first year that they were open. In the second year, they baked 3,000 pizzas and in the third year 4,000 pizzas. Write a function that could model the growth of pizzas baked, where x = 0 is the first year.

asked
User Richmb
by
7.6k points

1 Answer

7 votes

Answer:

The answer is below

Explanation:

Let x represent the number of years, where x = 0 represent the first year. Let y represent the number of pizzas baked.

In the first year(i.e. at x = 0), 2000 pizza was baked. This can be represented by (0, 2000).

In the second year(i.e. at x = 1), 3000 pizza was baked. This can be represented by (1, 3000).

In the third year(i.e. at x = 2), 4000 pizza was baked. This can be represented by (2, 4000).

Therefore, the relationship between x and y is given by:


y-y_1=(y_2-y_1)/(x_2-x_1) (x-x_1)

Using the points (0, 2000) and (2, 4000):


y-2000=(4000-2000)/(2-0) (x-0)\\\\y-2000=1000x\\\\y = 1000x+2000

answered
User Juvanis
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.