document.write( "Question 389111: how do I know how much an item is if it is on sale? \n" ); document.write( "
Algebra.Com's Answer #275613 by haileytucki(390) You can put this solution on YOUR website! Your are dealing with percentages, the % offf the price of the item, the origional price of the item, and then subtracting your % off from your origional price. \n" ); document.write( "If you have 15% off of 60.00. \n" ); document.write( "You wou: \n" ); document.write( ".15*60=9 \n" ); document.write( "Answer=9.00 \n" ); document.write( "60.00-9.00=51.00 \n" ); document.write( " |