document.write( "Question 488918: N(x) = -0.4x^2 +8x + 12 IS the formula. What day will the ticket sales peak on? and how many tickets will be sold on that day. \n" ); document.write( "
Algebra.Com's Answer #333486 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! N(x) = -0.4x^2 +8x + 12 IS the formula. What day will the ticket sales peak on? and how many tickets will be sold on that day. \n" ); document.write( "------ \n" ); document.write( "a = -0.4 ; b = 8 ; c = 12 \n" ); document.write( "--- \n" ); document.write( "Max tickets sales occurs when x = -b/(2a) = -8/(2*-0.4) = 10 \n" ); document.write( "--- \n" ); document.write( "Max ticket sales = N(10) = -0.4^10^2 + 8*10 +12 \n" ); document.write( "= -40 + 80 + 12 \n" ); document.write( "= 52 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |