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)![]() ![]() ![]() 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 \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 \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 \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 \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 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the solution is \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( " |