document.write( "Question 583660: The number of mosquitoes M(x), in millions, in a certain area depends on the June rainfall x, in inches, according to the equation M(x) = 10x-x^2. What rainfall produces the maximum number of mosquitoes? \n" ); document.write( "
Algebra.Com's Answer #372527 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! M(x) = 10x - x^2 \n" ); document.write( "The maximum number of mosquitoes is obtained where dM/dx = 0: \n" ); document.write( "dM/dx = 0 = 10 - 2x \n" ); document.write( "This gives x = 5 in. \n" ); document.write( " |