document.write( "Question 1107652: The price of a pair of jeans is reduced by 25% in a sale. if the original price was Rs.625,what is the new price of ghe jeans? \n" ); document.write( "
Algebra.Com's Answer #722765 by rumessa(13)![]() ![]() ![]() You can put this solution on YOUR website! sol: \n" ); document.write( " pair of jeans original price = 625 \n" ); document.write( " sale percent = 25% \n" ); document.write( " new price = ? \n" ); document.write( " 625* 25% \n" ); document.write( " 625*25/100 \n" ); document.write( " 625*0.25 \n" ); document.write( " 156.25 \n" ); document.write( "new price is Rs.156.25 \n" ); document.write( " |