document.write( "Question 1011054: Say a car company sells 20 cars each week at a price of $6400 each. The sales department says that for every increase in $300 in price, sales will fall by one car. The dealer's cost of each car is $4000. What price will maximize the profit for the company? What will be the equation be arranged as?\r
\n" );
document.write( "\n" );
document.write( "I know that profit is equal to revenue minus expenses but I dont know how to arrange the quadratic equation. Thank you \n" );
document.write( "
Algebra.Com's Answer #626606 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = the number of cars that will not be sold if the price increases by 300 dollars a car.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let 300x = the number of times the price of a car will be increased by 300 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the dealer's cost is 4000 per car.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the dealer's profit is the sale price of the car minus the cost.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit equals revenue minus cost.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for profit will therefore be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "profit = (6400 + 300x) * (20 - x) - 4000 * (20 - x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let's see what happens:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 0: \n" ); document.write( "profit = 6400 * 20 - 4000 * 20 = 48000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 1: \n" ); document.write( "profit = 6700 * 19 - 4000 * 19 = 51300\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 2: \n" ); document.write( "profit = 7000 * 18 - 4000 * 18 = 54000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation of profit = (6400 + 300x) * (20 - x) - 4000 * (20 - x) is a quadratic equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify it to see what it comes out to be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "after simplification, the equation becomes profit = -300x^2 + 3600x + 48000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is a quadratic equation in standard form.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the standard form of a quadration equation is ax^2 + bx + c = 0, then set this equation to 0 and solve using the quadratic formula amd / or the formula for finding the max / min point of the quadratic equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can also graph the equation to see what it looks like.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "setting the equation to 0, you get -300x^2 + 3600x + 48000 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this results in:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = -300 \n" ); document.write( "b = 3600 \n" ); document.write( "c = 48000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the quadratic formuls is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " x = (-b plus or minus sqrt(b^2 - 4ac)\r\n" ); document.write( " ---------------------------------\r\n" ); document.write( " (2a)\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for the value of x for the max / min point is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " x = (-b)\r\n" ); document.write( " ----\r\n" ); document.write( " (2a)\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can solve using these equations, or you can graph the equation and, if you have the right software, it will tell you what the solutions are.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the right software in this case, would be http://www.desmos.com/calculator.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there may be others, but this one is pretty good and fairly easy to use.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph of the equation looks like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you solved using the formula, you would get the same answers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 0, the profit is 48000. \n" ); document.write( "the profit is max at x = 6 when the profit is 58800. \n" ); document.write( "the profit is 0 when x = 20. \n" ); document.write( "on the graph, y represents the profit.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |