document.write( "Question 936262: A dress goes on sale at 25% off the original price. The next day it drops 20% from the current price, the following day the price drops another 25% from the current price. The final price is 27 dollars. What was the starting price of the dress?\r
\n" );
document.write( "\n" );
document.write( "Please show work.
\n" );
document.write( "Thank You. \n" );
document.write( "
Algebra.Com's Answer #569702 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x represent the original price of the dress.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it goes on sale for 25% off the original price.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you're taking off 25%, then what you are left with is 75%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sale price is therefore 75% of x which is equal to .75 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the next day it drops 20% from 75% of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you're taking off 20%, then what you are left with is 80%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sale price is therefore 80% of 75% of x which is equal to .8 * .75 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify .8 * .75 * x to get .6 * x which is equal to 60% of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the next day it drops another 25%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you take off 25%, then you are left with 75%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sale price is therefore 75% of 60% of x which is equal to .75 * .6 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify .75 * .6 * x to get .45 * x which is equal to 45% of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the final price is equal to 27 dollars, so you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "45% of x is equal to 27 dollars which becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".45 * x = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by .45 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 27/.45 which becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 60 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the original price of the dress was 60 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25% of 60 = 15 dollars. \n" ); document.write( "take 15 dollars off of 60 and you get the new sale price of 45 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20% of 45 = 9 dollars \n" ); document.write( "take 9 dollars off of 45 dollars and you get the new sale price of 36 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "25% of 36 dollars = 9 dollars. \n" ); document.write( "take 9 dollars off of 36 dollars and you get the final sale price of 27 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "numbers check out so you're good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |