document.write( "Question 224713: 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 #167840 by ankor@dixie-net.com(22740)![]() ![]() 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. \n" ); document.write( "How many paintings should be sold to create a maximum profit? \n" ); document.write( ": \n" ); document.write( "This is a quadratic equation; find the axis of symmetry: \n" ); document.write( "This formula x = -b/(2a) \n" ); document.write( "In this equation x=n; b=20; a=-2 \n" ); document.write( "n = \n" ); document.write( "n = \n" ); document.write( "n = +5 paintings for max profit \n" ); document.write( ": \n" ); document.write( "What is the maximum profit? \n" ); document.write( "Substitute 5 for n in the original equaiton \n" ); document.write( "p(n) = -2(5^2) + 20(5) - 30 \n" ); document.write( "p(n) = -2(25) + 100 - 30 \n" ); document.write( "p(n) = -50 + 100 - 30 \n" ); document.write( "p(n) = $20 thousand profit \n" ); document.write( " |