document.write( "Question 1209304: The Art of Problem Solving has begun selling a cookbook called \"What Would Euler Eat?\" If the price of the cookbook is n dollars (n \le 10), then it will sell 100 - 10n copies. What price per book (in dollars) will maximize the total revenue we receive for all the books sold? \n" ); document.write( "
Algebra.Com's Answer #848130 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "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 <= 10), then it will sell 100 - 10n copies. \n" ); document.write( "What price per book (in dollars) will maximize the total revenue we receive for all the books sold? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "At n <= 10, the total revenue is\r\n" ); document.write( "\r\n" ); document.write( " R(n) = n*(10-n) = 10n - n^2.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "This formula represent a downward parabola, so it has a maximum.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The maximum/(the vertex) is at n =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On finding the maximum/minimum of a quadratic function see the lessons\r \n" ); document.write( "\n" ); document.write( " - HOW TO complete the square to find the minimum/maximum of a quadratic function\r \n" ); document.write( "\n" ); document.write( " - Briefly on finding the minimum/maximum of a quadratic function\r \n" ); document.write( "\n" ); document.write( " - HOW TO complete the square to find the vertex of a parabola\r \n" ); document.write( "\n" ); document.write( " - Briefly on finding the vertex of a parabola\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Consider these lessons as your textbook, handbook, tutorials and (free of charge) home teacher.\r \n" ); document.write( "\n" ); document.write( "Learn the subject from there once and for all.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |