document.write( "Question 1073754: A new coffee shop sells various coffee related items. The profit of this new coffee shop can be described by the equation, P=-4n^2+64n-112, where P represents profit in thousand of dollars and n represents the number of customers, in ten thousands.
\n" );
document.write( "a) What is the profit if no customers visit the store?
\n" );
document.write( "b) What are the break-even points of the store?
\n" );
document.write( "c)What is the maximum possible profit of the store?
\n" );
document.write( "d) If a company makes a $80 000 profit they receive an award. How many customers are needed in order for the company to receive the award?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #688529 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a) If no customers visit, then n=0. P(0) = -112 (in thousands). The profit is -112,000, i.e. a loss of 112,000. \n" ); document.write( "b) To break even, the company's net profit must be zero. \n" ); document.write( "So we have -4n^2 + 64n - 112 = 0 -> n^2 - 16n + 28 = 0. \n" ); document.write( "Factoring the LHS, we have (n-14)(n-2) = 0. This gives n = 2 and n = 14 (ten-thousands) \n" ); document.write( "So the break-even points are n = 20,000 and n = 140,000 customers. \n" ); document.write( "c) The maximum profit is obtained where dP/dn = 0 -> -8n + 64 = 0 -> n = 8 x 10,000 = 80,000 customers. So the profit is P(8) = $144,000. \n" ); document.write( "d) 80 = -4n^2 + 64n - 112 -> -4n^2 + 64n - 192 = 0 -> n^2 - 16n + 48 = 0 \n" ); document.write( "Factoring the LHS, we get (n-12)(n-4) = 0. \n" ); document.write( "There are two solutions: 40,000 and 120,000 customers.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |