document.write( "Question 472409: The Art of Problem Solving has begun selling a cookbook called \What would Euler eat?\"
\n" ); document.write( "If the price of the cookbook is n dollars (n < 72), then it will sell 720 - 10n copies. What
\n" ); document.write( "price will maximize the total revenue we receive for the books?
\n" ); document.write( "

Algebra.Com's Answer #323884 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Wow, I'm actually an AoPS member (but then there's no book called \"What would Euler eat\")...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Assuming it sells 720 - 10n books at a price of n dollars, we can say that the revenue is n(720 - 10n) = -10n^2 + 720n. This is a parabola, in which the vertex occurs at the vertex n = 720/(2*10) = $36.
\n" ); document.write( "
\n" );