document.write( "Question 548898: The number of tickets sold each day for an upcoming performance of Handel's Messiah given by N(x)=-0.5x^2+15x+12, where x is the number of days since the concert was first announced. When will daily ticket sales peak and how many tickets will be sold that day? \n" ); document.write( "
Algebra.Com's Answer #357280 by mananth(16946)![]() ![]() You can put this solution on YOUR website! N(x)=-0.5x^2+15x+12\r \n" ); document.write( "\n" ); document.write( "this is an inverted parabola since coefficient of x^2 is negative\r \n" ); document.write( "\n" ); document.write( "x coordinate of vertex = -b/2a \n" ); document.write( "b=15, a=-0.5\r \n" ); document.write( "\n" ); document.write( "-b/2a= -15/2(-0.5)= -15/-1 = 15\r \n" ); document.write( "\n" ); document.write( "so sales will peak on the 15th day.\r \n" ); document.write( "\n" ); document.write( "plug value of x in the equation to get the y coordinate of the vertex\r \n" ); document.write( "\n" ); document.write( "((-0.5) * (15^2)) + (15 * 15) + 12 = 124.5 \n" ); document.write( "maximum sales will be 124 on the 15th day \n" ); document.write( " |