document.write( "Question 32405: The number of mosquitoes m(x) in millions, in a certain area depends on the june rainfall x, in inches. m(x)-20x-x^2. What rainfall produces the max number of mosquitoes? 400, 10,0,20 \n" ); document.write( "
Algebra.Com's Answer #18904 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! m(x)= 20x-x^2 \n" ); document.write( "m(x) represents a parabola, opens downward (because of negative sign in x^2) \n" ); document.write( "The maximum will be attained at its vertex. \n" ); document.write( "x-coordinate of the vertex of a parabola ax^2 + bx + c is -b/2a \n" ); document.write( "-b/2a = -20/(-2 ) = 10 \n" ); document.write( "Answer: 10 \n" ); document.write( " \n" ); document.write( " |