document.write( "Question 1062839: If discount is 10% then loss is 16% find loss% if discount becomes 25%? \n" ); document.write( "
Algebra.Com's Answer #677847 by Theo(13342) You can put this solution on YOUR website! \n" ); document.write( "i think the answer will be 30% based on some other reasoning that i will detail later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to see if this is correct, i'll use assumed numbers to see what comes out.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i'll assume the cost is 100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if it was sold at a 16% loss, then the sale price had to be 84.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if it was sold at a 10% discount, then the retail price had to be 93 and 1/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is equivalent to a retail price of 280/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now, if sale price is 75% of the retail price, then sale price is equal to .75 * 280/3 = 70\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cost is still the same at 100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "loss is now 100 - 70 = 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30/100 is equal to 30% of the cost.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this confirms the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this should be able to be done with variables instead of number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let C = cost. \n" ); document.write( "let R = retail price \n" ); document.write( "let S = sale price\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with a 10% discount, you get S = R - .10 * R = .9 * R.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with a 16% loss, you get S = C - .16 * C = .84 * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we have S = .9 * R and we have S = .84 * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that .9 * R = .84 * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we can solve for C to get C = .9 * r / .84\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if we change the discount to 25%, then we get S = .75 * R\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "because of this change, S = .84 * C will becomes some other value times C which we don't know yet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we'll make S = x * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we will get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S = .75 * R \n" ); document.write( "S = x * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since they're both equal to S, we get .75 * R = x * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we solve for C to get C = .75 * R / x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "previously we had C = .9 * R / .84\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since they're both equal to C, we get .75 * R / x = .9 * R / .84\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we cross multiply to get .75 * R * .84 = .9 * R * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "we solve for x to get x = (.75 * R * .84) / (.9 * R) = .7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that S = .7 * C\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since L = (C - S) / C, we get L = (C - .7 * C) / C which gets L = .3 * C / C which gets L = .3 = 30%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this says that you sold at a 30% loss.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "30% should be your answer.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |