document.write( "Question 35039: The number of people n in the mall is modeled by the formula: n=-100x(sq)+1200x where x is the number of hours since the mall oopened this morning. If the mall opened at 9 am, when were there 2000 or more people in the mall? \n" ); document.write( "
Algebra.Com's Answer #21249 by hydromojo(20)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "# of people = -100x^2 + 1200x\r
\n" ); document.write( "\n" ); document.write( "for 2000 people to be there,\r
\n" ); document.write( "\n" ); document.write( "2000 = 100x^2 + 1200x\r
\n" ); document.write( "\n" ); document.write( "re-arranging,\r
\n" ); document.write( "\n" ); document.write( "-100x^2 + 1200x = 2000\r
\n" ); document.write( "\n" ); document.write( "i.e. -x^2 + 12x = 20\r
\n" ); document.write( "\n" ); document.write( "-x^2 +12x -20 = 0
\n" ); document.write( "-x^2 + 10x + 2x - 20 = 0\r
\n" ); document.write( "\n" ); document.write( "solve, you get x = 2hrs
\n" ); document.write( "
\n" );