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 #791343 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! 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( "solution \n" ); document.write( "Let initial cost of MP3 player is $x \n" ); document.write( "as per condition 20% reduction =0.8x \n" ); document.write( "again reduction 15%=0.8x*0.85= 0.68x \n" ); document.write( "0.68x=170 \n" ); document.write( "x=170/0.68=$250 \n" ); document.write( "cost of player is $250 \n" ); document.write( " |