document.write( "Question 318695: A car is for sale
\n" ); document.write( "It's marked down 10%
\n" ); document.write( "Then it's marked down 20% off the first sale price
\n" ); document.write( "Then it's marked down 25% off the second sale price
\n" ); document.write( "selling price $3240. What is the original price\r
\n" ); document.write( "\n" ); document.write( "I've tried adding 25% to the 3240. and going that way but it's not right
\n" ); document.write( "example:100.-25%is 75. but 75 + 25% is 93.75
\n" ); document.write( "please tell me what I am missing Thank you
\n" ); document.write( "

Algebra.Com's Answer #228141 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Unfortunately, the first solution is incorrect as the answer does not check.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let x = original price of the car\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since \"It's marked down 10%\", this means that the car goes from the original price of 'x' dollars to \"x-0.1x=0.9x\" dollars. So after the 10% discount, the car is now 0.9x dollars. Plug in some numbers to help you grasp this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now, apply the 20% discount to the new price of 0.9x (not the old price of 'x' dollars) to get \"0.9x-0.2%280.9x%29=0.9x-0.18x=0.72x\". So after the 2nd discount of 20% (added on top of the first discount of 10%), the price of the car is now 0.72x\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Finally, let's apply the third discount. So after applying the discount of 25% to the second sale price, we get \"0.72x-0.25%280.72x%29=0.72x-0.18x=0.54x\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "----------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So after applying all three discounts (in that exact order), the final price of the car is \"0.54x\" dollars.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Because we know that the final price is actually $3,240, this means that \"0.54x=3240\". Now just divide both sides by 0.54 to isolate x and get \"x=3240%2F0.54=6000\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the solution is \"x=6000\" which means that the price of the car was originally $6,000. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-----------------------------\r
\n" ); document.write( "\n" ); document.write( "Check:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Original Price: $6000\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "After 10% discount, price is now: 6000-0.1*6000 = $5,400\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "After 20% discount, price is now: 5400-0.2*5400 = $4,320\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "After 25% discount, price is now: 4320-0.25*4320 = $3,240\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the final price is $3,240 and this confirms our answer.
\n" ); document.write( "
\n" );