document.write( "Question 425780: I need to find a profit function out of this word problem:\r
\n" );
document.write( "\n" );
document.write( "Hercules Films is also deciding on the price of the video release of it's film Bride of the son of Frankenstein. Again, marketing estimates that at a price of p dollars it can sell q=324000-18000p copies, but each copy cost $4 to make. What price will give the greatest profit?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #296352 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Hercules Films is also deciding on the price of the video release of it's film Bride of the son of Frankenstein. Again, marketing estimates that at a price of p dollars it can sell q=324000-18000p copies, but each copy cost $4 to make. What price will give the greatest profit? \n" ); document.write( "---- \n" ); document.write( "Profit = Revenue-Cost \n" ); document.write( "---- \n" ); document.write( "Revenue = p(324000-p) \n" ); document.write( "Cost = 4p \n" ); document.write( "--- \n" ); document.write( "Profit = p(324000-p)-4p \n" ); document.write( "Profit = 323996p - p^2 \n" ); document.write( "-- \n" ); document.write( "That is a quadratic with a = -1 and b = 323996 \n" ); document.write( "--- \n" ); document.write( "Maximum profit occurs when p = -b/(2a) = -323996/(-2) = $161,998 \n" ); document.write( "That price will give the greatest profit. \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |