document.write( "Question 328342: A local warehouse-type store advertises that all its everyday prices are 60% off retail. During a sale, they advertise that sale prices will be 70% off retail. What percent discount is the store offering off its everyday price?\r
\n" );
document.write( "\n" );
document.write( "a.40% b.35% c.30% d.25% e.10%
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #235197 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! The easiest way to understand this problem is to use real numbers. Let's say that the retail price of an object is $20. \n" ); document.write( "So the local warehouse store offers 60% off retail: \n" ); document.write( "20(1-0.60)= 20(0.4) = 8 \n" ); document.write( "So their everyday price for this object is $8. \n" ); document.write( "During the sale, the store offers 70% off retail: \n" ); document.write( "20(1-0.70) = 20(0.3) = 6 \n" ); document.write( "So their sale price is $6. \n" ); document.write( "Now we want to find the percent discount the store is offering off its everyday price of $8. We will use the same formula we have been using before: \n" ); document.write( "E(1-D)=S (where E = everyday price, D = percent discount, S = sale price) \n" ); document.write( "8(1-D) = 6 \n" ); document.write( "1-D = 0.75 \n" ); document.write( "D = 0.25 \n" ); document.write( "So the store is offering a 25% discount off its everday price (answer D). \n" ); document.write( " |