document.write( "Question 1072149: the price of an item was increased by 10%. this reduced the monthly sales by 20%. find the overall effect on the value of monthly sale \n" ); document.write( "
Algebra.Com's Answer #687041 by Theo(13342)![]() ![]() You can put this solution on YOUR website! price was raised by 10%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "monthly sales were reduced by 20%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = the original price of each item. \n" ); document.write( "let y = the original number of units sold.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of the original sales is equal to x * y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the price is raised 10% to become x + .10 * x = 1.1 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of units sold is decreased by 20% to become y - .20 * y = .8 * y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total revenue now becomes 1.1 * x * .8 * y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify to get total revenue now becomes .88 * x * y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".88 * x * y / (x * y) = .88 = 88%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the effect on the value of the monthly sales is that they are now equal to 88% of what they once were.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's a reduction in the value of the monthly sales of 12%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is easier to see with numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume the price was 100 dollars per unit and that you sold 100 units each month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of the monthly sales would be 100 * 100 = $10,000 monthly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the price goes up 10% to become $110 per item.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the monthly units sold goes down 20% to become 80.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the monthly revenue is now 110 * 80 = $8,800 monthly.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference is $10,000 - $8,800 = $1,200.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the percent drop in income is $1,200 / $10,000 = .12 = 12%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of the new monthly sales divided by the value of the old monthly sales is 8,800 / 10,000 = .88 = 88%.\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( " |