document.write( "Question 202736: I'm trying to determine a quadratic equation that exhibits such:
\n" );
document.write( "The equation I am working with is the expected number of ticket sales for each day where x=1.
\n" );
document.write( "Tickets = -0.2x2 + 12x + 11
\n" );
document.write( "I need to find a quadratic equation to determine the last day that tickets will be sold. (Note: Write your answer in terms of the number of days after ticket sales begin.)\r
\n" );
document.write( "\n" );
document.write( "I have tried: -0.2x2 + 12x + 11 = t (representing number of tickets)\r
\n" );
document.write( "\n" );
document.write( "Should I find t first and then substitute t to find x (number of days)? Or should I have the equation equal 0? (-0.2x2 + 12x + 11) = 0\r
\n" );
document.write( "\n" );
document.write( "I would really appreciate your help with this problem. \r
\n" );
document.write( "\n" );
document.write( "Thank you
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #152934 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I'm trying to determine a quadratic equation that exhibits such: \n" ); document.write( "The equation I am working with is the expected number of ticket sales for each day where x=1. \n" ); document.write( "Tickets = -0.2x2 + 12x + 11 \n" ); document.write( "I need to find a quadratic equation to determine the last day that tickets will be sold. (Note: Write your answer in terms of the number of days after ticket sales begin.) \n" ); document.write( "I have tried: -0.2x^2 + 12x + 11 = t (representing number of tickets) \n" ); document.write( "Should I find t first and then substitute t to find x (number of days)? Or should I have the equation equal 0? (-0.2x^2 + 12x + 11) = 0 \n" ); document.write( "----------------------------------------------- \n" ); document.write( "I think you want to solve -0.2x^2 + 12x + 11 > 0 \n" ); document.write( "That will tell you for what values the number of tickes sold is positive. \n" ); document.write( "------------------------ \n" ); document.write( "So solve -0.2x^2 + 12x + 11 = 0 \n" ); document.write( "x = [-12 +- sqrt(144 - 4*-0.2*11)]/(2*-0.2) \n" ); document.write( "x = [-12 +- sqrt(152.8)]/(-0.4) \n" ); document.write( "x = [-12+-12.36]/(-.4) \n" ); document.write( "x = 0.36/-0.4 = -0.9 \n" ); document.write( "OR \n" ); document.write( "x = (-12-12.36)/(-.4) \n" ); document.write( "x = 60.9 \n" ); document.write( "------------------- \n" ); document.write( "So the quadratic is positive for -0.9 < x < 60.9 \n" ); document.write( "The last day tickets are sold is day # 60 \n" ); document.write( "The 1st day tickets are sold is day # 0 \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |