document.write( "Question 471423: If something is on sale for 30% off than 20% off of sale price if it's not 50% what is the formula? \n" ); document.write( "
Algebra.Com's Answer #323307 by richard1234(7193) You can put this solution on YOUR website! 30% off means that 70% of the price is still there. Let's assume that the cost of something is 1. Then the 30% sale implies that the price afterwards is (.7)(1) = .7. This price is discounted by 20% (e.g. multiplied by .8), so the final price is (.8)(.7) = .56, a 44% discount. \n" ); document.write( " |