document.write( "Question 721213: The number of mosquitoes M(x), in millions, in a certain area depends on the June rainfall x, in inches,according to the functions M(x) =19x-x^2.What rainfall produces the maximum number of mosquitoes? \n" ); document.write( "
Algebra.Com's Answer #442277 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! M(x) =19x-x^2 \n" ); document.write( "since the coefficient associated with the x^2 is NEGATIVE we know it is a parabola that opens downwards. Therefore, the vertex is the maximum. \n" ); document.write( "x-value of vertex: \n" ); document.write( "x = -b/(2a) \n" ); document.write( "x = -19/(2(-1)) \n" ); document.write( "x = -19/(-2) \n" ); document.write( "x = 9.5 inches (answer) \n" ); document.write( " |