document.write( "Question 998502: You want to buy three books that are on sale at 20% off. The original prices of the books are $2.50, $4.95, and $6.00. How much will you save? \n" ); document.write( "
Algebra.Com's Answer #616297 by fractalier(6550) You can put this solution on YOUR website! 20% off all three... \n" ); document.write( "You can take discounts separately and add them, or add them and then take the discount...so, \n" ); document.write( ".2($2.50+$4.95+$6.00) = \n" ); document.write( ".2($13.45) = $2.69 \n" ); document.write( " |