document.write( "Question 1001208: I need to write an equation that provides the total cost c of buying x boxes in one year with a 20 percent discount ? \n" ); document.write( "
Algebra.Com's Answer #618453 by fractalier(6550) You can put this solution on YOUR website! If you get a 20% discount, you are still paying 80% of the original price. \n" ); document.write( "Call the original price, p. \n" ); document.write( "Then your total cost, c, is \n" ); document.write( "c = n(.8p) \n" ); document.write( " |