document.write( "Question 374642: A CD player is on sale for $270. What was the original price of the CD player if the discount was 2/5 of the original price? \n" ); document.write( "
Algebra.Com's Answer #266471 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let x be the original price \n" ); document.write( "Discount is 2/5 of x \n" ); document.write( "sale price = 270 \n" ); document.write( ".. \n" ); document.write( "x-2x/5 = 270 \n" ); document.write( "(5x-2x)/5 = 270 \n" ); document.write( "3x/5 =270 \n" ); document.write( "3x=1350 \n" ); document.write( "/3 \n" ); document.write( "x= 450 \n" ); document.write( "= $ 450 original price \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |