document.write( "Question 1007125: what is the percent of decrease on a pair of jeans that normally costs $24, but is on sale for $6 less? \n" ); document.write( "
Algebra.Com's Answer #623129 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
% decrease = (old - new) / new then converted to a percentage, or
\n" ); document.write( "% decrease = (24 - 18) / 24 = .25 = 25%
\n" ); document.write( "
\n" );