Pizza Cost & Revenue

 Your school has contracted your favorite pizza parlor, Peppy’s Pizzeria, to cater lunch this Thursday.

You estimate initial costs at $80 to hire helpers, a delivery van, and the usual gas oven expenses. The cost for flour and toppings per each pizza is $2.00.

 1. Write a cost function that inputs n number of pizzas made and outputs your total catering costs. Costs = f(# of pizzas) = f(n).

2. How much will it cost you to make 20 pizzas for lunch on Thursday? Show this using your function.

 3. How many pizzas can you make on Thursday for $200?

 4. Make a graph of cost per pizza plus initial costs.

5. If you divide up each pizza into 8 slices and sell each slice for $1.00, write a function R that outputs the revenue received from selling n number of pizzas.

6. How much will you receive if you sell all 20 pizzas? Show this using your function.

7. On the same graph with your cost function, draw a graph of revenue per pizza sold.

8. Write a function P that outputs the profit from selling n pizzas.

9. How many pizzas did you need to sell to break even?

10.How many pizzas did you need to sell to make $100?
in Word Problem Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

  1. f(n)=2n+80, because if n=0 (no pizzas) the other charges would still apply. For every pizza the cost increases by $2, so the cost increases by 2n dollars if n pizzas are made.
  2. When n=20, f(20)=40+80=$120. 
  3. If f(n)=200, 200=2n+80, 2n=200-80=120, so n=60. The cost of 60 pizzas is $200.
  4. Graph showing  red line:
  5. R(n)=8n. When n=1, a single pizza is divided into 8 slices each costing $1. So n pizzas sell for 8n dollars.
  6. When n=20, R(20)=$160, so you would receive $160 if you sold 160 slices at 8 $1 slices per pizza, 20 whole pizzas.
  7. See blue line on the graph in question 4.
  8. Profit P(n)=R(n)-f(n)=8n-2n-80=6n-80.
  9. To break even, P(n)=0=6n-80, 6n=80, n=80/6=40/3=13⅓. If n=13, P(n)=-2, which is a loss of $2; if n=14, P(n)=$4, a small profit. If 14 pizzas were made, that would produce 112 slices, sold for $112. The cost of making 14 pizzas would be $108, so break even would be when 108 slices had been sold. Breakeven is where red and blue lines cross.
  10. To make a profit of $100, P(n)=100=6n-80, 6n=180, n=30. So 30 pizzas would have to be made.
by Top Rated User (1.1m points)

Related questions

1 answer
asked Nov 20, 2019 in Other Math Topics by lizzzm Level 1 User (120 points) | 353 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!

Most popular tags

algebra problems solving equations word problems calculating percentages math problem geometry problems calculus problems math fraction problems trigonometry problems rounding numbers simplifying expressions solve for x order of operations probability algebra pre algebra problems word problem evaluate the expression slope intercept form statistics problems factoring polynomials solving inequalities 6th grade math how to find y intercept equation of a line sequences and series algebra 2 problems logarithmic equations solving systems of equations by substitution dividing fractions greatest common factor square roots geometric shapes graphing linear equations long division solving systems of equations least to greatest dividing decimals substitution method proving trigonometric identities least common multiple factoring polynomials ratio and proportion trig identity precalculus problems standard form of an equation solving equations with fractions http: mathhomeworkanswers.org ask# function of x calculus slope of a line through 2 points algebraic expressions solving equations with variables on both sides college algebra domain of a function solving systems of equations by elimination differential equation algebra word problems distributive property solving quadratic equations perimeter of a rectangle trinomial factoring factors of a number fraction word problems slope of a line limit of a function greater than or less than geometry division fractions how to find x intercept differentiation exponents 8th grade math simplifying fractions geometry 10th grade equivalent fractions inverse function area of a triangle elimination method story problems standard deviation integral ratios simplify systems of equations containing three variables width of a rectangle percentages area of a circle circumference of a circle place value solving triangles parallel lines mathematical proofs solving linear equations 5th grade math mixed numbers to improper fractions scientific notation problems quadratic functions number of sides of a polygon length of a rectangle statistics zeros of a function prime factorization percents algebra 1 evaluating functions derivative of a function equation area of a rectangle lowest common denominator solving systems of equations by graphing integers algebra 2 diameter of a circle dividing polynomials vertex of a parabola calculus problem perpendicular lines combining like terms complex numbers geometry word problems converting fractions to decimals finding the nth term range of a function 4th grade math greatest to least ordered pairs functions radius of a circle least common denominator slope unit conversion solve for y calculators solving radical equations calculate distance between two points area word problems equation of a tangent line multiplying fractions chemistry binomial expansion place values absolute value round to the nearest tenth common denominator sets set builder notation please help me to answer this step by step significant figures simplifying radicals arithmetic sequences median age problem trigonometry graphing derivatives number patterns adding fractions radicals midpoint of a line roots of polynomials product of two consecutive numbers limits decimals compound interest please help pre-algebra problems divisibility rules graphing functions subtracting fractions angles numbers discrete mathematics volume of a cylinder simultaneous equations integration probability of an event comparing decimals factor by grouping vectors percentage expanded forms rational irrational numbers improper fractions to mixed numbers algebra1 matrices logarithms how to complete the square mean statistics problem analytic geometry geometry problem rounding decimals 5th grade math problems solving equations with variables solving quadratic equations by completing the square simplifying trigonometric equation using identities
87,446 questions
99,048 answers
2,422 comments
4,780 users