document.write( "Question 223772: Assume the profit earned by an artist in any given year is governed by the function \r
\n" );
document.write( "\n" );
document.write( "P(n) = -2n2 + 20n – 30\r
\n" );
document.write( "\n" );
document.write( "where n represents the number of paintings sold and P (in thousands of dollars) represents the profit. How many paintings should be sold to create a maximum profit? What is the maximum profit?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #167261 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume the profit earned by an artist in any given year is governed by the function \n" ); document.write( "P(n) = -2n^2 + 20n – 30 \n" ); document.write( "where n represents the number of paintings sold and P (in thousands of dollars) represents the profit. How many paintings should be sold to create a maximum profit? What is the maximum profit? \r \n" ); document.write( "\n" ); document.write( "--------------------- \n" ); document.write( "You have a quadratic with a=-2,b=20,c=-30 \n" ); document.write( "----- \n" ); document.write( "max occors when x=-b/(2a)=-20/(-4)=5 (number to sell to achieve max profit) \n" ); document.write( "----- \n" ); document.write( "P(5) = -2(5)^2+20(5)-30 \n" ); document.write( "P(5) = -50+100-30 \n" ); document.write( "p(5) = 20 (maximum profit) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |