document.write( "Question 1106859: Identify intervals on which the function is increasing, decreasing, or constant. \r
\n" );
document.write( "\n" );
document.write( "g(x) = 1 - (x - 6)^2 \n" );
document.write( "
Algebra.Com's Answer #721849 by JThomson(12) You can put this solution on YOUR website! For the curve g(x) to increase, its gradient must be greater than 0 or must be positive;\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g'(x) = -2(x-6), where g'(x) is the first derivative of g;\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-2(x-6) > 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-6 < 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x < 6 \n" ); document.write( " |