document.write( "Question 129801: 9. Ticket Sales. The number of tickets sold each day for
\n" ); document.write( "an upcoming performance of Handel’s Messiah is
\n" ); document.write( "given by
\n" ); document.write( ",N(x) -0.4x^2+9x+11
\n" ); document.write( "where x is the number of days since the concert was
\n" ); document.write( "first announced. When will daily ticket sales peak and
\n" ); document.write( "how many tickets will be sold that day?
\n" ); document.write( "

Algebra.Com's Answer #94793 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"N%28x%29+-.4x%5E2+%2B+9x+%2B+11\"
\n" ); document.write( "This is a parabola that peaks at the
\n" ); document.write( "midpoint of the 2 roots which are
\n" ); document.write( "found by applying the formula
\n" ); document.write( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "I can decompose this into
\n" ); document.write( "\"x%5B1%5D+=+%28-b%29%2F%282a%29+%2B+sqrt%28+b%5E2-4%2Aa%2Ac+%29%2F%282a%29+\"
\n" ); document.write( "and
\n" ); document.write( "\"x%5B2%5D+=+%28-b%29%2F%282a%29+-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%2F%282a%29+\"
\n" ); document.write( "The midpoint of these is \"-%28b%2F2a%29\"
\n" ); document.write( "The equation is in the form \"y+=+ax%5E2+%2B+bx+%2B+c\"
\n" ); document.write( "\"a+=+-.4\"
\n" ); document.write( "\"b+=+9\"
\n" ); document.write( "\"-%28b%2F2a%29+=+-%289%2F%282%2A%28-.4%29%29%29\"
\n" ); document.write( "\"-%28b%2F2a%29+=+9%2F.8\"
\n" ); document.write( "\"-%28b%2F2a%29+=+11.25\"
\n" ); document.write( "This is days after concert starts when the ticket sales peak
\n" ); document.write( "when \"N%28x%29\"
\n" ); document.write( "\"N%28x%29+-.4x%5E2+%2B+9x+%2B+11\"
\n" ); document.write( "\"N%2811.25%29+=+-.4%2A11.25%5E2+%2B+9%2A11.25+%2B+11\"
\n" ); document.write( "\"N%2811.25%29+=+-50.625+%2B+101.25+%2B+11\"
\n" ); document.write( "\"N%2811.25%29+=+61.625\"
\n" ); document.write( "This is the daily tickets sales peak
\n" ); document.write( "I'll plot the equation to check
\n" ); document.write( "\"+graph%28+600%2C+600%2C+-5%2C+26%2C+-5%2C+65%2C+-.4x%5E2+%2B+9x+%2B+11%29+\"
\n" ); document.write( "
\n" );