document.write( "Question 7051: If the regular price of an item is $109.00, and the sale price is $83.00, how many percent was the item discounted?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #3865 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Percent discount, D: \n" ); document.write( " D = ((Reg. price - sale price)/Reg. price)*100 \n" ); document.write( "D = (($109 - $83)/$109)*100 \n" ); document.write( "D = ($26/$109)*100 \n" ); document.write( "D = 0.2385*100 \n" ); document.write( "D = 23.85% discount. \n" ); document.write( " \n" ); document.write( " |