document.write( "Question 1171990: A bakery has created a new type of donut that is driving the competition out of the market. They are currently
\n" );
document.write( "selling the donuts for $3 each and sell 1400 donuts each month. Market research has shown that for every
\n" );
document.write( "$0.25 increase in price, they sell 70 fewer donuts. Determine the selling price of the donut that will maximize
\n" );
document.write( "revenue AND determine the maximum revenue. \n" );
document.write( "
Algebra.Com's Answer #796886 by ikleyn(52810)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let n be the number of increments by $0.25.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the price for each donut is p(n) = 3 + 0.25n and the number of the sold donutes is 1400-70n.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Hence, the revenue is\r\n" ); document.write( "\r\n" ); document.write( " R(n) = p(n)*(1400 - 70n) = (3 + 0.25n)*(1400 - 70n).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It is a quadratic function , presented as the product of the two linear binomial.\r\n" ); document.write( "\r\n" ); document.write( "The quadratic function has the roots there, where the linear binomials are zer0, i.e. at\r\n" ); document.write( "\r\n" ); document.write( " n = -12 and n= 20.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The maximum of the quadratic function is achieved at the midpoint between its roots, i.e. at\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |