document.write( "Question 1166801: A store reduces the price of an MP3 player by 20% and then reduces that price by 15%. If the final price of the MP3 player is $170, what was its original price?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #791341 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "When you reduce an amount by 20% you take 80% of it\r\n" ); document.write( "When you reduce an amount by 15% you take 85% of it.\r\n" ); document.write( "\r\n" ); document.write( "0.85(0.80)x = 170\r\n" ); document.write( " 0.68x = 170\r\n" ); document.write( " x = 170/0.68\r\n" ); document.write( " x = 250\r\n" ); document.write( "\r\n" ); document.write( "Answer: $250\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |