document.write( "Question 426063: Find the number of units x that produces a maximum revenue R in the given equation.
\n" );
document.write( "R = 36x^2/3 – 2x \n" );
document.write( "
Algebra.Com's Answer #296487 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! We have the function R = 36x^(2/3) – 2x \n" ); document.write( "The function is maximized at the point where the derivative is equal to 0. \n" ); document.write( "dR/dx = 0 = (2/3)36x^(-1/3) - 2. \n" ); document.write( "Solving for x we get \n" ); document.write( "12x^(-1/3) = 1 -> x^(1/3) = 12 -> x = 12^3 = 1728 \n" ); document.write( "So the answer is 1728 units. \n" ); document.write( "The graph looks like this: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |