document.write( "Question 320010: 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.5x^2+12x+13
\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( " \n" );
document.write( "
Algebra.Com's Answer #229332 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! N(x)= -0.5x^2 + 12x + 13 \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( ": \n" ); document.write( "Note that this is a quadratic equation where a=-.5, b=12, c=13 \n" ); document.write( "Find the axis of symmetry, then the vertex \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = \n" ); document.write( "x = 12 days since announced, will be peak ticket sales \n" ); document.write( ": \n" ); document.write( "Find N(x) for this value \n" ); document.write( "N(12) = -.5(12^2) + 12(12) + 13 \n" ); document.write( "N(12) = -.5(144) + 144 + 13 \n" ); document.write( "N(12) = -72 + 144 + 13 \n" ); document.write( "N(12) = 85 tickets sold on day 12 \n" ); document.write( " |