document.write( "Question 1120621: The store sells sixty CD players everyday for $80 each. Each $4 increase in price reduces their sales by 2 playerss. Find the maximum daily income from sales and the price they should charge to get it. \n" ); document.write( "
Algebra.Com's Answer #736279 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the store sells 60 CD players every day for $80 each.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "each $4 increase in price reduces their sales by 2 players.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "find the maximum daily income from sales and the price they should charge to get it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total income each day is equal to 80 * 60 with the price being 80 and the quantity sold being 60.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x equal the change in the price.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the price goes up 4, the quantity goes down 2, therefore the change in the quantity is half the change in the price.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation to model this is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total income = (80 + x) * (60 - x/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 0, the total income is equal to 80 * 60 = 4800\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = -4, the total income is equal to 76 * 62 = 4712\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 4, the total income is equal to 84 * 58 = 4872\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this equation can be graphed by setting y = total income.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation becomes y = (80 + x) * (60 - x/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first graph shows the maximum total income which we will derive algebraically further down.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the second graph shows the total income when the price goes down 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the third graph shows the total income when the price goes up 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation is y = (80 + x) * (60 - x/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "perform the indicated multiplication and the equation becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 4800 - 40 * x + 60 * x - x^2/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms and rearrange the terms in descending order of degree to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = -x^2/2 + 20 * x + 4800\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 can be shown at .5 * x^2, therefore the equation becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = -.5 * x^2 + 20 * x + 4800\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this equation is in standard form of y = ax^2 + bx + c, where:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = -.5 \n" ); document.write( "b = 20 \n" ); document.write( "c = 4800\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the maximum value of this equation is when x = -b/2a.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-b/2a becomes -20 / (2 * -.5) which becomes -20 / -1 which becomes 20.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation is at its maximum value when x = 20.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 20, y = -.5 * 20^2 + 20 * 20 + 4800 which results in y = 5000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that total income, represented by y, is equal to a maximum value of 5000 when the price is 20 dollars above 80.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the price is 80 + 20 = 100 and the quantity sold is 60 - 10 = 50.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "100 * 50 = 5000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "remember the equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total income = (80 + x) * (60 - x/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x represents the increase in dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the price goes up 4, then x = 4. \n" ); document.write( "if the price does down 4, then x = -4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for every increase of 4 dollars, the quantity goes down by 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for every decrease of 4 dollars, the quantity goes up 2.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |