document.write( "Question 1151586: Determine the maximum sales and optimal price.
\n" ); document.write( "a) Bob can sell 200 cars at $20 000 each but finds that every $1000 increase in price causes a 5-car drop in sales
\n" ); document.write( "Thanks :)
\n" ); document.write( "

Algebra.Com's Answer #773389 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "According to the condition, the number of sold cars \"n\" is THIS function of the price \"p\" per single car\r\n" );
document.write( "\r\n" );
document.write( "    n(p) = \"200+-+%285%2F1000%29%2A%28p-20000%29\" = 200 - 0.005*(p-20000) = -0.005p + 300.     (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The revenue ( = the sales) is then the product  R(p) = p*n(p)\r\n" );
document.write( "\r\n" );
document.write( "    R(p) = p*n(p) = p*(-0.005p + 300) = - 0.005p^2 + 300p.    (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus the revenue is this quadratic function (2) of the price.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is well known fact that the general form quadratic function  y = ax^2 + bx + c\r\n" );
document.write( "\r\n" );
document.write( "with the negative leading coefficient \"a\" has the maximum at  x = \"-b%2F%282a%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In our case,  a= -0.005,  b= 300.  Therefore, the quadratic function (2) has maximal value at  \r\n" );
document.write( "\r\n" );
document.write( "    q = \"-300%2F%282%2A%28-0.005%29%29\" = \"300%2F0.001\" = 30000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the optimal price is $30000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the number of the sold cars will be only  n(30000) = -0.005*30000 + 300 = 150,\r\n" );
document.write( "\r\n" );
document.write( "but the revenue will be  R = 150*30000 = 4,500,000  against  200*20000 = 4,000,000  at the price of $20000.\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solved, answered and explained.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );